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!

[Idea] Same Faction Buff Plugin

Blehbot

New Member
Joined
Jan 15, 2010
Messages
14
I am not gonna lie I am pretty clueless when it comes to programing these things so I just wanted to know if this was possible first. I want to have a plugin that will buff another player if they come in range. This would also be handy in battlegrounds to not look as bottish.

So I would guess it would need to:

1. Target a player and find out if they are friendly
2. Check to make sure they dont already have the buff on them
3. Buff them
 
Would definitely be possible. The Pulse in plugins runs a few times per second, so you could just do a check for targets, match against friendly factions, check for buffs, cast, then cleartarget and blacklist. The only issue is that blacklist doesn't really prevent hb from targeting them (not sure why, I have this issue myself), so it may just retarget them over and over. If you can get around that though, should work.
 
Would definitely be possible. The Pulse in plugins runs a few times per second, so you could just do a check for targets, match against friendly factions, check for buffs, cast, then cleartarget and blacklist. The only issue is that blacklist doesn't really prevent hb from targeting them (not sure why, I have this issue myself), so it may just retarget them over and over. If you can get around that though, should work.
No but you can add that player to a list then check the list then have a timer delete the name
 
Back
Top