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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

need help removing a quest from a profile, but when i tried the bot gave me and error

ok so i need help removing a quest know as The Mosh'Ogg Bounty - Quest - World of Warcraft

it is a horde quest inside this alliance profile. Please help and explain to me how to remove the quest, thanks.

View attachment 24836

WowHead shows four quests named "The Mosh'Ogg Bounty". Two of them are Alliance. The one with QuestId 26782 (contained in the profile) is definitely Alliance.

But if you really still want to delete this quest. Load Notepad++, and find lines 5051-5053, and change them to look like follows:
Code:
<!-- <PickUp QuestName="The Mosh'Ogg Bounty" QuestId="26782" GiverName="Wulfred Harrys" GiverId="44018" X="-12828.8" Y="-444.807" Z="12.96725" />
<Objective QuestName="The Mosh'Ogg Bounty" QuestId="26782" Type="CollectItem" ItemId="58205" CollectCount="1" />
<TurnIn QuestName="The Mosh'Ogg Bounty" QuestId="26782" TurnInName="Wulfred Harrys" TurnInId="44018" X="-12828.8" Y="-444.807" Z="12.96725" />
 -->

The lines should turn green in Notepad++ if you've done it right.


I honestly think you've other problems. If you want us to take a look, please tell us what you're observing and attach your log...


cheers,
chinajade
 
whats new in that version?

If you'd follow the link you'd see the release notes.

On the second post down, it talks about users with mesh issues must upgrade to that version. (Your log was clearly demonstrating the tell-tale mesh issues).

Since you've yet to clearly state the problem your having (other than "it's a Horde quest"). I am also hoping the upgrade will clear up whatever other problems you may be experiencing. Since you've yet to be specific about it, its the best I could recommend given the provided information.


cheers,
chinajade
 
Could not find quest giver NPC with ID 43885 in database.
could not create current in quest botView attachment 24841

Okay, we're getting somewhere. When you install Honorbuddy, it comes with a database of NPC locations. Invariably, Blizzard moves things around from patch to patch (sometimes in the stealth patches too), thus causing the Honorbuddy NPC database to be wrong/incomplete.

To guard against this, Honorbuddy is always scanning the area and putting NPCs it discovers into the database. If you haven't been near the NPC, and Honorbuddy doesn't have it in the database, Honorbuddy doesn't know where to go to pick up the quest. Profile writers can fill the gaps by providing an X-Y-Z for the NPC in the PickUp directive, but many don't.

You can work around this problem by moving your toon within interact distance of this NPC (for this quest), and things should start working again for you.


I'm also seeing other errors in the log you tossed. The FPSware Rogue is throwing exceptions (I've seen this on the Priest too). You may need to switch to Singular until FPSware gets back and gets a chance to look at these problems. If you don't, this Honorbuddy log is claiming it doesn't know how to do combat.

So...
Move to the indicated NPC, and start the bot again, and see if it will pick up the quest. When you discover it won't defend itself while out and about, delete the FPSware rogue (I know, I know, I like it too. :D) and deal with Singular for a while (or find another CC).


cheers,
chinajade
 
can you get me a link to the alliance version of the quest so i can go to the npc cause when i search on wowiki it only says its for horde.

nvm found the town, hopefully
 
did what you said, still no luck, this bot is getting really depressing :(

View attachment 7-16-2011_5_08 AM 3564 Log.txt WoWScrnShot_071611_051013.webp
 
You've gone to the wrong NPC.

As stated in post #10, the profile is looking for Emerine Janis, not Wilfred Harrys.

Right technique, wrong NPC.


cheers
chinajade
 

Yay! Looks like you're progressing now...
Code:
[5:42:14 AM:534] Picking up The Mosh'Ogg Bounty : 26782
[5:42:14 AM:534] Goal: Picking up The Mosh'Ogg Bounty
[5:42:14 AM:537] Changed POI to:Type: QuestPickUp

You're not throwing exceptions anymore with the CC, which is good. But the bad news is I think Singular only supports the Combat spec for Rogue. <sigh> You're probably going to have to find yet another Rogue CC...
Code:
[5:41:29 AM:538] [Singular] Determining talent spec.
[5:41:29 AM:710] [Singular] Current spec is  Subtlety Rogue
[5:41:29 AM:723] [Singular] Singular currently does not support Combat for this class/spec combination, in this context! [Rogue, SubtletyRogue, Normal]


If your bot stopped, here's why...
Code:
[5:42:30 AM:171] [RedAlert] Player appears to be following us. Playing sound.
[5:42:30 AM:178] [RedAlert] Waiting to see if they leave before resuming.

The RedAlert (which I loved, but surprised it stlll works) is waiting for the other player to leave the area before resuming. I think it waits 3mins or so after the player clears the area.

It looks like you're on track now once you find a working Rogue CC (or decide to respec your Rogue to Combat). Open another thread, if you bump into other problems.


cheers,
chinajade
 
Last edited:
Back
Top