Kickazz006
Well-Known Member
- Joined
- Jan 15, 2010
- Messages
- 20,566
How To Attach A Log [Kick]Doing the Deepholm quests, and its just spamming moving to quest pickup and doing nothing. Fresh installs of everything and cleared cache.
How To Attach A Log [Kick]Doing the Deepholm quests, and its just spamming moving to quest pickup and doing nothing. Fresh installs of everything and cleared cache.
C:\Users\Drew Crawford\AppData\Local\HonorbuddyMeshes
according to your log file
Hi i love the profile however there is somthing i dont think that you accounted for. I made a human level one and did all the quests correctly but because it is the love is in the air week there is a reef with flowers on it right at the spawn where you have the bot running through to turn in quests. there are two reefs on either side of the stairs. sorry if i am not very good at explaining it, but the bot will get stuck and log off. i really hope this helps and hope im not wasting your time. thanks for the profile!
<!-- The Challenger's Ring: Snow Blossom -->
<If Condition="HasQuest(31038) && !IsQuestCompleted(31038)" >
<CustomBehavior File="Message" Text="Starting The Challenger's Ring: Snow Blossom" LogColor="Green" />
<CustomBehavior File="UserSettings" QuestId="31038" LootMobs="true" PullDistance="15" />
<CustomBehavior File="FlyTo" X="1857.414" Y="4227.181" Z="148.7653" />
<CustomBehavior File="ForcedDismount" />
<While Condition="!IsObjectiveComplete(1,31038)" >
<CustomBehavior File="InteractWith" MobId="62782" GossipOptions="1" X="1873.87" Y="4268.60" Z="149.50" />
</While>
<CustomBehavior File="InteractWith" MobId="62380" GossipOptions="1" X="1873.87" Y="4268.60" Z="149.50" />
Although i still haven't spotted the problem with Killing the Quilen that keeps me stuck, i suggest the following patch to your profile
PLEASE add a "NoCombatMove" clause after completing the quest "Upon the Ramparts" and moving to the quest "Bloodied Skies". Otherwise the bot will spend hours there killing mantids!![]()
Sorry, to clarify, Shado Pan.
Code:<!-- The Challenger's Ring: Snow Blossom --> <If Condition="HasQuest(31038) && !IsQuestCompleted(31038)" > <CustomBehavior File="Message" Text="Starting The Challenger's Ring: Snow Blossom" LogColor="Green" /> <CustomBehavior File="UserSettings" QuestId="31038" LootMobs="true" PullDistance="15" /> <CustomBehavior File="FlyTo" X="1857.414" Y="4227.181" Z="148.7653" /> <CustomBehavior File="ForcedDismount" /> <While Condition="!IsObjectiveComplete(1,31038)" > <CustomBehavior File="InteractWith" MobId="62782" GossipOptions="1" X="1873.87" Y="4268.60" Z="149.50" /> </While>
NPC has an incorrect ID. It should be:
Code:<CustomBehavior File="InteractWith" MobId="62380" GossipOptions="1" X="1873.87" Y="4268.60" Z="149.50" />
Also, how stuck from that quest? I was looking at the code nothing jumped out, but what seems to be the issue?