wownerds
New Member
- Joined
- Feb 15, 2011
- Messages
- 1,385
hello kick i have a problem with you profile i have a error : Object reference not set to an object instance. can you help me ?
Did you select "Questing" as botbase?
hello kick i have a problem with you profile i have a error : Object reference not set to an object instance. can you help me ?
Turn off all your plugins.I put the bot on quests and then I load the profile in Vashir he jumps on to Gatherbuddy
open the profile in notepad++ (it's free)
search for the reinforcements... (ctrl+f)
double click the ##### for the quest (QuestId="#####") and it will highlight all of the same # (ie: all of the quest things for that quest)
change pulldistance from 6 to 2, press start and tell me what happens
if that fails keep pulldistance 2 and change the <RunTo X Y Z /> to a different area, and change the combatuseitemon xyz to that new area
(these are the steps i would take for fixing it)
<If Condition="((HasQuest(26066)) && (!IsQuestCompleted(26066)))" >
<CustomBehavior File="UserSettings" PullDistance="2" />
<RunTo X="-52.44" Y="298.50" Z="88.92" />
<CustomBehavior File="CombatUseItemOn" QuestId="26066" ItemId="56794" MobId="11915" MobHpPercentLeft="99" MaxRange="2" X="-52.44" Y="298.50" Z="88.92" />
<CustomBehavior File="UserSettings" PullDistance="20" />
</If>
Hey Kick, remember that quest I told you about that you had to kill the arakkoa guys in the camps, but that my bot would go around grinding forever instead?
I saw it happen again.
Think it could be solved by an override? I'm right next to the guy.
Let me know, I'll stay here just in case.
<PickUp QuestName="Jin'Zil's Blessing" QuestId="26067" GiverName="Witch Doctor Jin'Zil" GiverId="3995" />
<PickUp QuestName="Kobold Fury!" QuestId="26068" GiverName="Subjugator Devo" GiverId="42023" />
<If Condition="((HasQuest(26067)) && (!IsQuestCompleted(26067)))" >
<CustomBehavior File="UserSettings" PullDistance="1" />
<CustomBehavior File="UseItemOn" QuestId="26067" ItemId="56798" MobId="41360" Range="20" WaitTime="7000" MobState="Alive" NumOfTimes="30" X="171.7514" Y="-806.8386" Z="-0.294844" />
</If>
<TurnIn QuestName="Jin'Zil's Blessing" QuestId="26067" TurnInName="Witch Doctor Jin'Zil" TurnInId="3995" /> <!-- I turn in on purpose -->
<If Condition="((HasQuest(26068)) && (!IsQuestCompleted(26068)))" >
<CustomBehavior File="NoCombatMoveTo" X="187.9012" Y="-810.9161" Z="2.74902" />
<CustomBehavior File="NoCombatMoveTo" X="318.4083" Y="-460.5539" Z="69.84375" />
<CustomBehavior File="WaitTimer" WaitTime="2000" GoalText="Waiting for bot {TimeRemaining}" />
<UseItem ItemId="56799" QuestName="Kobold Fury!" QuestId="26068" X="318.4083" Y="-460.5539" Z="69.84375" />
<CustomBehavior File="ForcedMount" />
</If>
<If Condition="((HasQuest(26068)) && (IsQuestCompleted(26068)))" >
<CustomBehavior File="NoCombatMoveTo" X="318.4083" Y="-460.5539" Z="69.84375" />
<CustomBehavior File="NoCombatMoveTo" X="187.9012" Y="-810.9161" Z="2.74902" />
<CustomBehavior File="NoCombatMoveTo" X="-51.51396" Y="-254.1534" Z="3.577262" />
<TurnIn QuestName="Kobold Fury!" QuestId="26068" TurnInName="Subjugator Devo" TurnInId="42023" />
<CustomBehavior File="UserSettings" PullDistance="20" />
</If>
Can I delete gray completed quests out of the quest log? For some reason the bot didn't turn those in.
Will this mess up the profile?
i have over 3000 quests in my profiles combined; please refresh my memory