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

[Profile HELP] using AND with If condition="ActorExistsAt ..."

Gingerbread

New Member
Joined
Jul 29, 2012
Messages
171
Reaction score
3
I am trying to get a modular approach to random dungeons working using static waypoints.

Is it possible to use AND in an If condition="ActorExistsAt(x,y,z)" argument?

I'm trying to get the bot to MoveTo point a point b and point c and If condition=ActorExistsAt at these 3 points execute y, else do z.

Is such a thing possible, and/or am I being an idiot?

If you can do this what syntax should I be using?


thanks.
 
Code:
<If condition="ActorExistsAt(176008, 546.2001, 876.5851, 16.02718, 15)  and Zeta.ZetaDia.CurrentWorldId==71150">


I've seen that used in several profiles. Just exchange the information there with what you need and it "should" work. Not 100% sure, so don't hold me to it, but that's how I've seen other people implement it.
 
Back
Top