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

[Request] Auto Skill Spammer (24/7)

Masakari

New Member
Joined
Mar 13, 2013
Messages
11
Reaction score
0
Hey.

I looked around the Plugins section, but couldn't find anything similar to what I'm looking for..

I'm looking for a simple Plugin that will use a Skill whenever it's ready, and the Bot/Player is in the game, whilst not in Town. Reason I'm looking for this is because I just looted a Wand of Woh today, and I rather have the bot use Explosive Blast 24/7 whenever possible (while not in town) so that it's always active, for various reasons. One being that the bot stops trying to get close before he uses it, and another being that the bot would then destroy every damn object in its path in the EB range.

I don't know how difficult this would be, but I'd really appreciate it if someone could whoop something like this out. In my case it's specifically just for Explosive Blast, but perhaps there's some other skills that could benefit from such a plugin as well.


Cheers!
 
Try this and let me know (cant test as I have no Wizard)

DB/Plugins/Trinity/Combat/Abilities/Wizard.cs

Line 233

Code:
return new TrinityPower(SNOPower.Wizard_ExplosiveBlast, 12f, CurrentTarget.Position);

Change this to:

Code:
return new TrinityPower(SNOPower.Wizard_ExplosiveBlast);
 
Back
Top