Jump to content

IGwalker Mana/HP/CP script-help


Recommended Posts

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!

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...