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; /////////////////////////////////////////////
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.
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.