ajnbuddy
New Member
- Joined
- Oct 29, 2010
- Messages
- 23
- Reaction score
- 0
Hi!
I'm totally new for Profile writing, so I don't know how obvious my mistake is.
Anyway, ive tried to make/rewrite/edit a profile for the Tol Barad quests.
In this quest the bot should collect 15 pieces of wood from 3 kinds of mobs, but it doesn't.
Where is the problem? Please help me!
I'm totally new for Profile writing, so I don't know how obvious my mistake is.
Anyway, ive tried to make/rewrite/edit a profile for the Tol Barad quests.
In this quest the bot should collect 15 pieces of wood from 3 kinds of mobs, but it doesn't.
Where is the problem? Please help me!

PHP:
...
<Quest Id="27973" Name="Watch Out For Splinters!">
<Objective Type="CollectItem" ItemId="62811" CollectCount="15">
<CollectFrom>
<Mob Id="46630" />
<Mob Id="46641" />
<Mob Id="46643" />
</CollectFrom>
<Hotspots>
<Hotspot X="-167.3765" Y="1849.325" Z="2.382729" />
<Hotspot X="-198.5779" Y="1883.063" Z="2.382843" />
<Hotspot X="-198.5602" Y="1908.246" Z="2.752382" />
<Hotspot X="-169.7275" Y="1858.202" Z="2.383965" />
<Hotspot X="-146.1035" Y="1869.178" Z="2.417267" />
<Hotspot X="-124.0322" Y="1922.913" Z="2.382826" />
<Hotspot X="-122.1458" Y="1943.29" Z="2.379083" />
<Hotspot X="-92.40714" Y="1944.395" Z="13.47554" />
<Hotspot X="-79.28756" Y="1915.401" Z="13.24181" />
<Hotspot X="-102.238" Y="1886.431" Z="13.54396" />
<Hotspot X="-126.3708" Y="1883.362" Z="7.47734" />
<Hotspot X="-142.1002" Y="1883.223" Z="2.609627" />
<Hotspot X="-151.5295" Y="1863.142" Z="2.384385" />
</Hotspots>
</Objective>
</Quest>
<Questorder>
...
<If Condition="HasQuest(27973) && !IsQuestCompleted(27973)">
<Objective QuestName="Watch out for splinters!" QuestId="27973" Type="CollectItem" ItemId="62811" CollectCount="15" />
...
</Questorder>
Last edited: