ajnbuddy
New Member
- Joined
- Oct 29, 2010
- Messages
- 23
- Reaction score
- 0
Hi!
How exactly do I prevent the Bot from moving to my BasicMoveTo hotspots, if the Quest this is needed for already has been done?
If I do it like that, when restarting the bot, it first runs to all the hotspots. I've tried it with an If clause, but to be serious, I don't get it.
Thank you.
How exactly do I prevent the Bot from moving to my BasicMoveTo hotspots, if the Quest this is needed for already has been done?
PHP:
<PickUp>
<CustomBehavior File="BasicMoveTo"
Location="-8375.872 1350.234 101.9414" />
<CustomBehavior File="BasicMoveTo"
Location="-8330.752 1329.326 87.1834" />
<CustomBehavior File="BasicMoveTo"
Location="-8273.138 1297.955 57.61878" />
<CustomBehavior File="BasicMoveTo"
Location="-8185.759 1294.425 27.67559" />
<CustomBehavior File="BasicMoveTo"
Location="-8179.562 1318.212 27.53888" />
<CustomBehavior File="BasicMoveTo"
Location="-8125.987 1345.93 17.2847" />
<CustomBehavior File="BasicMoveTo"
Location="-8110.062 1454.712 9.963076" />
<CustomBehavior File="BasicMoveTo"
Location="-8073.156 1478.71 8.880159" />
<TurnIn>
<PickUp>
<TurnIn>
If I do it like that, when restarting the bot, it first runs to all the hotspots. I've tried it with an If clause, but to be serious, I don't get it.
Thank you.