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

What to do when HB can't find a ObjectiveID?

Megser

Well-Known Member
Joined
Apr 17, 2010
Messages
1,389
Reaction score
73
Is there any solution to bypass that or something? Dunno why it can't find certain objects.

PHP:
Could not find objective with ID 187683 in quest Mobu's Pneumatic Tank Transjigamarig
Could not create a performable quest objective for objective with ID 187683!
Could not create current in quest bot!
 
what code are you using?
since it seems like you are trying to use an object, honorbuddy probably has it as a collectitem instead...
try collecting item 34785 instead
 
megser, you're going about it wrong, bud.

use "active quests list" button to get the quest override, and stick the Gameobject Name="" Id="" / in the CollectFrom

then in the objective in the quest order, you stick the itemid that you get from the gameobject

PHP:
	<Quest Id="26573" Name="His Heart Must Be In It">
    <Objective Type="CollectItem" ItemId="58956" Name="Keeshan's Red Headband" CollectCount="1">
      <CollectFrom>
        <GameObject Name="Blackrock Coffer" ID="204388" />
      </CollectFrom>
      <Hotspots>
        <Hotspot X="-8694.484" Y="-2165.072" Z="157.0084" />
      </Hotspots>
    </Objective>
    <Objective Type="CollectItem" ItemId="58957" Name="Keeshan's Jade Amulet" CollectCount="1">
      <CollectFrom>
        <GameObject Name="Blackrock Coffer" ID="204388" />
      </CollectFrom>
      <Hotspots>
        <Hotspot X="-8694.484" Y="-2165.072" Z="157.0084" />
      </Hotspots>
    </Objective>
  </Quest>
 
Thanks so much Kick, but still can't get it to work... It just says moving to hotspot and doesn't collect it and after like 5-8 seconds it says 'resting'...

Code:

PHP:
<Quest Id="11643" Name="Mobu's Pneumatic Tank Transjigamarig">
	<Objective Type="CollectItem" ItemId="34785" CollectCount="1">
		<CollectFrom>
                  <GameObject Name="Pneumatic Tank Transjigamarig" ID="187683" />
		</CollectFrom>
		<Hotspots>
                  <Hotspot X="3009.948" Y="6704.962" Z="13.19586" />
		</Hotspots>
	</Objective>
</Quest>

PHP:
<Objective QuestName="Mobu's Pneumatic Tank Transjigamarig" QuestId="11643" Type="CollectItem" ItemId="34785" CollectCount="1" />

Thanks for any help.
 
[10:22:22:457] Goal: Goal: Collect Pneumatic Tank Transjigamarig x 1
[10:22:22:457] Activity: Moving to hotspot
[10:22:22:458] Activity: Loading Tile/s
[10:22:22:458] Loading Northrend_19_26

then it gets agro

then you feed pet and press stop

[10:22:41:116] Activity: Moving to hotspot
[10:23:17:25] Pet happiness: 1
[10:23:17:25] Activity: Resting
[10:23:17:57] No food!!
[10:24:17:119] Pet happiness: 1
[10:24:17:150] No food!!
[10:25:17:195] Pet happiness: 1
[10:25:17:225] No food!!
[10:25:33:159] Changed POI to: Type: Kill, Name: Kvaldir Mist Lord

get food, feed your pet, and try again

You'll eventually be able to understand and comprehend your own logs, but until then ... logs go a long way, even if it's something simple ;)
 
Last edited:
if that doesn't work, you could just use the UseGameObject CB instead...
 
Thanks Kick, but the CC's really need to be updated... Since they removed pet happiness in patch 4.1. I did try that Shakazara, but it's heavily deprecated. I'll see when I come home.
 
Okay, I tried to use the Singular CC instead of FPSware's which was feeding the pet and we assumed that was the issue. But using the Singular CC still doesn't work. It doesn't feed the pet it just says "Moving to hotspot..." and stands still. I have uploaded a video for you to see.

YouTube - wow-20110516-1223229.avi
 
Hunter

have you tried that hunter one by fps (vs the default?)

I'll also fwd this post so that he (if he made the default cc) can fix the changes for the next drop
 
Hunter

have you tried that hunter one by fps (vs the default?)

I'll also fwd this post so that he (if he made the default cc) can fix the changes for the next drop

Are you certain that this is a CC problem? Look at my post above yours, I uploaded a video and using the Singular CC didn't help.
 
i'm not 100% positive, but the cc is stopping you from progression (cc > questing bot, unless a behavior tells cc to go away)
 
Okay haha the posts are piling up :D. If you have time, could you come into IRC and we can chat there?
 
Last edited:
Back
Top