Jump to content

Question

Posted (edited)

Hi everyone, i don't now how to make rebirth skill. And i want to put t passive skill, each level rebirth give status by 0,25%. and i do not know how to do that.

Here i have Syntax, if someone wants to help me.

<skill id="5000" levels="3" name="Rebirth">
        <table name="#rate">1.01 1.02 1.03</table>
        <set name="magicLvl" val="#magicLvl"/>
        <set name="target" val="TARGET_SELF"/>
        <set name="skillType" val="BUFF"/>
        <set name="operateType" val="OP_PASSIVE"/>
        <for>
            <mul order="0x30" stat="pAtk" val="#rate"/>
        </for>
    </skill>

 what i need to change here?

Edited by criss22

Recommended Posts

  • 0
Posted (edited)
23 minutes ago, criss22 said:

and i don't understand what's means 1 in status. maybe 1% or 100%, idk, but i want to change it to 1%

quick guide.
to add a fixed value, use 0x40 add option.
so
<add order="0x40" stat="pAtk " val="127.4" /> <!-- P.Atk +127.4 -->
to remove a fixed value use 0x40 sub option
<sub order="0x40" stat="pAtk val="50" /> <!-- P.Atk -50 -->
if you want to add a value but variable, you can use the % option that is 0x30 mul
to add a value, use 0x30 mul and a positive double number as ex: 1.1
<mul order="0x30 " stat="pAtk val="1.1"/> <!-- P.Atk +10% -->

to remove a value with 0x30 mul, use a negative value but still greater than 0
<mul order="0x30 " stat="pAtk val="0.9"/> <!-- P.Atk -10% -->

 

I only useded pAtk as example, for other values, look on other skills for examples.
 

Edited by HyperBlown
fix sentence
  • 0
Posted
5 hours ago, SweeTs said:

By changing the value, atm it's 1,2 and 3 %. Do the math.

im not hater, but why you cant give right answer for first time? :D

 

everyone after need make more posts for find right answer :D 

 

 

  • 0
Posted (edited)
9 minutes ago, AchYlek said:

im not hater, but why you cant give right answer for first time? :D

 

everyone after need make more posts for find right answer :D 

 

 

He did gave the right answer on the first time, but he was lees specific about it. he answered "By changing the value, atm it's 1,2 and 3 %. Do the math.". Which again, is correct. "1,2 and 3%" so 1.01,1.02 and 1.03... Yall probably misinterpreted his sentence

Edited by HyperBlown
fix sentence
  • 0
Posted (edited)
12 minutes ago, HyperBlown said:

He did gave the right answer on the next time, but he was lees specific about it. he answered "By changing the value, atm it's 1,2 and 3 %. Do the math.". Which again, is correct. "1,2 and 3%" so 1.01,1.02 and 1.03... Yall probably misinterpreted his sentence

yea, i mean this... he answer less specific everytime, and after that guy who ask question need ask more and more :D  if he answer like you, it will be better 

 

if he make post like1,0025 = 0,25% , he can lock this topic after his first post... :D but when he write "do the math"  that topic will be flood of useless posts 

Edited by AchYlek
  • 0
Posted
12 minutes ago, AchYlek said:

yea, i mean this... he answer less specific everytime, and after that guy who ask question need ask more and more :D  if he answer like you, it will be better 

 

if he make post like1,0025 = 0,25% , he can lock this topic after his first post... :D but when he write "do the math"  that topic will be flood of useless posts 

Its not really useless posts, people nowadays need to learn and do thing more. Its already nice of him giving an answer. Many people on the day of today, want things already made, and ready to use...

  • 0
Posted
43 minutes ago, AchYlek said:

im not hater, but why you cant give right answer for first time? :D

I gave him the answer.

If 1.01 is 1% (as 1. is a base) so, 20% is.. Hmm 1.2?

Simple logic, everyone should understand once explained with an example. 

 

If he still don't understand then well.. Back to first grade.

 

I simply let him learn rather than giving a ready answer so he  can copy/paste and still, he would have no idea why is that. We don't need (more) monkeys.

  • 0
Posted (edited)

Thank you guys, i appreciate your help, now i can help too if someone needs help, and it is not about time/search. It is about greate development and good answers.

But. for me, now, it is work only with 

<add order="0x40" stat="pAtk" val="#pAtk"/>

and with  <table name="#pAtk">1 2 3</table> , so, no work with 0x30 and 1.0025

Edited by criss22
  • 0
Posted (edited)

I remind to you this skill it is for rebirth. Well every rebirth i want to give 1%, and for that i need mul 0x30

Edited by criss22
  • 0
Posted
11 minutes ago, criss22 said:

I remind to you this skill it is for rebirth. Well every rebirth i want to give 1%, and for that i need mul 0x30

then just use the table you first skill details you linked.
1.01 1.02 1.03
lv 1 = 1%, lv2 = 2% and lv3 = 3%

Guest
This topic is now closed to further replies.


  • Posts

    • if you are sending him clients i have no words mate that means you know him.
    • Looking to hire a skilled L2J developer or team to build a custom private server for solo play with advanced server-side AI bots. This is NOT for public launch — just a self-hosted project where I can simulate a full L2 experience alone or with a few friends. 🔹 What I Need A private L2J server ( High Five preferred, newer versions can work as well) with bots that: Farm 24/7 on their own (solo or in bot parties) Can be invited into party and follow basic orders (attack, follow, res, heal, etc.) Are able to join Olympiad, fight with proper logic (per class), and rank up Can coordinate for Raid Bosses (check spawn, move, assist, heal, DPS, etc.) Act like real players: town routines, rebuffing, restocking, even chatting if possible Have different roles: tanks, healers, nukers, archers, etc. Can interact through simple in-game commands or NPC interface 🔹 Your Job Set up the server and geodata Integrate a scalable bot system (written in Java or scriptable) Write clean, modular AI behavior (farming, PvP, party play, raid logic, etc.) Allow me to control/assign bots easily (in-game or config) Bonus: basic UI or GM panel for bot config 🔹 Payment Serious budget for serious work PayPal, crypto, or preferred method Project-based or hourly, negotiable Milestone-based OK 🔹 Contact Send me: Your experience with L2J or similar projects Any bot/AI systems you've built before Estimated timeframe Pricing expectations
    • Yeah, it’s wild how much gambling has changed. When I was growing up, even scratch-off tickets felt like a big thing, but now with so many casino apps and betting sites, it’s just everywhere. I know a few people who got caught up in online slots during lockdown and really struggled to stop, just because it was always on their phone.   I stick to in-game stuff like skin trading for games like CS2 or Dota, which to me feels less risky, especially if you know the value of the items. If you’re curious how these trades work or want to see some guides, just visit website—there’s a lot of info about trading without real gambling involved.
  • Topics

×
×
  • 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