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

Profile collect item issue driving me nuts

blankduck18

New Member
Joined
Jan 15, 2010
Messages
47
Reaction score
0
Im trying to do the quest They Stole Me Hookah and Me Brews!
I am able to gather the hookah no problem
but trying to gather from the barrels is making me mad
It just pretends their not there and walks past them
wow head says object=184504 Bloodmaul Brew Keg

I am new to profile making so im sure im just doing something stupid


Code:
  <Quest Id="10542" Name="They Stole Me Hookah and Me Brews!">
    <Objective Type="CollectItem" ItemId="30468" CollectCount="1">
      <Hotspots>
        <Hotspot X="1470.454" Y="6562.658" Z="-10.33799" />
      </Hotspots>
    </Objective>
    <Objective Type="CollectItem" ItemId="184504" CollectCount="10">
      <CollectFrom>
             <GameObject Name="Bloodmaul Brew Keg" Id="184504"/>       
       
                    </CollectFrom>
      <Hotspots>
        <Hotspot X="1478.254" Y="6573.858" Z="-10.33481" />
        <Hotspot X="1531.233" Y="6333.549" Z="4.299658" />
        <Hotspot X="1571.614" Y="6301.739" Z="6.180495" />
        <Hotspot X="1576.959" Y="6363.566" Z="5.369979" />
        <Hotspot X="1652.605" Y="6289.779" Z="5.800853" />
        <Hotspot X="1697.871" Y="6253.322" Z="4.950587" />
        <Hotspot X="1709.991" Y="6311.944" Z="33.45087" />
        
      </Hotspots>
    </Objective>
  </Quest>
 
I am trying this i think i found my mistake


Code:
<Quest Id="10542" Name="They Stole Me Hookah and Me Brews!">
    <Objective Type="CollectItem" ItemId="30468" CollectCount="1">
      <Hotspots>
        <Hotspot X="1470.454" Y="6562.658" Z="-10.33799" />
      </Hotspots>
    </Objective>
    <Objective Type="CollectItem" ItemId="29443" CollectCount="10">
      <CollectFrom>
             <GameObject Name="Bloodmaul Brew Keg" Id="184504"/>       
       
                    </CollectFrom>
      <Hotspots>
        <Hotspot X="1478.254" Y="6573.858" Z="-10.33481" />
        <Hotspot X="1531.233" Y="6333.549" Z="4.299658" />
        <Hotspot X="1571.614" Y="6301.739" Z="6.180495" />
        <Hotspot X="1576.959" Y="6363.566" Z="5.369979" />
        <Hotspot X="1652.605" Y="6289.779" Z="5.800853" />
        <Hotspot X="1697.871" Y="6253.322" Z="4.950587" />
        <Hotspot X="1709.991" Y="6311.944" Z="33.45087" />
        
      </Hotspots>
    </Objective>
  </Quest>

edit: altho this was a mistake im still having issues
 
Last edited:
hay man some times wowhead gets it rong try geting the id from ur target info tag in honorbuddy that mite help
 
Back
Top