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] Rarekiller 3 RELOADED

Alright so after bumping into Vyra 3 times and the bot doing nothing, I decided to test with a regular mob. I entered the blue protodrake's mob ID that fly around Storm Peaks into Rarekiller, flew into where they fly about, and pressed start - the bot just spammed this in Honorbuddy:

Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753

Over and over again without ever attempting to pull or kill any of the drakes or move at all.

Any ideas?
 
blizz might have changed the Mob Id look it up on wowhead see if its the same or not.
 
Rarekiller: Find a hunted Mob called Stormpeak Wyrm ID 29753

Did you by any chance added the MobID in the hunter taming section?
I used to get that message when I was manually adding Mobs for my hunter to tame...
 
Did you by any chance added the MobID in the hunter taming section?
I used to get that message when I was manually adding Mobs for my hunter to tame...

I added it in the 'Hunt by mod ID' on the first tab where TLPD and others are.
 
To sum things up for everybody ? Does Rarekiller (either 4.10 or 4.11, or 4.11 with modifications made by anyone here) work for someone ?
By working I mean: Does show up on the Plugins while launching HB, but ALSO does the job: finding mobs under GB2, and goes actually KILL them and looting them.

If anyone has all this working: could you please share your entire Rarekiller folder to the community ?

Many thanks !
 
Heyho some question. I have the plugin in the plugin Honor Buddy pulled folder . is that correct ? Because it is me then when the bot runs under plugins not displayed . please help
 
Compiler Error: c:\Users\Zach\Desktop\Honorbuddy\Plugins\Rares\Rarekiller.cs(736,115) : error CS0117: 'Styx.WoWInternals.World.GameWorld' does not contain a definition for 'CGWorldFrameHitFlags'
Compiler Error: c:\Users\Zach\Desktop\Honorbuddy\Plugins\Rares\MyClasses\RarekillerKiller.cs(490,70) : error CS0019: Operator '!=' cannot be applied to operands of type 'ulong' and 'Styx.WoWInternals.WoWGuid'
Compiler Error: c:\Users\Zach\Desktop\Honorbuddy\Plugins\Rares\MyClasses\RarekillerKiller.cs(493,59) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong'
Compiler Error: c:\Users\Zach\Desktop\Honorbuddy\Plugins\Rares\MyClasses\RarekillerKiller.cs(556,21) : error CS0019: Operator '==' cannot be applied to operands of type 'Styx.WoWInternals.WoWGuid' and 'ulong'



Keep getting this error when trying to install this plugin, not working wont compile.
 
steps for smart people how to get it working again :p

Rarekiller.cs(736,115) : error CS0117: 'Styx.WoWInternals.World.GameWorld' does not contain a definition for 'CGWorldFrameHitFlags'

Replace CGWorldFrameHitFlags with TraceLineHitFlags.None in that line


MyClasses\RarekillerKiller.cs(490,70) : error CS0019: Operator '!=' cannot be applied to operands of type 'ulong' and 'Styx.WoWInternals.WoWGuid'
MyClasses\RarekillerKiller.cs(493,59) : error CS0029: Cannot implicitly convert type 'Styx.WoWInternals.WoWGuid' to 'ulong'
that code is just logging messages and counting your pulls

remove or comment out the following lines in Rarekillerkiller.cs

//if (Enemy.Entry != 32491 && Enemy.Entry != 50005 && (Rarekiller.Settings.GuidCurrentPull != Enemy.Guid) && Me.Combat)
//{
// Rarekiller.Settings.PullCounter = 1;
// Rarekiller.Settings.GuidCurrentPull = Enemy.Guid;
// Logging.Write(Colors.MediumPurple, "Rarekiller: Pulled {0} now first time", Enemy.Name);
//}

change the following "else if (Me.Combat)" to "if (Me.Combat)"

MyClasses\RarekillerKiller.cs(556,21) : error CS0019: Operator '==' cannot be applied to operands of type 'Styx.WoWInternals.WoWGuid' and 'ulong'
that code is just logging messages and counting your pulls

if (Enemy.Guid == Rarekiller.Settings.GuidCurrentPull)
{
Rarekiller.Settings.PullCounter = 0;
Rarekiller.Settings.GuidCurrentPull = 0;
Logging.WriteDiagnostic(Colors.MediumPurple, "Rarekiller: Set PullCounter to {0}", Rarekiller.Settings.PullCounter);
}

comment this out aswell or delete the code

havent done any testing yet

the only change affecting functionality may be the first one in rarekiller.cs
it checks for water bodies not to land on - but that part is unaffected - i honestly dont know what i might use traceline hitflags for but im guessing it wasnt used before aswell since there was no flag with CGWorldFrameHitFlags - but since there is no "api" changelog i cant look that up ;)

I implemented the changes you suggested and the plugin loads fine but I am unable to get the toon to engage in combat. The bot just flies to him but won't fight and eventually flies away. Have you found a solution to that?


Kind regards,
 
I used the killmobs.xml or what ever it's called and added the warbringers and it refuses to even go to them? It's checked in the settings does anyone else have this issue? This used to work flawlessly
 
I tried my hand at applying some fixes to the 4.11 BETA base. If anyone is willing to test it out and tell me if it's actually mounting the plugin and if the basic functionality is working, would be appreciated. I'm not a programmer, it's just a hobby, but I will try to work on this more.

Updated Link: https://mega.co.nz/#!f40XWDrC!jj6JMXafzhXNAeNq1BlzFu87EWc2LNtUeefgZUMmX9A

Unzip 'RareKiller.zip' and place the 'RareKiller' folder into your '%HonnorBuddy%\Plugins\' directory. Make sure 'Use Framelock' is unchecked under 'Settings & Tools' or your wow session WILL freeze.
 
Last edited:
I took the default download and changed 3 .cs files. What scanner are you using, I'll have to check my own system if it's true.
 
I took the default download and changed 3 .cs files. What scanner are you using, I'll have to check my own system if it's true.

Your linked zip file has alot more files/folders in it, than the original rarekiller.zip.
The bin/debug folder contains some exe files...

Mybe u ziped your complete project folder.

EDIT: nothing to worry about in the file.

This file was last analysed by VirusTotal on 2014-11-05 23:00:41 UTC, it was first analysed by VirusTotal on 2014-11-05 23:00:41 UTC.

Detection ratio: 0/54

You can take a look at the last analysis or analyse it again now.
 
Last edited:
ive downloaded this file from the Site that he posted checked it with Avast nothing wrong with it Google chrome tried to block the file do to there Antimelware settings if u want the file ill email to u an u can scan it yourself or delete it.an if u go a few pages back there is another Download link that is the one i used think download link above is the same.
 
I just checked the default SVN download for the 4.11 BETA: katzerls-plugins - Revision 259: /trunk/Rarekiller BETA

You're right it is the complete project folder that the original OP used. If you're worried the 3 files I changed were Rarekiller.cs in the main folder, RarekillerKiller.cs and RarekillerSettings.cs in the MyClasses folder.

I tried to remove most of the useless project files etc, here is the new download.

I tried my hand at applying some fixes to the 4.11 BETA base. If anyone is willing to test it out and tell me if it's actually mounting the plugin and if the basic functionality is working, would be appreciated. I'm not a programmer, it's just a hobby, but I will try to work on this more.
Updated Link: https://mega.co.nz/#!f40XWDrC!jj6JMXafzhXNAeNq1BlzFu87EWc2LNtUeefgZUMmX9A

Unzip 'RareKiller.zip' and place the 'RareKiller' folder into your '%HonnorBuddy%\Plugins\' directory. Make sure 'Use Framelock' is unchecked under 'Settings & Tools' or your wow session WILL freeze.
 
Last edited:
Any updates on the plugin freezing the game yet? The combat routines that are currently available do not have the ability to disable frame lock and the developers will not disable it (TuanHA, and Pasterke specifically)
 
Back
Top