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

[REQUEST] Stop botting after X deaths

alexj

New Member
Joined
May 24, 2010
Messages
24
Reaction score
0
Came home after a couple hours of AFK farming to find I had 53 deaths and 70 kills. The bot was going after an herb in a hotbed of whoopass mobs and repeatedly suiciding.

Got me thinking it would be awesome if there were a plugin to stop the bot after a set amount of deaths. I'm sure repeated rezzes and immediate deaths probably looked pretty botty.

How hard would it be to create something like this?
 
here you go.

place DeathStop.cs to your Plugins folders. I have set death count to 10. If you want to change it open DeathStop.cs with notepad and change the value below

Code:
        /// EDIT THIS NUMBER TO WHATEVER YOU WANT ///
        private int DeathCount = 10;
        /////////////////////////////////////////////
 

Attachments

here you go.

place DeathStop.cs to your Plugins folders. I have set death count to 10. If you want to change it open DeathStop.cs with notepad and change the value below

Code:
        /// EDIT THIS NUMBER TO WHATEVER YOU WANT ///
        private int DeathCount = 10;
        /////////////////////////////////////////////

Thankyouuuuuu <333
 
It will use Hearthstone if

Code:
private bool UseHearthstone = true;
make it false; if you don't want to use Hearthstone.

It will attempt to use Hearthstone. If it fails it will just stop HB. If it successfully uses it, It will quit wow and stop HB.
 

Attachments

Last edited:
could you make it timebased?. specificly if you die in "pvp" (someone corpsecamping you), if u die more than say 2 times from pvp combat the last 5 minutes, stop.
 
It will use Hearthstone if

Code:
private bool UseHearthstone = true;
make it false; if you don't want to use Hearthstone.

It will attempt to use Hearthstone. If it fails it will just stop HB. If it successfully uses it, It will quit wow and stop HB.

Damm good job :)
Is it possible to buy InstanceBuddy?
 
Back
Top