Jump to content
  • 0

Question

Posted

im using l2jsunrise free datapack for high five...

i have made a item my custom coin, it every time i restart or shutdown the server, all of those coins dissapear... and for now, i think this is the only item that dissapears...
here's the xml item code for it....


    <item id="3481" type="EtcItem" name="Dragon Coin">
        <set name="icon" val="icon.etc_magic_coin_gold_i00" />
        <set name="material" val="STEEL" />
        <set name="is_stackable" val="true" />
        <set name="is_sellable" val="false" />
    </item>

 

 

 

4 answers to this question

Recommended Posts

  • 0
Posted

Fixed it!!!
I found out that in the config files there was an error regarding "custom coin" =)

 

3 minutes ago, Rengo said:

private message me to assist you, if you want


Thanks anyway =D

  • 0
Posted

<item id="3481" type="EtcItem" name="Dragon Coin">
        <set name="icon" val="icon.etc_magic_coin_gold_i00n" />
        <set name="immediate_effect" val="true" />
        <set name="material" val="GOLD" />
        <set name="is_tradable" val="true" />
        <set name="is_dropable" val="true" />
        <set name="is_sellable" val="true" />
        <set name="is_depositable" val="true" />
        <set name="is_stackable" val="true" />
    </item>

this one is working for me

Guest
This topic is now closed to further replies.


×
×
  • Create New...