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

[help] KillMob

cjzygr

New Member
Joined
Oct 18, 2010
Messages
155
Reaction score
1
hi,
i am trying to override the killmob id for this quest(http://www.wowhead.com/quest=218) becasue the ID wowhead gives is incorrect, but all i get is this

Code:
Could not find objective with ID 37507 in quest Ice and Fire
Could not create a performable quest objective for objective with ID 37507!
Could not create current in quest bot!

when i try this code :

HTML:
<Quest Id="218" Name="Ice and Fire">
	<Objective Type="KillMob" MobId="808" KillCount="1">
		<Hotspots>
		<Hotspot X="-6500.501" Y="304.2424" Z="369.9774" />
		</Hotspots>
	</Objective>
	<Objective Type="KillMob" MobId="37507" KillCount="10">
		<Hotspots>
		<Hotspot X="-6506.681" Y="387.4102" Z="385.0729" />
<Hotspot X="-6477.042" Y="383.3407" Z="381.3582" />
<Hotspot X="-6474.247" Y="353.3873" Z="377.9596" />
<Hotspot X="-6500.501" Y="304.2424" Z="369.9774" />
<Hotspot X="-6518.2" Y="318.226" Z="374.0129" />
<Hotspot X="-6527.083" Y="344.2198" Z="372.8882" />
		</Hotspots>
	</Objective>
	<Objective Type="KillMob" MobId="37112" KillCount="1">
		<Hotspots>
		<Hotspot X="-6482.534" Y="338.7563" Z="369.3296" />
		</Hotspots>
	</Objective>
</Quest>
 
Last edited:
u have no start NPC or Turnin NPC

try
HTML:
<Quest Id="218" Name="Ice and Fire" PickUpName="" PickUpID="">
	<Objective Type="KillMob" MobId="808" KillCount="1">
		<Hotspots>
		<Hotspot X="-6500.501" Y="304.2424" Z="369.9774" />
		</Hotspots>
	</Objective>
	<Objective Type="KillMob" MobId="37507" KillCount="10">
		<Hotspots>
		<Hotspot X="-6506.681" Y="387.4102" Z="385.0729" />
<Hotspot X="-6477.042" Y="383.3407" Z="381.3582" />
<Hotspot X="-6474.247" Y="353.3873" Z="377.9596" />
<Hotspot X="-6500.501" Y="304.2424" Z="369.9774" />
<Hotspot X="-6518.2" Y="318.226" Z="374.0129" />
<Hotspot X="-6527.083" Y="344.2198" Z="372.8882" />
		</Hotspots>
	</Objective>
	<Objective Type="KillMob" MobId="37112" KillCount="1">
		<Hotspots>
		<Hotspot X="-6482.534" Y="338.7563" Z="369.3296" />
		</Hotspots>
	</Objective>
</Quest>
 
cjzygr,

You showed us the "QuestOverride", but didn't show us the associated QuestOrder statements. I believe if you look in your QuestOrder, you'll find the statement in red is missing:

&lt;QuestOrder&gt;

&lt;PickUp QuestName="Ice and Fire" QuestId="218" GiverName="Grelin Whitebeard" GiverId="786" /&gt;
&lt;Objective QuestName="Ice and Fire" QuestId="218" Type="KillMob" MobId="808" KillCount="1"&gt;
&lt;Objective QuestName="Ice and Fire" QuestId="218" Type="KillMob" MobId="37507" KillCount="10"&gt;
&lt;Objective QuestName="Ice and Fire" QuestId="218"Type="KillMob" MobId="37112" KillCount="1"&gt;
&lt;TurnIn QuestName="Ice and Fire" QuestId="218" TurnInName="Grelin Whitebeard" TurnInId="786" /&gt;​
&lt;/QuestOrder&gt;​
Just a guess, as I can see absolutely nothing wrong with the Quest Override you provided.

cheers,
CJ
 
ok using this code now,

HTML:
<Quest Id="218" Name="Ice and Fire" PickUpName="Grelin Whitebeard" PickUpID="786">
	<Objective Type="KillMob" MobId="808" KillCount="1">
		<Hotspots>
		<Hotspot X="-6500.501" Y="304.2424" Z="369.9774" />
		</Hotspots>
	</Objective>
	<Objective Type="KillMob" MobId="37507" KillCount="10">
		<Hotspots>
		<Hotspot X="-6506.681" Y="387.4102" Z="385.0729" />
<Hotspot X="-6477.042" Y="383.3407" Z="381.3582" />
<Hotspot X="-6474.247" Y="353.3873" Z="377.9596" />
<Hotspot X="-6500.501" Y="304.2424" Z="369.9774" />
<Hotspot X="-6518.2" Y="318.226" Z="374.0129" />
<Hotspot X="-6527.083" Y="344.2198" Z="372.8882" />
		</Hotspots>
	</Objective>
	<Objective Type="KillMob" MobId="37112" KillCount="1">
		<Hotspots>
		<Hotspot X="-6482.534" Y="338.7563" Z="369.3296" />
		</Hotspots>
	</Objective>
</Quest>

with this QuestOrder

HTML:
<PickUp QuestName="Ice and Fire" QuestId="218" GiverName="Grelin Whitebeard" GiverId="786" />
<Objective QuestName="Ice and Fire" QuestId="218" Type="KillMob" MobId="808" KillCount="1" />
<Objective QuestName="Ice and Fire" QuestId="218" Type="KillMob" MobId="37507" KillCount="10" />
<Objective QuestName="Ice and Fire" QuestId="218" Type="KillMob" MobId="37112" KillCount="1" />
<TurnIn QuestName="Ice and Fire" QuestId="218" TurnInName="Grelin Whitebeard" TurnInId="786" />

but now getting
Code:
Could not find quest giver NPC with ID 786 in database.
Could not create current in quest bot!


information

Code:
Information about Grelin Whitebeard:
Name = Grelin Whitebeard
Wowhead Id = 786
Faction = 55 [Ironforge]
Location = <-6363.002, 567.0847, 385.7679>
<Vendor Name="Grelin Whitebeard" Entry="786" Type="Repair" X="-6363.002" Y="567.0847" Z="385.7679" />
 
Try

// <PickUp QuestName="Ice and Fire" QuestId="218" GiverName="Grelin Whitebeard" GiverId="786" X="-6363.002" Y="567.0847" Z="385.7679" />

You should be able to over ride the pickup with a set xyz; its the same principle as if it were a game object you were getting the quest from.

Theirs more here
http://www.thebuddyforum.com/mediawiki/index.php?title=Honorbuddy_Profile_Tag:_PickUp

You may also need to add GiverType="NPC" although that is the default so you should need to.

If it still doesn't work post your profile.
 
Last edited:
Try

// <PickUp QuestName="Ice and Fire" QuestId="218" GiverName="Grelin Whitebeard" GiverId="786" X="-6363.002" Y="567.0847" Z="385.7679" />

You should be able to over ride the pickup with a set xyz; its the same principle as if it were a game object you were getting the quest from.

Theirs more here
Honorbuddy Profile Tag: PickUp - Buddy Wiki

You may also need to add GiverType="NPC" although that is the default so you should need to.

If it still doesn't work post your profile.

Now im back to

Could not find objective with ID 37505 in quest Ice and Fire
Could not create a performable quest objective for objective with ID 37505!
Could not create current in quest bot!
 

Attachments

if only wowhead would have this quest right, or overriding it actully worked
 
You might need to add over rides for first things first quest

Edit, you really need to add them tried running through the tunnel
 
Last edited:
how about with the quest im having trouble with, anything with that?
 
Last edited:
You might have to force it with a grind to; i can think of no other way until its fixed. the following works but is risky at its possible that not all mobs will be killed before you level.

Code:
<PickUp QuestName="Ice and Fire" QuestId="218" GiverName="Grelin Whitebeard" GiverId="786" X="-6363.002" Y="567.0847" Z="385.7679" />


   
    <SetGrindArea>
        <GrindArea>
            <Factions>190</Factions>
            <Hotspots>
                <Hotspot X="-6294.901" Y="286.5533" Z="380.2132" />
		<Hotspot X="-6295.29" Y="246.3124" Z="390.7136" />
		<Hotspot X="-6243.869" Y="245.2816" Z="388.8954" />
		<Hotspot X="-6159.225" Y="263.6059" Z="389.0013" />
		<Hotspot X="-6357.063" Y="362.8073" Z="378.3036" />
            </Hotspots>
        </GrindArea>
    </SetGrindArea>
   
    <GrindTo Level="5" />

<Objective QuestName="Ice and Fire" QuestId="218" Type="KillMob" MobId="808" KillCount="1" />
<Objective QuestName="Ice and Fire" QuestId="218" Type="KillMob" MobId="37112" KillCount="1" />
<TurnIn QuestName="Ice and Fire" QuestId="218" TurnInName="Grelin Whitebeard" TurnInId="786" />
 
dude, your awesome, it is risky but it works, i will cred you when i release, thanks so much!
 
As a note this is actually a broken profile tag as it should be override-able, and should be reported.... i however am going to sleep
 
As a note this is actually a broken profile tag as it should be override-able, and should be reported.... i however am going to sleep

yeah thats what i figured, thanks! :D
 
Back
Top