Kickazz006
Well-Known Member
- Joined
- Jan 15, 2010
- Messages
- 20,566
- Reaction score
- 302
Alright, I have some quests in northrend that are giving me issues after you stop the bot and click start again (and pass the if condition) - it stays stuck on the if condition for grinding ...
basically it went passed it fine, and then i stopped the bot at "Gearmaster" to make a blackspot ... and it went to grind -_-
Gearmaster is a few quests below the grinding.
Can anyone tell me what the issue may be?
And it does it with a lot of quests that have these types of if statements for grinding
Notes:
&& does say & amp ; & amp ; but in the php code, it just says &&
I also changed around the !isquestcompleted with (!hasitem) and (hasitem) ... no luck
my Bugtracker report:
http://bugtracker.thebuddyforum.com/show_bug.cgi?id=664 <-- bug report
PHP:
<If Condition="((!HasItem(34984)) && (!IsQuestCompleted(11729)))" >
<SetGrindArea><GrindArea>
<Factions>16</Factions>
<Hotspots>
<Hotspot X="4150.399" Y="5149.406" Z="13.53131" />
<Hotspot X="4188.851" Y="5121.319" Z="13.59069" />
<Hotspot X="4228.585" Y="5144.792" Z="13.0798" />
<Hotspot X="4259.954" Y="5169.077" Z="13.07616" />
<Hotspot X="4216.855" Y="5192.707" Z="17.04152" />
</Hotspots>
</GrindArea></SetGrindArea>
<GrindTo Condition="((HasItem(34984)) && (!IsQuestCompleted(11729)))" />
</If>
<PickUp QuestName="The Ultrasonic Screwdriver" GiverType="Item" QuestId="11729" GiverId="34984" />
basically it went passed it fine, and then i stopped the bot at "Gearmaster" to make a blackspot ... and it went to grind -_-
Gearmaster is a few quests below the grinding.
Can anyone tell me what the issue may be?
And it does it with a lot of quests that have these types of if statements for grinding
Notes:
&& does say & amp ; & amp ; but in the php code, it just says &&
I also changed around the !isquestcompleted with (!hasitem) and (hasitem) ... no luck
my Bugtracker report:
http://bugtracker.thebuddyforum.com/show_bug.cgi?id=664 <-- bug report
Last edited: