Log in

View Full Version : Knight Exura Ico and Exana Pox Script ;)



Gabrola
07-23-2012, 00:49
I decided to make a little script to cast exura ico when you are low on hp and have enough mana, and also cast exana pox when you are poisoned and have enough mana. I personally think this is better than the HP & Mana function since it keeps spamming the spells no matter if you have hp or not, which may be a clear sign to others that you are botting.


1
#number=#
1
0
300
0
exiva _var1 = 0
$myhp$
#number<#
360
0
300
0
exiva _var1 = $numericalexp:{$_var1$}+1$
$mymana$
#number>=#
40
0
300
0
exiva _var1 = $numericalexp:{$_var1$}+1$
$_var1$
#number=#
2
0
300
0
exura ico
1
#number=#
1
0
300
0
exiva _var2 = 0
$statusbit:8$
#number=#
1
0
300
0
exiva _var2 = $numericalexp:{$_var2$}+1$
$mymana$
#number>=#
30
0
300
0
exiva _var2 = $numericalexp:{$_var2$}+1$
$_var2$
#number=#
2
0
10000
0
exana pox


Change what's in yellow to "$myhppercent$" if you want to use hp percent instead and what's in red change it the amount of hp you want.
Delete line 29 and all what's below it if you just want the exura ico script or delete all above line 29 if you just want the exana pox script.