Alex1_kgr Posted June 30, 2007 Posted June 30, 2007 Hi, Can someone help me? I need a script for mana potions.Is that possible?
MrAderson Posted June 30, 2007 Posted June 30, 2007 Man use search plz.. LABEL(mpot) DELAY(30000) CharStatus(MP,<=,40) { USEITEM(Mana Potion[iD=728]) DELAY(30000) } DELAY(300000) CALL(mpot) this is mana script ... and write [REQEUST]
MewMew Posted June 30, 2007 Posted June 30, 2007 well should you give more specifications maybe 1)When to use this mana pots (mana<?) if your mana goes under that how many pots to use and with what delay...
Avel Posted June 30, 2007 Posted June 30, 2007 http://www.4shared.com/dir/1279887/60245db5/MaxBastards.html
MewMew Posted June 30, 2007 Posted June 30, 2007 alex if you specify we will make a good one that will fits your char and your personal expectations..
Alex1_kgr Posted June 30, 2007 Author Posted June 30, 2007 alex if you specify we will make a good one that will fits your char and your personal expectations.. I have a he and i have always vicious stance on. I want my mp more than 50%. But its ok now.I couldnt remember "CharStatus(MP,<=,*)"
MewMew Posted June 30, 2007 Posted June 30, 2007 well just open a notepad and write this one and save as .SEC i think? LABEL(mpot) DELAY(30000) CharStatus(MP,<=,50) { USEITEM(Mana Potion[iD=728]) DELAY(3000) USEITEM(Mana Potion[iD=728]) DELAY(3000) USEITEM(Mana Potion[iD=728]) DELAY(3000) } DELAY(3000) CALL(mpot) that way if mp<50% it uses 3 mana pots (with delay 3 seconds) and then goes again and checks if mp<50%..it does that all time..time to recheck is 30 seconds so that it does nt check right after using the pots ;) if you want to use less or morw pots i think you know what to do..just delet or add some " USEITEM(Mana Potion[iD=728]) DELAY(300) "
Versus Posted July 5, 2007 Posted July 5, 2007 well just open a notepad and write this one and save as .SEC i think? LABEL(mpot) DELAY(30000) CharStatus(MP,<=,50) { USEITEM(Mana Potion[iD=728]) DELAY(3000) USEITEM(Mana Potion[iD=728]) DELAY(3000) USEITEM(Mana Potion[iD=728]) DELAY(3000) } DELAY(3000) CALL(mpot) that way if mp<50% it uses 3 mana pots (with delay 3 seconds) and then goes again and checks if mp<50%..it does that all time..time to recheck is 30 seconds so that it does nt check right after using the pots ;) if you want to use less or morw pots i think you know what to do..just delet or add some " USEITEM(Mana Potion[iD=728]) DELAY(300) " When i press save as it tells unicode and some other things but not SEC. can i save it in another way?
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