Jump to content
  • 0

Tattoo status


Question

Recommended Posts

  • 0
Posted

It will .

 

But let me explain you .

 

<add val='150' order='0x10' stat='pAtk'/>

 

In add val you must put how much this item will increase the stat.

 

For example now , this item will increase patk by 150.

  • 0
Posted

It will .

 

But let me explain you .

 

<add val='150' order='0x10' stat='pAtk'/>

 

In add val you must put how much this item will increase the stat.

 

For example now , this item will increase patk by 150.

whats the code to increase percent? i am talking about <add val

  • 0
Posted

Count how much is a <number> in percent and edit it.

yes but what if the number is for example 1000 p attack then 15% is 150 i will do smt like this

<add val='150' order='0x10' stat='pAtk'/>

but if someone have smt like 2000 p att i will increase the same and not 15% :(

  • 0
Posted

yes but what if the number is for example 1000 p attack then 15% is 150 i will do smt like this

<add val='150' order='0x10' stat='pAtk'/>

but if someone have smt like 2000 p att i will increase the same and not 15% :(

 

So you need to combine the stats of a player with the xml infos?

  • 0
Posted

So you need to combine the stats of a player with the xml infos?

what you think that tattoo's custom status is all about?

  • 0
Posted

what you think that tattoo's custom status is all about?

 

You didn't understand what the custom tatoos is about.

 

For example if you put an increase of 150 in a stat it will increase +150 of the stat in the player.

 

It will be the same for all players.

 

It doesn't depend on what players stats are. It will increase 150 in all of them.

  • 0
Posted

You didn't understand what the custom tatoos is about.

 

For example if you put an increase of 150 in a stat it will increase +150 of the stat in the player.

 

It will be the same for all players.

 

It doesn't depend on what players stats are. It will increase 150 in all of them.

i think you didnt understand what i am talking about i want the status to increase percent of the total p att or anything else... not just to add a specific amount to them

  • 0
Posted
<item id='485' name="Tattoo of Power">
  <for>
    <mul val='1.15' order='0x10' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='486' name="Tattoo of Fire">
  <for>
    <mul val='1.15' order='0x10' stat='cAtk'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='487' name="Tattoo of Resolve">
  <for>
    <mul val='1.15' order='0x10' stat='runSpd'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='488' name="Tattoo of Flame">
  <for>
    <mul val='1.15' order='0x10' stat='mAtk'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='489' name="Tattoo of Bravery">
  <for>
    <mul val='1.15' order='0x10' stat='rCrit'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='490' name="Tattoo of Blood">
  <for>
    <mul val='1.15' order='0x10' stat='bleedVuln'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='491' name="Tattoo of Absolute">
  <for>
    <mul val='1.15' order='0x10' stat='maxHp'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='492' name="Tattoo of Soul">
  <for>
    <mul val='1.15' order='0x10' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='493' name="Tattoo of Avadon">
  <for>
    <mul val='1.15' order='0x10' stat='mAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='494' name="Tattoo of Doom">
  <for>
    <mul val='1.15' order='0x10' stat='maxMp'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='495' name="Tattoo of Pledge">
  <for>
    <add val='124' order='0x10' stat='pDef'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='496' name="Tattoo of Divine">
  <for>
    <mul val='1.15' order='0x10' stat='rootVuln'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>

  • 0
Posted

<item id='485' name="Tattoo of Power">
  <for>
    <mul val='1.15' order='0x10' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='486' name="Tattoo of Fire">
  <for>
    <mul val='1.15' order='0x10' stat='cAtk'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='487' name="Tattoo of Resolve">
  <for>
    <mul val='1.15' order='0x10' stat='runSpd'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='488' name="Tattoo of Flame">
  <for>
    <mul val='1.15' order='0x10' stat='mAtk'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='489' name="Tattoo of Bravery">
  <for>
    <mul val='1.15' order='0x10' stat='rCrit'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='490' name="Tattoo of Blood">
  <for>
    <mul val='1.15' order='0x10' stat='bleedVuln'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='491' name="Tattoo of Absolute">
  <for>
    <mul val='1.15' order='0x10' stat='maxHp'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='492' name="Tattoo of Soul">
  <for>
    <mul val='1.15' order='0x10' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='493' name="Tattoo of Avadon">
  <for>
    <mul val='1.15' order='0x10' stat='mAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='494' name="Tattoo of Doom">
  <for>
    <mul val='1.15' order='0x10' stat='maxMp'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='495' name="Tattoo of Pledge">
  <for>
    <add val='124' order='0x10' stat='pDef'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='496' name="Tattoo of Divine">
  <for>
    <mul val='1.15' order='0x10' stat='rootVuln'/>
    <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>

that's what i was talking about the " <mul val='1.15' " thing, thx a lot SkyLanceя, appreciated ;)

request for lock

Guest
This topic is now closed to further replies.


  • Posts

    • Dear friends, right now we are holding a grand competition with a prize fund of more than $ 1000 in our stores https://socnet.store , telegram store: https://socnet.shop and SMM panel: https://socnet.pro There are more than 50 prize places in our competition, each lucky person can take one of the places. Important condition: you must make a purchase at any time before June 1, 2025. The more purchases you make - the more chances you have to win the main prize in the community of $ 300! ➡ Our Online Shop: socnet.store  ➡ Our SMM-Boosting Panel: socnet.pro  ➡ Telegram Shop Bot: socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: 79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • Dear friends, right now we are holding a grand competition with a prize fund of more than $ 1000 in our stores https://socnet.store , telegram store: https://socnet.shop and SMM panel: https://socnet.pro There are more than 50 prize places in our competition, each lucky person can take one of the places. Important condition: you must make a purchase at any time before June 1, 2025. The more purchases you make - the more chances you have to win the main prize in the community of $ 300! ➡ Our Online Shop: socnet.store  ➡ Our SMM-Boosting Panel: socnet.pro  ➡ Telegram Shop Bot: socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: 79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • REBORN ETERNAL IL x10 WTS  1gb 8e (a lot in stock) DR set +6 180e Frintezza+6 200e Zaken+6 200e AQ+6 200e You must go first or Pufa middleman service
    • There's many reasons why it would be more NO than YES : Using NCSoft assets is a death wish, they can lawyer any LU3/Unity if they wanted, since it's a plain steal of intellectual property. It's an hobby, as you said it, and it's not specially about money. Money is a way to filter idiots/resellers, nothing more. It's really about trying to replicate old content and optimize it which I find it fun. I just align with the basic idea than an emulator emulates. When you launch Project64 and SuperMario 64, you don't expect to get something more than 120 stars and Bowser boss in the end - which should have been L2J project to begin with Even if I played a lot with TESCS from Morrowind, back in time, it's not enough to handle current engines, and I'm too lazy to learn Unity/Unreal Engine. Moreover, it would mean buying assets. While doing it alone would be a fail, coupling to L2J / L2 community would still be shitty (since the majority is RU/BR) ; people is only about fame/glory/reselling shit on back of others. Opening to others, the project would be leaked day 1, rebranded and resold. MMO genre is basically dead, and that's not a reboot of any game (l2/wow classic :D) which will turn the tide. Regarding L2 or an remastered version of it, you can obviously blatantly copy-cat it (as Propnight did for Dead by daylight).   All frenchies aren't supposed to do Expedition 33 :).
    • 190euro until last month, don't miss it.
  • 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