Jump to content

Recommended Posts

Posted

I'm trying to make a script based on the one adlrebr made for mana pots... which it's something like this (I modified the timing)

 

------------------------------

Label(INICIO)

CharStatus(MP,<,50)

{

Label(MANA)

USEITEM(Mana Potion[iD=728])

DELAY(1000)

CharStatus(MP,<,70)

{

Call(MANA)

}

}

DELAY(1000)

Call(INICIO)

------------------------------

 

So, basicaly whenever your mp it's between 50 and 70% your char will use a mana pot. And this works perfectly for me.

But since you can only run one script at a time I was wondering if I could add the same code but changing the item ID and name to use the Greater CP Potion (the one you made as a noble) so it will check both mp and cp at the same time, using each item whenever one or the other (or both) get lower.

But I really don't know how this work, maybe if I add a conditional like charstatus CP < 50 after the mp conditional the script will wait for both conditions to take effect to use a pot... so can anyone give me a hand here?

(no, I don't have the Id for the cp pot either :P)

Posted

Walker scripts do not support checking CP, and this was said over a billion times

That is right. ^^

 

And i just don't understand why did you make something so hard?

there is an easy way:

 

Label(INICIO)

CharStatus(MP,<=,50)

{

USEITEM(Mana Potion[iD=728])

DELAY(1000)

}

Call(INICIO)

 

The red number is the percent of Mana that the potion will be used. you can change it for how much do you want.

I also added a new symbol (the blue one). That means the potion will be used if the Mana is Less then or Equal the % you choose.

Posted

Actually the script it's not mine, that's why I said it belonged to adlerbr in th first post.

 

I didn't know scripting couldn't check CP, thanks everyone!

 

(thread closed if a mod wants to)

Posted

use this script for Enhanced mana potion

if you play in other server trie to find what ID is for Enhanced mana potion and stick it in red label

 

 

 

 

//

// ENHANCED MANA SCRIPT (WORKS AT DRAGON-NETWORK SERVERS)

//

Label(INICIO)

CharStatus(MP,<,70) //>>> VERIFY IF MANA IS LOW THAN 60% THAN USE E-MANA   <<<//

{

Label(MANA)

USEITEM(Enhanced Mana Potion[ID=9264])

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)

 

Posted

Sorry noddle, that's to slow for my orc, the one i'm using with 1 sec of delay works great.

 

Now... I was thinking how to make my char drik cp pots when attacked by another player.

I found that Greater CP Potion id is 5592, so... could this conditions be scripted?

If player name's violet (I don't know how that's technically called) and HP <=99% then use the item.

The server I'm playing it's kinda fast, so when I'm training and someone attacks me; I get 2 or 3 hits and there goes all my CP and a little of my HP, so, in that time, I find him, attack him, get violet, and the CP pots start to get used.

Could the violet char status condition be scripted?

Posted

@pnikkosis violet means "flagged" ,and no it cant be made as a variable..but what i use is..use the syntax hp,=<,99

but only use it when your going to start pvp..cause else..it will spam the pots whenever your hp is less than 99%..or you can set the % for lower if you wish...

Posted

how come walker development team didn't make a variable for flagged or CP check in scripting?? it's that on purpose or they just don't know how? is there any other boting program that does it? maybe the OOG walker?

Posted

because walker is made for farming, not for pvp.

I'm sure it can be done but there is no sense in doing it. If you are botting (afk) then you will die anyway if attacked by another player. Simply not possible to out-pot to damage you receive.

Guest
This topic is now closed to further replies.



  • Posts

    • Hi I would like to buy your panel, please reach me out from discord: doncarlo thanks in advance 🙂
    • Hi,   I am looking for experienced L2J developer who can handle Java work – systems, shops, buffer, custom features and client-side edits. Paid work. If you are interested, contact me: Discord: doncarlo
    • Hi all, I am looking for very experienced L2J developer to join and help with my Lineage 2 Interlude project (server launching soon). What I need: Build and manage shop system (manager shops) Buffer service, GM shop, custom services Good understanding of server-side (L2J) and also client-side edits Clean, stable and professional work (no random fixes) Important: Must have real experience with L2J / Interlude Must understand how to properly structure systems, not just copy-paste This is paid work, I respect your time and effort. If you are serious and experienced, contact me on Discord: doncarlo Thanks.    
    • Hey, I went through your NimeraCP and honestly, it looks really solid. Instantly bought for my server! Compared to most L2 panels, this is on a completely different level — the UI is clean, modern, and doesn’t feel like some 15-year-old system. I really like how everything is in one place — shop, referrals, rewards, roll & lucky wheel. The automation and real-time features (If you ask Splicho nicely, hahaha) are a big win too, since most panels are missing that. Overall though, great job. It feels like a next-gen panel, not just another copy. Definitely has the potential to be one of the top solutions in the L2 scene.
    • Helloo i was wonder if in interlude there is a way to increase font ui size ?  becouse sometimes when i put the game in full screen all the bars buff inventory etc are very  small  and i dont see very good .. , some one know if i can edit something in system?
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..