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

Dash Skill?

Status
Not open for further replies.

alq0rsan

New Member
Joined
Oct 11, 2014
Messages
178
Reaction score
1
hi,

i am trying to make plugin that check if i am using skill ( Dash ) if mana more than 700 and stop Dash under 500 mana

is there way to make this in ArcheBudy here is example of my idea down

while(True) {
if(!DashSkill & Mana >700) {
StartUseDash();
} elseif(DashSkill & Mana < 500) {
StopUseDash();
}
}
 
Status
Not open for further replies.
Back
Top