Hi Helium,
I also started making an 1-10 questing profile for Tauren and I stumbled across your profile. I must say, your profile looks quite good. But I have 1 small thing that I would like to share with you. Remember the quest "The Restless Earth", in which you have to calm down 6 "Agitated Earth Spirit"?
I've been scrolling through your profile and I've found this (Concerning "The Restless Earth"):
I couldn't help to think "Wow, That's a lot of XML tags". I think this way of doing it may be a bit "too much". I'm here to share with you what I did to do this quest:
You see the difference? Less coordinates (and work ) needed.
Note: After reviewing this post, I think you can even erase my <If></If> and just keep:
Don't get me wrong, I love your work, but decided to share a hint with you that may help you in your further profiles.
Greets,
StayAwake
I also started making an 1-10 questing profile for Tauren and I stumbled across your profile. I must say, your profile looks quite good. But I have 1 small thing that I would like to share with you. Remember the quest "The Restless Earth", in which you have to calm down 6 "Agitated Earth Spirit"?
I've been scrolling through your profile and I've found this (Concerning "The Restless Earth"):
PHP:
<PickUp QuestName="The Restless Earth" QuestId="14491" GiverName="Ahmo Thunderhorn" GiverId="36644" />
<UseItem ItemId="49647" QuestName="The Restless Earth" QuestId="14491" TargetID="36845" TargetType="Npc" X="-1909.602" Y="345.9271" Z="104.9032" />
<UseItem ItemId="49647" QuestName="The Restless Earth" QuestId="14491" TargetID="36845" TargetType="Npc" X="-1991.481" Y="438.2168" Z="133.5904" />
<UseItem ItemId="49647" QuestName="The Restless Earth" QuestId="14491" TargetID="36845" TargetType="Npc" X="-1959.002" Y="407.9745" Z="134.3789" />
<UseItem ItemId="49647" QuestName="The Restless Earth" QuestId="14491" TargetID="36845" TargetType="Npc" X="-1906.54" Y="407.9016" Z="134.093" />
<UseItem ItemId="49647" QuestName="The Restless Earth" QuestId="14491" TargetID="36845" TargetType="Npc" X="-1925.867" Y="448.9267" Z="133.6069" />
<UseItem ItemId="49647" QuestName="The Restless Earth" QuestId="14491" TargetID="36845" TargetType="Npc" X="-1969.107" Y="446.098" Z="133.8034" />
<UseItem ItemId="49647" QuestName="The Restless Earth" QuestId="14491" TargetID="36845" TargetType="Npc" X="-1993.216" Y="410.7838" Z="133.5897" />
<UseItem ItemId="49647" QuestName="The Restless Earth" QuestId="14491" TargetID="36845" TargetType="Npc" X="-1935.815" Y="411.0919" Z="133.9256" />
<UseItem ItemId="49647" QuestName="The Restless Earth" QuestId="14491" TargetID="36845" TargetType="Npc" X="-1912.612" Y="395.1241" Z="133.8865" />
<UseItem ItemId="49647" QuestName="The Restless Earth" QuestId="14491" TargetID="36845" TargetType="Npc" X="-1932.781" Y="428.6001" Z="133.5904" />
<UseItem ItemId="49647" QuestName="The Restless Earth" QuestId="14491" TargetID="36845" TargetType="Npc" X="-1960.807" Y="422.3714" Z="133.748" />
<UseItem ItemId="49647" QuestName="The Restless Earth" QuestId="14491" TargetID="36845" TargetType="Npc" X="-1960.807" Y="422.3714" Z="133.748" />
<UseItem ItemId="49647" QuestName="The Restless Earth" QuestId="14491" TargetID="36845" TargetType="Npc" X="-1932.422" Y="429.5402" Z="133.5898" />
<TurnIn QuestName="The Restless Earth" QuestId="14491" TurnInName="Ahmo Thunderhorn" TurnInId="36644" />
I couldn't help to think "Wow, That's a lot of XML tags". I think this way of doing it may be a bit "too much". I'm here to share with you what I did to do this quest:
PHP:
<PickUp QuestName="The Restless Earth" QuestId="14491" GiverName="Ahmo Thunderhorn" GiverId="36644" />
<If Condition="HasQuest(14491) && !IsQuestCompleted(14491)">
<MoveTo X="-1941.81" Y="380.04" Z="133.32" />
</If>
<While Condition="HasQuest(14491) && !IsQuestCompleted(14491)">
<CustomBehavior File="InteractWith" MobState="Alive" QuestId="14491" InteractByUsingItemId="49647" MobId="36845" />
</While>
<TurnIn QuestName="The Restless Earth" QuestId="14491" TurnInName="Ahmo Thunderhorn" TurnInId="36644" />
You see the difference? Less coordinates (and work ) needed.
Note: After reviewing this post, I think you can even erase my <If></If> and just keep:
PHP:
<MoveTo X="-1941.81" Y="380.04" Z="133.32" />
Don't get me wrong, I love your work, but decided to share a hint with you that may help you in your further profiles.
Greets,
StayAwake