Bastas Posted May 6, 2009 Posted May 6, 2009 Hi , i searched tha forum but couldn't find a l2 walker mana script anywhere...If anyone has one ready or knows where i can donwload one please let me know...
phear3d Posted May 9, 2009 Posted May 9, 2009 CheckMP.SEC Label(ManaCheck) CharStatus(MP,<=,50) { USEITEM(Mana Potion[iD=728]) } Delay(1) Call(ManaCheck) CheckMPHP.SEC Label(ManaCheck) CharStatus(MP,<=,50) { USEITEM(Mana Potion[iD=728]) Delay(5) USEITEM(Mana Potion[iD=728]) } Delay(5) CharStatus(HP,<=,90) { USEITEM(Greater Healing Potion[iD=1539]) } Delay(1500) Call(ManaCheck) CheckCPHPMP.SEC (doesnt actually read cp, l2w ftl) Label(Check) CharStatus(HP,<=,90) { USEITEM(Greater CP Potion[iD=5592]) Delay(10) USEITEM(Greater CP Potion[iD=5592]) } Delay(1) CharStatus(HP,<=,99) { USEITEM(Greater Healing Potion[iD=1539]) Delay(10) USEITEM(Greater Healing Potion[iD=1539]) } Delay(1) CharStatus(MP,<=,70) { USEITEM(Mana Potion[iD=728]) Delay(10) USEITEM(Mana Potion[iD=728]) } Delay(1) Call(Check) you may have to change your id's, simply login ig walker to your server, use the script make part and one of the dropdowns has all your items in your inv w/ID. That's what I use. Have been for years.. Best part about it, walker runs scripts even not verified :)
Benny Posted May 10, 2009 Posted May 10, 2009 I was using this version of script, it uses also mana pots and mana elixir, for dragon-network. // // ENHANCED MANA SCRIPT (WORKS AT DRAGON-NETWORK SERVERS) // Label(INICIO) CharStatus(MP,<,60) //>>> VERIFY IF MANA IS LOW THAN 60% THAN USE E-MANA <<<// { Label(MANA) USEITEM(itemname[iD=8633]) USEITEM(Enhanced Mana Potion[iD=9264]) DELAY(19000) //>>> E-MANA POT DELAY (20000 = 20 SECONDS) <<<// CharStatus(MP,<,70) //>>> IF CHAR MP LOW THAN 90% USE E-MANA AGAIN <<<// { Call(MANA) } } DELAY(5000) Call(INICIO)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now