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

[Request] Force TurnIn Quests

gimik

New Member
Joined
Jul 18, 2010
Messages
1,326
Reaction score
5
Does anyone have a plugin that will force HB to turn in quests? Atm it will pick up quests, do the objective and run back to to the Quest TurnIn point but won't turn it in.

Thanks!!
 
what version are you using and can you show me the profile? in pm or what ever because for me it does turnin, its just that some quests might be bugged.
 
hmm not sure if I'm seeing this correctly but did you do the override of the quests between the quest order? I think so and this is something that doesn't work...

place it elsewise like this :

Code:
  <Quest Id="5981" Name="Rampaging Giants">
   <Objective Type="KillMob" MobId="7428" KillCount="4">
    <CollectFrom>
     <Mob Id="7428" Name="Frostmaul Giant"/>
    </CollectFrom>
    <Hotspots>
     <Hotspot X="5202.597" Y="-4580.049" Z="838.7708" />
     <Hotspot X="5229.798" Y="-4542.325" Z="835.3382" />
     <Hotspot X="5228.328" Y="-4508.948" Z="833.3677" />
     <Hotspot X="5238.121" Y="-4458.49" Z="850.4612" />
     <Hotspot X="5274.232" Y="-4435.379" Z="848.5731" />
     <Hotspot X="5341.872" Y="-4443.531" Z="841.0421" />
     <Hotspot X="5459.814" Y="-4622.74" Z="802.889" />
     <Hotspot X="5442.887" Y="-4561.969" Z="815.0233" />
     <Hotspot X="5341.709" Y="-4585.917" Z="691.7906" />
     <Hotspot X="5320.074" Y="-4647.399" Z="692.0117" />
     <Hotspot X="5293.694" Y="-4706.374" Z="691.5028" />
     <Hotspot X="5254.657" Y="-4779.216" Z="690.8318" />  
    </Hotspots>
   </Objective>
   <Objective Type="KillMob" MobId="7429" KillCount="4">
    <CollectFrom>
     <Mob Id="7429" Name="Frostmaul Preserver"/>
    </CollectFrom>
    <Hotspots>
     <Hotspot X="5202.597" Y="-4580.049" Z="838.7708" />
     <Hotspot X="5229.798" Y="-4542.325" Z="835.3382" />
     <Hotspot X="5228.328" Y="-4508.948" Z="833.3677" />
     <Hotspot X="5238.121" Y="-4458.49" Z="850.4612" />
     <Hotspot X="5274.232" Y="-4435.379" Z="848.5731" />
     <Hotspot X="5341.872" Y="-4443.531" Z="841.0421" />
     <Hotspot X="5459.814" Y="-4622.74" Z="802.889" />
     <Hotspot X="5442.887" Y="-4561.969" Z="815.0233" />
     <Hotspot X="5341.709" Y="-4585.917" Z="691.7906" />
     <Hotspot X="5320.074" Y="-4647.399" Z="692.0117" />
     <Hotspot X="5293.694" Y="-4706.374" Z="691.5028" />
     <Hotspot X="5254.657" Y="-4779.216" Z="690.8318" />
    </Hotspots>
   </Objective>
  </Quest>

If you take a look at this you see your override was just hotspots without tags, and overrides in questorder Also see you have the quest 2x eahc or so to turn in .... above and below the override.


Take a look at the profile if you need to understand parts, credits to liquidator for making that.
 

Attachments

Well i found out i didn't need to add the hotspots so i might as well delete them, it shouldn't affect it turning in the quests so i still have the same problem.

*EDIT*

Oh well i see now, the <QuestOrder></QuestOrder> is simply for ordering the quests and then after you have all the quests you want to do in the order you want them too, you can set overrides and add CollectFrom's and Hotspots?
 
Last edited:
yes download my wintersaber trainers profile and have a look, because it seems you have 2-3 options put into one which doesn't work unfortunate;) I think the problem lies there, then after you done all that check up if it does the quest on several chars if you are able to, then if it does it works, if it doesn't on a few characters then some cc's are bugged.
Also report to the dev's if the quest seems bugged with a log file and everything attached in the bugtracker this will help them create a better releease everytime;)

Besides that , dunnow what it could be let me know if you need anymore help
 
Well i updated my profile but it still won't turn in the quests. Take a look at the changes and see if everything is correct.

Thanks!
 

Attachments

why do you have coords behind the npc?

<PickUp QuestName="Fel Orc Scavengers" QuestId="10482" GiverName="Lieutenant Amadi" GiverId="16820" X="-591.543" Y="2910.224" Z="59.21217" />?????
should be <PickUp QuestName="Fel Orc Scavengers" QuestId="10482" GiverName="Lieutenant Amadi" GiverId="16820" />

+ does it go to the npc but just doesnt turn it in or doesnt it even go there?
 
the coords are a fail safe incase wowheads screwed up so it knows where the NPC is, also it runs there and it'll be in front of the NPC but just won't talk to him and won't turn in quests.
 
hmmm Honestly havent seen that yet that its supported or anything, anyways see something weird again.

hmm can't say more then maybe the quests are bugged test on other quest givers.
 
It turned in quests to the NPC's already but now it won't turn into any I think it's a HB bug. Anyway, thanks for the help!

Still need a Plugin!!!
 
The QuestID is the ID of the NPC, NOT the coordinates, i am positive about this.

Also, as youve probably stated above, i just didnt read it all, but you must put the quest overrides outside the <QuestOrder>
 
The overrides are outside of the <QuestOrder> and the Quest ID isn't the NPC ID...It's the quest ID O.o. It's a bug with HB it won't turn in quests.
 
Well if its an user error can someone please tell me whats wrong? I attached my profile in above posts so if there's any problems lemme know. Ima double check it i guess.
 
So i went into my profile and deleted the coords of the NPC that i'm trying to turn the quest into, the bot still finds them but just stands in front of them and doesn't talk to them nor does the bot turn in the quest. Still need help!!

If someone else could test it real quick so i can determine if it's my profile or HB = D
 

Attachments

Alright i get that, still doesn't help me O.o Just need someone to test the profile. Start in HH and let it run.
 
Back
Top