tubajedimr
New Member
- Joined
- Apr 6, 2010
- Messages
- 441
- Reaction score
- 24
Has anyone else noticed that NoCombatToMove will run you to that spot even if it's not next on the list in the Quest order not matter where the bot starts?
I/E
I tell it to pick up quest X, then nocombattomove XYZ.
Fine and dandy. But then if I stop the bot at anypoint after these steps are completed no matter what step after it wants to run to these spots before continuing. This causes major issues with time consumption in terms of leveling.
Here's some of the code being used.
Note that after it's turned in the quests and let's say I stop the bot and restart it for any reason it will return to the steps of NoCombatToMove regardless of quest completion.
I/E
I tell it to pick up quest X, then nocombattomove XYZ.
Fine and dandy. But then if I stop the bot at anypoint after these steps are completed no matter what step after it wants to run to these spots before continuing. This causes major issues with time consumption in terms of leveling.
Here's some of the code being used.
PHP:
<QuestOrder>
<Checkpoint Level="10" />
<PickUp QuestName="Preserving the Barrens" QuestId="26642" GiverName="Gotura Fourwinds" GiverId="35068" />
<CustomBehavior File="NoCombatMoveTo" QuestId="26642" X="274.0675" Y="-4654.591" Z="13.5011" />
<PickUp QuestName="Conscript of the Horde" QuestId="840" GiverName="Takrin Pathseeker" GiverId="3336" />
<CustomBehavior File="NoCombatMoveTo" QuestId="840" X="314.585" Y="-3697.009" Z="26.90345" />
<TurnIn QuestName="Conscript of the Horde" QuestId="840" TurnInName="Kargal Battlescar" TurnInId="3337" />
<TurnIn QuestName="Preserving the Barrens" QuestId="26642" TurnInName="Kargal Battlescar" TurnInId="3337" />
Note that after it's turned in the quests and let's say I stop the bot and restart it for any reason it will return to the steps of NoCombatToMove regardless of quest completion.