Jump to content
  • 0

Skill Xml Editing


0flee

Question

I maked custom skills. And i want to implement much more that custom skills. Skill have lv 30. And skill add 5% atk each lv. And i want premium add +3% additional stats ( atk ). And i want to make like this in skill xml: 

<set name="premiumAdd" val="1.08" />


So, each lv of skill add 8% if player has premium service. Not 5%. Help me please !

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
14 hours ago, 0flee said:

I maked custom skills. And i want to implement much more that custom skills. Skill have lv 30. And skill add 5% atk each lv. And i want premium add +3% additional stats ( atk ). And i want to make like this in skill xml: 

<set name="premiumAdd" val="1.08" />


So, each lv of skill add 8% if player has premium service. Not 5%. Help me please !

Quote
<for>
   <mul stat="pAtk" val="1.05" /> <!-- add 5% -->
   <mul stat="PremiumAddpAtk" val="1.03" /> <!-- premium add 3% -->
</for>

https://www.mediafire.com/file/gu3vv15hqpd0odn/premiumaddpatk.patch/file

Edited by Psygrammator
  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...