Ripperpt
New Member
- Joined
- Jan 12, 2011
- Messages
- 574
- Reaction score
- 4
Hello pps.
I?m trying to do a profile for WildHammer dailes Quests but i have a little issue in Fight Like a Wildhammer because cant make the Quest bot inteeact whit the Thundermar Ale Keg
Here my code
<?php
<CUSTOMBEHAVIOR QuestId="28861" File="InteractWith" NumOfTimes="1" Z="90.16242" Y="-4864.59" X="-3477.633" CollectionDistance="10" MobId="62330" ObjectType="Gameobject" /><IF Condition="IsQuestCompleted(28860)"></IF><TURNIN QuestId="28861" QuestName="Fight Like a Wildhammer" TurnInId="48010" TurnInName="Low Shaman Blundy" />
if some one help me i realy apreciate
Sorry bad english
I?m trying to do a profile for WildHammer dailes Quests but i have a little issue in Fight Like a Wildhammer because cant make the Quest bot inteeact whit the Thundermar Ale Keg
Here my code
<?php
PHP:
<PickUp QuestName="Fight Like a Wildhammer" QuestId="28861" GiverName="Low Shaman Blundy" GiverId="48010" />
<If Condition="HasQuest(28861)">
<CustomBehavior File="BasicMoveTo" Location= "-3185.826 -5046.789 120.4929" />
<CustomBehavior File="RunMacro" Macro="/cast Red Proto-Drake" NumOfTimes="1" WaitTime="3000" />
<CustomBehavior File="MyCTMNoQuest" QuestId="28861" Location="-3251.817 -4967.049 226.5659" />
<CustomBehavior File="MyCTMNoQuest" QuestId="28861" Location="-3449.338 -4901.443 87.67461" />
<CustomBehavior File="RunMacro" Macro="/dismount" NumOfTimes="1" WaitTime="300" />
<Objective QuestName="Fight Like a Wildhammer" QuestId="28861" Type="CollectItem" ItemId="62330" CollectCount="10" />
<CustomBehavior File="InteractWith" QuestId="28861" ObjectType="Gameobject" MobId="62330" NumOfTimes="1" CollectionDistance="10" X="-3477.633" Y="-4864.59" Z="90.16242" />
<CustomBehavior File="InteractWith" QuestId="28861" ObjectType="Gameobject" MobId="62330" NumOfTimes="1" CollectionDistance="10" X="-3454.376" Y="-4868.538" Z="90.56728" />
<CustomBehavior File="InteractWith" QuestId="28861" ObjectType="Gameobject" MobId="62330" NumOfTimes="1" CollectionDistance="10" X="-3474.214" Y="-4841.754" Z="89.58242" />
<CustomBehavior File="InteractWith" QuestId="28861" ObjectType="Gameobject" MobId="62330" NumOfTimes="1" CollectionDistance="10" X="-3479.125" Y="-4813.035" Z="78.50351" />
</If>
<If Condition="IsQuestCompleted(28860)" >
<CustomBehavior File="RunMacro" Macro="/dismount" NumOfTimes="1" WaitTime="300" />
<CustomBehavior File="RunMacro" Macro="/cast Red Proto-Drake" NumOfTimes="1" WaitTime="3000" />
<CustomBehavior File="MyCTMNoQuest" QuestId="28860" Location="-3575.135 -5013.002 247.216" />
<CustomBehavior File="MyCTMNoQuest" QuestId="28860" Location="-3303.251 -5000.41 180.2929" />
<CustomBehavior File="MyCTMNoQuest" QuestId="28860" Location="-3201.605 -5011.77 120.5221" />
<CustomBehavior File="BasicMoveTo" Location= "-3202.174 -5017.021 120.0541" />
<CustomBehavior File="RunMacro" Macro="/dismount" NumOfTimes="1" WaitTime="300" />
</If>
<TurnIn QuestName="Fight Like a Wildhammer" QuestId="28861" TurnInName="Low Shaman Blundy" TurnInId="48010" />
if some one help me i realy apreciate
Sorry bad english
Last edited: