Jump to content

problem with my own item


sagun

Recommended Posts

I am making my own adena, for example maxcheaters adena, I have done all the system parth (itemname-e...) bla bla bla I have read that after  I have to import my item to sql in itemetc table but? wtf? i havent itemetc table!!! Im using l2j, in which table i must insert?

Link to comment
Share on other sites

Gameserver/data/stats/item

 

<item id="57" type="EtcItem" name="Adena">
	<set name="icon" val="icon.etc_adena_i00" />
	<set name="immediate_effect" val="1" />
	<set name="material" val="gold" />
	<set name="price" val="1" />
	<set name="is_stackable" val="true" />
</item>

Just an example.

Have fun

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...