Jump to content

Mana Potions Script + [share my RB party scripts]


SpectraHacker

Recommended Posts

i made 4 accounts on DN shadow server and have healer/buffer,tank,speller,dwarf and made so far 14 raid bosses !!!! 4 chars controlled by l2walker and soloed RB levels 20-50 so far

 

l2walker owns :)) , i have the best config for them!

 

so funny ... but to configure right all my chars to act in party tooked me alot  ::) , if you want best buffer,healer,spoiler,tank config for a party pm me and ill give u my saved data :D , just pm me

 

i also have scripts for enchanted mana potion use (made by myself work perfectly) pm me and ill give it

 

Label(INICIO)

CharStatus(MP,<,60)

{

Label(MANA)

USEITEM(Enhanced Mana Potion[iD=9264])

DELAY(19000)

CharStatus(MP,<,90)

{

Call(MANA)

}

}

DELAY(5000)

Call(INICIO)

 

 

 

 

 

Link to comment
Share on other sites

Wait i dont get this topiC...

You made this topiC just to tell everyone that L2 walker owns? <.<

Well..whatever...Someone plz delete or move this topiC...

 

P.S : Next time post this kind of -bip- in SpaM Section!!

Link to comment
Share on other sites

Wait i dont get this topiC...

You made this topiC just to tell everyone that L2 walker owns? <.<

Well..whatever...Someone plz delete or move this topiC...

 

P.S : Next time post this kind of -bip- in SpaM Section!!

 

 

well i read it says Lineage II General Discussion [English]  so is the right place!

 

its about lineage 2 and its a general discussion , so stop flaming and get angry on people because ur a noob

Link to comment
Share on other sites

 

well i read it says Lineage II General Discussion [English] so is the right place!

 

its about lineage 2 and its a general discussion , so stop flaming and get angry on people because ur a noob

I didnt flame anyone...if you check my post carefully,you will see that. I just told my opinion.

So dont call everybody noob without any reason.

 

P.S : You should had edited your thread from the beginning...

P.S(2) : Again ...wrong section.This edited thread must go to Bots section.

P.S(3) : You didnt make that script...Check this Link. Next time give credits...

 

BBz

Link to comment
Share on other sites

@SpectraHacker if u r not gonna share anything , dont make a post , even if u say u can give your data

Also u should post this in bot section ^^ not here

 

@xXSkillerXx there is no need to be agressive he is new in the forum

 

@SpectraHacker dont start flame wars ok?

 

@R021 reported for spam [Evrywhere] , w8ting for u to get banned

 

Btw i want that "Data" if u can pm me whit  the info

 

I pm a mod so he can move this to bot section bb

Link to comment
Share on other sites

fyi your script wont work well... you cannot have a condition inside a condition. The second condition will get executed no matter what.

Link to comment
Share on other sites

That enchaned mana potion script is working on Dragon-Network hah XD  Also can u send the "Data" to my e-mail? michaello105@wp.pl plz xD

 

told you im good :D i also made it to react at 60% mana loss AND to last 20 seconds so u dont waste pots!

and about the data ... im still working on them i will give names simple like: Buffer,Healer,Spoiler,Tank etc and zip them and up them

Link to comment
Share on other sites

the "correct" way to script this would be to do this

 

Label(INICIO)

CharStatus(MP,<,60)

{

Label(MANA)

USEITEM(Enhanced Mana Potion[iD=9264])

DELAY(19000)

CALL(CHECK)

}

DELAY(5000)

Call(INICIO)

 

LABEL(CHECK)

CharStatus(MP,<,90)

{

Call(MANA)

}

RETURN

 

 

Walker scripting is not a well thought language.

Link to comment
Share on other sites

the "correct" way to script this would be to do this

 

Label(INICIO)

CharStatus(MP,<,60)

{

Label(MANA)

USEITEM(Enhanced Mana Potion[iD=9264])

DELAY(19000)

CALL(CHECK)

}

DELAY(5000)

Call(INICIO)

 

LABEL(CHECK)

CharStatus(MP,<,90)

{

Call(MANA)

}

RETURN

 

 

Walker scripting is not a well thought language.

 

Good share, thanks sir, I've been looking for this for years already and it works, I just had to replace the mana potion ID.

Link to comment
Share on other sites

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