Question about possible ways [Raf questing]
Hi everyone, I'm thinking about RAF questing... is there a way to add in a profile some "player detection". I explain myself a bit more.
We could use a working profile for 1-60 (now 1-80), and just add at each "turn in" :
for the first character :
While (player2.IsNotHere())
{
do nothing
}
for the second one :
While (player1.IsNotHere())
{
do nothing
}
It will maybe need a runto before each turn in.
I can't log in on wow for now, but is there a way to detect players ? maybe using /tar macro, or any other tricks.
This way we could use Raf system with no plugin at all.
Hi everyone, I'm thinking about RAF questing... is there a way to add in a profile some "player detection". I explain myself a bit more.
We could use a working profile for 1-60 (now 1-80), and just add at each "turn in" :
for the first character :
While (player2.IsNotHere())
{
do nothing
}
for the second one :
While (player1.IsNotHere())
{
do nothing
}
It will maybe need a runto before each turn in.
I can't log in on wow for now, but is there a way to detect players ? maybe using /tar macro, or any other tricks.
This way we could use Raf system with no plugin at all.
Last edited: