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!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock