Jump to content

Recommended Posts

Posted

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]

Posted

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

 

Posted

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,<=,*)"

Posted

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)

"

Posted

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?

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