chimera Posted June 15, 2011 Posted June 15, 2011 Enhanced Mana Potion Script on Dragon Network Gracia an1 have working script? Quote
elmaniaco Posted June 15, 2011 Posted June 15, 2011 u need fix item data and u ll be happy ;) /or u mby have "verify fail" ? Quote
rosolek Posted June 15, 2011 Posted June 15, 2011 LABEL(mpot) DELAY(1200) CharStatus(MP,<=,80) { USEITEM([iD=23054]) DELAY(19000) } CALL(mpot) Quote
Charuto Posted June 15, 2011 Posted June 15, 2011 LABEL(mpot) DELAY(1200) CharStatus(MP,<=,80) { USEITEM([iD=23054]) DELAY(19000) } CALL(mpot) What did you do to recognize inventory itens? Quote
nv20 Posted June 15, 2011 Posted June 15, 2011 LABEL(mpot) DELAY(1200) CharStatus(MP,<=,80) { USEITEM([iD=23054]) DELAY(19000) } CALL(mpot) It doesnt work Quote
Charuto Posted June 15, 2011 Posted June 15, 2011 same problem here, dont work because walker dont recognize itens Quote
elmaniaco Posted June 15, 2011 Posted June 15, 2011 It doesnt work ID depend on ur l2info construction (indexation items section, items margin etc ) ... in ir l2infob.dat it can be rags , mana herb etc ... Quote
ahamzz Posted June 15, 2011 Posted June 15, 2011 Hey I need too mana script someone can make one?:) Quote
elmaniaco Posted June 15, 2011 Posted June 15, 2011 Hey I need too mana script someone can make one?:) 1 choice - u need fixed l2info 2 choice - u need fix packet 3 choice - u can use it by packets Quote
nv20 Posted June 15, 2011 Posted June 15, 2011 Yes, I take item ID from my walker, but this still doesnt work... :/ Use sometimes 1-2 pots but nothing more. Yesterday I wrote that script, it works in 90% but when I run game today - work like sh1t. LABEL(MANA) { Delay(500) CHARSTATUS(MP,<,90) { Delay(19500) USEITEM([iD=23054]) } } JMP(MANA) Quote
chimera Posted June 16, 2011 Author Posted June 16, 2011 LABEL(mpot) DELAY(1200) CharStatus(MP,<=,80) { USEITEM([iD=23054]) DELAY(19000) } CALL(mpot) dont work Quote
ahamzz Posted June 16, 2011 Posted June 16, 2011 1 choice - u need fixed l2info 2 choice - u need fix packet 3 choice - u can use it by packets Which is the easiest way? explain :) Quote
roxy2000 Posted June 18, 2011 Posted June 18, 2011 this one work (use the first mana manual) Label(INICIO) CharStatus(MP,<,60) //>>> VERIFY IF MANA IS LOW THAN 60% THAN USE E-MANA <<<// { Label(MANA) USEITEM(itemname[iD=23054]) USEITEM(Enhanced Mana Potion[iD=23054]) DELAY(20000) //>>> E-MANA POT DELAY (20000 = 20 SECONDS) <<<// CharStatus(MP,<,90) //>>> IF CHAR MP LOW THAN 90% USE E-MANA AGAIN <<<// { Call(MANA) } } DELAY(5000) Call(INICIO) Quote
evilelpy Posted June 24, 2011 Posted June 24, 2011 this one work (use the first mana manual) Label(INICIO) CharStatus(MP,<,60) //>>> VERIFY IF MANA IS LOW THAN 60% THAN USE E-MANA <<<// { Label(MANA) USEITEM(itemname[iD=23054]) USEITEM(Enhanced Mana Potion[iD=23054]) DELAY(20000) //>>> E-MANA POT DELAY (20000 = 20 SECONDS) <<<// CharStatus(MP,<,90) //>>> IF CHAR MP LOW THAN 90% USE E-MANA AGAIN <<<// { Call(MANA) } } DELAY(5000) Call(INICIO) Don't work 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.