What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

RAF Profile

dms51

New Member
Joined
Jun 11, 2011
Messages
167
Reaction score
6
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.
 
Last edited:
Nobody has a clue ? Is players seen as objects ?
 
Okay I've seen that players are available to HB (cause they're all seen in BG). So if I want i to work, i just need a way to see if a certain player is near me, or not... No way to do that ?
 
Back
Top