Jump to content

Recommended Posts

Posted

So... I tried to make a script for HP/CP/MP the script spouse to use cp pots + hp pots when hp drops under 99% AND in the same time if mp < 99% to use mp pots.

 

so I tried look what I got please don't laugh ^^

 

code :

 

LABEL(check)

CHARSTATUS(HP,<,99)

{

CALL(potion)

}

CHARSTATUS(MP,<,99)

{

CALL(potion2)

DELAY(500)

JMP(check)

}

LABEL(potion)

USEITEM(Greater CP Potion[iD=5592])

USEITEM(Greater Healing Potion[iD=1539]

DELAY(1)

}

LABEL(potion2)

USEITEM(Mana Potion[iD=728])

DELAY(1)

RETURN(check)

 

END

 

mm well I tried any ideas someone who really knows what he is doing , heh thx ahead. oh and Duh It dosen't work !

Posted

IDs as same as every server?

I never use scripts for CP, but i try some kind og CP programs and these works well.

If need script for CP pots try to use REC, if i will be at home i try it too. ;)

 

BTW TY for share!

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...