|
Post by darkzinkx on Oct 8, 2017 20:35:15 GMT
Hey, i got this ring script at the moment but it sucks xD, playing an high exp server where you can get frozen and when i go below a % hp i want to put the ring on so i dont die but my bot is trying to spam uh so it dosent put the ring on any suggestions, my current script im using, thank you in advance
|
|
|
Post by Darth Maul on Oct 9, 2017 21:09:34 GMT
Merge your UH script, and your Ering script.
auto 200 | listas 'UH && Ering' | if [$hppc <= 45] {equipring 3010 | end} | if [$hppc >= 80] {equipring '406' | end} | if [$hppc < 95] {uhpc 95 self | end}
|
|
|
Post by darkzinkx on Oct 9, 2017 22:13:58 GMT
works great, thanks darth
|
|