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!

[N] Darkmoon Faire Quests + Quest Behaviors

update? 4 MOP

Bot Stopped! Reason: This profile does not contain any profiles fitting the character! ( with 10 pg )
 
update? 4 MOP

Bot Stopped! Reason: This profile does not contain any profiles fitting the character! ( with 10 pg )

The first topic was updated yesterday, and as it seems it's ready for MoP:

r389 - revised quest behaviors for HB 2.5 (no logic changes, only to make it work with the new HB API), changed profile max level to 91

If you were at 85+ it might have bugged for no Char in the profile level range, give it another try since the maximum level was raised to 91.
 
Same as above, doesn't loot the fish, everthing else worked.

Btw, you don't need a fishing pole any mor, so maybe you can update your files

Greets, Vamp
 
Same as above, doesn't loot the fish
Btw, you don't need a fishing pole any more, so maybe you can update your files

Greets, Vamp
 
Last edited:
it also does not use the abilities you get in the dailie quests like smash die hogger or land in the ring! i had to use them manually or is this my fault?
 
I kept getting stuck on pick up a quest, even though I already got the quest >_< How do I fix this?
Moving to Type: QuestPickUp
Moving to Type: QuestPickUp
Moving to Type: QuestPickUp
Moving to Type: QuestPickUp
Moving to Type: QuestPickUp
Moving to Type: QuestPickUp
Moving to Type: QuestPickUp
 
[Profile Message]: Compiling daily quests.[Halt-v242(warning)]: *****
* THIS BEHAVIOR IS DEPRECATED, and will be retired on July 31th 2012.
*
* Halt adds _no_ _additonal_ _value_ over the UserSettings behavior.
* Please update the profile to use the UserSettings behavior and use StopBot.*****
Bot Stopped! Reason: None Given

What can I do?
 
one over another we must ask polite for profile owner to update them, they were totaly afk , he can make them back :D , thanks for support
 
[Profile Message]: Compiling daily quests.[Halt-v242(warning)]: *****
* THIS BEHAVIOR IS DEPRECATED, and will be retired on July 31th 2012.
*
* Halt adds _no_ _additonal_ _value_ over the UserSettings behavior.
* Please update the profile to use the UserSettings behavior and use StopBot.*****
Bot Stopped! Reason: None Given

What can I do?

Personally, although I am not good enough yet to write my own profiles, I am good enough to modify those of others. Messages like this one really bother me. 'Halt' does so add additional value over the UserSettings behaviour. It allows the bot to be stopped with a message to the user - something that StopBot doesn't do. 'Halt' allows the writer to replace 2 lines (one to print the message and one to stop the bot) with just 1 line. That's a big bonus as far as I am concerned and has functionality that the current administration should have had the forethought to implement before they deprecated the old.

- Jim T.
 
Did all the quests yesterday, but today when I want to do the dailies, it did two of them and said all the rest was done.
 
Hi timglide - I love this profile! I found a few bugs and just wanted to share them:

  • Won't loot fish
  • Won't hammer in Whack-a-Gnole
  • Won't shoot in Shooting Range
  • Won't cut its chute in Humanoid Cannonball
  • Won't toss rings in Ring Toss
Everything else works great. Hope this helps.
 
New version in first post. I've only done limited testing so far. I ran the individual dailies with my test profile. I couldn't do the full profile at the moment because Mulgore is an xrealm zone where the faire hasn't started yet (could still get there in Goldshire).

All the dailies worked for me (again I only ran them individually with the test profile, I will of course try again tomorrow with the normal profile). I corrected the issue where it wouldn't press the special action buttons. Humanoid Cannonball worked first time for me, I didn't change anything. It may have been HB being buggy last month. Not looting fish is generally an addon issue.
 
Hey Glide,

first time using your profile and he's currently trying to fish, but he just don't loot the fish. I turned all my addons off but it does nothing good, still not looting.
Will do it by hand so don't worry too much about it, just wanted to let you know.

greetz

Weischbier
 
Did all the quests yesterday, but today when I want to do the dailies, it did two of them and said all the rest was done.
This isn't the profile. This is a Questbot issue. Close HB, delete the Cache folder in your HB folder and restart HB. Should work find now.
 
Thanks so much for updating these profiles and behaviors! I only had one issue (so far), when doing the fishing quest, the bot wouldn't loot after getting a catch, and yes I have auto-loot enabled.

I got it to work after making this change to the DMF_Fishing.cs:

Code:
UseBobber();
Thread.Sleep(2500);
Styx.CommonBot.Frames.LootFrame.Instance.LootAll();
Thread.Sleep(500);

I'm sure it could be optimized but it was good enough for my needs.
 
Thanks so much for updating these profiles and behaviors! I only had one issue (so far), when doing the fishing quest, the bot wouldn't loot after getting a catch, and yes I have auto-loot enabled.

I got it to work after making this change to the DMF_Fishing.cs:

Code:
UseBobber();
Thread.Sleep(2500);
Styx.CommonBot.Frames.LootFrame.Instance.LootAll();
Thread.Sleep(500);

I'm sure it could be optimized but it was good enough for my needs.
Yeah that fixed it for me too.. Thanks dude :-)
 
Back
Top