muflon Posted May 5, 2008 Posted May 5, 2008 Need help, with this script, or if someone can make me a new one that would work so heres mine atm.. LABEL(MANA) CharStatus(MP,<,80) { USEITEM(Mana Potion[iD=728]) DELAY(1000) //1 second delay } CharStatus(HP,<,90) { USEITEM(Greater Healing Potion[iD=1539]) } CharStatus(MP,<,80) { USEITEM(Greater CP Potion[iD=2543]) } JMP(MANA) the thing is: mana pots are working correctly, BUT healing pots are spamming every second, so healing pot last for 15 sec, i want that script uses HP pot every 13 second or so... and i cant make CP work aswell.. i mean when i run script CP pots are spamming even when i have full CP, so can anyone help me out? cheers! Quote
macdonald12 Posted May 5, 2008 Posted May 5, 2008 Walker has no support for CP pots (CharStatus(CP) is not a valid operator) so u can delete that part. And for your healing pots to work correctly u need to add a delay for them aswell, currently u only have a delay set for the mana pots. Quote
Aster Posted May 6, 2008 Posted May 6, 2008 why u make script for HP pots?? healing options/use pots when HP<80 80---->fill that box with every number and when u have HP<80% walker use HP for cp u can find AUTOCLICKER (and for other pots ofc) search in forum Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.