L2JMobius

Assassin How make item drop + %50???

the_coca_ · 4 · 304

Online the_coca_

  • Knight
  • ***
    • Posts: 65
Can anyone help me make an item that, when I have it in the inventory, the adena drop is +%50


Online fruit

  • Distinguished King
  • *****
    • Posts: 852
find any example of rune which work from inventory and use
Code: [Select]
<effect name="BonusDropAdena">
<amount>50</amount>
</effect>
for skill


Online the_coca_

  • Knight
  • ***
    • Posts: 65
find any example of rune which work from inventory and use
Code: [Select]
<effect name="BonusDropAdena">
<amount>50</amount>
</effect>
for skill

really work ty <3 and for the ancientadena is "BonusDropAncientAdena"?


Online fruit

  • Distinguished King
  • *****
    • Posts: 852
really work ty <3 and for the ancientadena is "BonusDropAncientAdena"?
data\stats\skills\documentation.txt - list of handlers which you can use
also you can read this
https://l2jmobius.org/forum/index.php?topic=10134.0