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

How can i make the bot to use certain skills?

Erson

Member
Joined
Jun 27, 2012
Messages
270
Reaction score
0
Need to make it us depends on % of health , vitalism abilities , is it possible ? can anyone help pls?:)
 
Need to make it us depends on % of health , vitalism abilities , is it possible ? can anyone help pls?:)

Hi, you can simply do.

hhp = %

if(me.hpp < 20) {

UseSkill("skillname", false, true);
Thread.Sleep(100);
}
 
Back
Top