What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Fight Like a Wildhammer Quest Profile

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
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" />
<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
 
Last edited:
ah, change the mobid from the "collect" id to "gameobject" id :) that's your issue. you're trying to interact with the item that pops into your bags and not the object on the ground

go up to it and use cng's dev tools to find the object id, or IB --> bot settings --> scripting tools --> objects (its a HUGE list, but its good too)
 
Kickazz i need help lol

Now he saying

Could not find objective with ID 206195 in quest Fight Like a Wildhammer
Could not create a performable quest objective for objective with ID 206195!

PHP:
		<Objective QuestName="Fight Like a Wildhammer" QuestId="28861" Type="CollectItem" ItemId="206195" CollectCount="10" />
		<CustomBehavior File="InteractWith" QuestId="28861" ObjectType="Gameobject" GameobjectId="206195" NumOfTimes="1" CollectionDistance="10" X="-3481.09" Y="-4811.78" Z="78.497" />  
		<CustomBehavior File="InteractWith" QuestId="28861" ObjectType="Gameobject" GameobjectId="206195" NumOfTimes="1" CollectionDistance="10" X="-3477.12" Y="-4842.3," Z="89.5795" />
		<CustomBehavior File="InteractWith" QuestId="28861" ObjectType="Gameobject" GameobjectId="206195" NumOfTimes="1" CollectionDistance="10" X="-3481.33" Y="-4865.92" Z="89.9272" />

tks

if you give me a example how i can fix it i realy apreciate, im new in this :D
 
Hi Kickazz
I also working on a wildhammer profile and have a similar problem. I don't find out the Object ID of the Ale Keg. It isn't in wowhead.
go up to it and use cng's dev tools to find the object id, or IB --> bot settings --> scripting tools --> objects (its a HUGE list, but its good too)
Where exactly can I find these cng dev tool or these objectlist? I searched but didn't found something.

Ripperpt maybe the ID you use is false. One Question: Have you solved the Problem yet?
 
Change bot to Instance Buddy, select Bot Settings then choose Scripting Tools
 
Amazing :eek:
I just don't expect to find development tools in a botbase like IB. Thank you very much.
 
Back
Top