Jump to content

Recommended Posts

Posted

there are MANY of them kicking arround, go look.

 

 

oooo GG very helpfull THE BEST POST EVER. If you don't have something to say don't say nothing... I searched it in the forum with the search link and i didn't find anything usefull ty

Posted

mana pots with 30 second delay:

 

 

//
// Mana Pot Script By AdlerBR
//
Label(INICIO)
//>>> Start use mana pots when mana is at 50%
CharStatus(MP,<,50)
{
Label(MANA)
USEITEM(Mana Potion[iD=728])
//>>>>> 30 seconds Delay
DELAY(30000)
//>>>> If the mana is below 70% use mana pot again
CharStatus(MP,<,70)
{
Call(MANA)
}
}
DELAY(5000)
Call(INICIO)

Posted

Enhanced Mana Potion (Dragon Network Server):

 

//
// Enhanced Mana Potion Script By AdlerBR
//
Label(INICIO)
//>>> Start use e-mana pots when mana low than 60%
CharStatus(MP,<,60)
{
Label(MANA)
USEITEM(Enhanced Mana Potion[iD=22300])
//>>>>>> 30 seconds Delay
DELAY(30000)
//>>>>>> if mana low than 90% use e-mana pot again
CharStatus(MP,<,90)
{
Call(MANA)
}
}
DELAY(5000)
Call(INICIO)

Posted

I wrote the Tateossian quest script too (S Grade Jewels Recipes Quest), Tested and aproved, but i need translate the notes to English and i post here later.

 

bb

AdlerBR

Posted

there are MANY of them kicking arround, go look.

 

 

oooo GG very helpfull THE BEST POST EVER. If you don't have something to say don't say nothing... I searched it in the forum with the search link and i didn't find anything usefull ty

 

Like I said, there are MANY arround, i've posted mine about 50 -beep-ing times. Quit begging, get going and -beep-ing make your own.

 

I'll post whatever I -beep-ing want, your not going to be the -beep-tard to tell me otherwise.

 

 

PS. Daller, those scripts you posted wont work well because you have a condition inside a condition... the first condition will work, but the second will be executed no matter what.

Posted

there are MANY of them kicking arround, go look.

 

 

oooo GG very helpfull THE BEST POST EVER. If you don't have something to say don't say nothing... I searched it in the forum with the search link and i didn't find anything usefull ty

 

Like I said, there are MANY arround, i've posted mine about 50 -beep-ing times. Quit begging, get going and -beep-ing make your own.

 

I'll post whatever I -beep-ing want, your not going to be the -beep-tard to tell me otherwise.

 

 

and i will post whatever i -beep-ing want bip spamer and you are not going to be the -beeb-tard to tell me otherwise. Forums are to help eachother that is why we can make new topics to help and be helped!!!

Posted

/search = results

/beg = flame

 

nobody likes a beggar.

 

For instance... MAYBE... JUST MAYBE you should have looked in the "all about scripts" thread?

 

http://www.maxbastards.gr/forum/index.php?topic=165.0

Posted

lol spam = unusefull posts

and just write in the search link mana script or mana potion or something like that and see the results... if the search engine can't find your posts it's not my problem!

  • 5 months later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...