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!

[Plugin] Kill Rares and Loot Chests

Plugin sometimes Doesn't Rezz

Awesome plugin. But the only problem i notice is when i find a rare and get killed when it runs back to body it doesn't rez sometimes. It keeps giving a message that there are 6 hostile mobs or what ever amount there is and it doesn't rez just keeps looping message. Bot doesn't even try to move away to rez at a safe point and sometimes there is only like 2 or 3 hostile and it says there are 8 or 10. Can this be fix cause your plugin is great except this minor problem. I attach log if it helps.View attachment 12436 2015-02-12 17.33.txt
 
Awesome plugin. But the only problem i notice is when i find a rare and get killed when it runs back to body it doesn't rez sometimes. It keeps giving a message that there are 6 hostile mobs or what ever amount there is and it doesn't rez just keeps looping message. Bot doesn't even try to move away to rez at a safe point and sometimes there is only like 2 or 3 hostile and it says there are 8 or 10. Can this be fix cause your plugin is great except this minor problem. I attach log if it helps.View attachment 167942

That's a Singular problem.
 
That's a Singular problem.
I think the issue is a plugin/singular. I have tested it out and i notice when toon would run back to corpse and not rez i would turn off plugin and it would rez normal again without the plugin on.
 
Last edited:
I've been attempting to run this with Kicks 90-92 questing profile, several different combat routines it will target a rare and run towards it then stop and go back to questing. any thoughts on what i'm doing wrong?
 
I've been attempting to run this with Kicks 90-92 questing profile, several different combat routines it will target a rare and run towards it then stop and go back to questing. any thoughts on what i'm doing wrong?

That's normal for singular/questing. Changes in navigation made last year, make it impossible for plugins to override the bot.

it does make plugins rather limited compared to what was possible before, i.e. rarekiller or objectgatherer, etc. no matter what a plugin tries to do now, with framelock enabled bots, they can't override with a high enough priority to disable the navigation system unless they can stop the bot from working. which at the moment, isn't available in most of the built in bots.
 
I'm using it with kick's profiles, testing if it works with it, but it keeps trying to mine/herb. If i turn of the plugin he continue to quest as normal.

I'm already 100 but doing Draenor quests and would be awesome if it kills the rares on the way.

Any idea why it keeps trying to mine/herb? (it's disable in honorbuddy settings).
 
Last edited:
I have an issue that this plugin want to go harvest herbs and mine ores without me even having those proffession.
I use the latest one and tries singular and tuanhas routines as a paladin.
 
boy was i looking so long to find something like this, rarekiller 3 completely fell apart. is there a way to farm a specific npc? I tried putting the distance to 30, then adding "avoid mobs xxxxxx" but it still attacks the mobs i choose to avoid
 
Still continues to stop to Mine/Herb, even if without any of the professions on the toon and both unselected on the honorbuddy settings.
 
Still continues to stop to Mine/Herb, even if without any of the professions on the toon and both unselected on the honorbuddy settings.

Same here!

I hope its fixed soon, i tried tweaking here and there - no chance ;<

Thanks for the plugin!
 
for everyone that has the mining and herb issue i found a fix for it. Go into the profile open up the file main.cs open it with any text editor and look for this line


f (StyxWoW.Me.GetSkill(SkillLine.Mining).CurrentValue != 0) { Miner = true; }
if (StyxWoW.Me.GetSkill(SkillLine.Skinning).CurrentValue != 0) { Skinner = false; }
if (StyxWoW.Me.GetSkill(SkillLine.Herbalism).CurrentValue != 0) { Herbalist = false; }
}
change what ever you dont have to false they are all on true by default
 
for everyone that has the mining and herb issue i found a fix for it. Go into the profile open up the file main.cs open it with any text editor and look for this line


f (StyxWoW.Me.GetSkill(SkillLine.Mining).CurrentValue != 0) { Miner = true; }
if (StyxWoW.Me.GetSkill(SkillLine.Skinning).CurrentValue != 0) { Skinner = false; }
if (StyxWoW.Me.GetSkill(SkillLine.Herbalism).CurrentValue != 0) { Herbalist = false; }
}
change what ever you dont have to false they are all on true by default


if the skilline value != 0, that means you have mining, same for the others.
 
Back
Top