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!

Can Rebornbuddy cancel aura effect?

Windmourn

New Member
Joined
Oct 20, 2018
Messages
5
Sometimes i need to cancel some hot and buff to prevent something

so can rb do this?
 
Something like this should do the trick:
Code:
var aura = Core.Me.GetAuraById(1204);
if(aura != null && !aura.IsDebuff)
  ChatManager.SendChat(String.Format("/statusoff \"{0}\"", aura.LocalizedName));
 
Back
Top