Jump to content

Item change Class aCis 374


l2jkain

Recommended Posts

  • 6 months later...
15 hours ago, andrepain said:

Sorry for the noob question but...

 

What is the item id to use it? can u tell me

 

cheers

There is no item id specified in the code.

In order to make this item work you need to create a new item for example like this

<item id="9300" type="EtcItem" name="Change Class Item">
	<set name="material" val="STEEL" />
	<set name="price" val="0" />
	<set name="is_stackable" val="true" />
	<set name="handler" val="ChangeClass" />
</item>

You need to add the java name from item to the handler.

Link to comment
Share on other sites

2 hours ago, Designatix said:

There is no item id specified in the code.

In order to make this item work you need to create a new item for example like this


<item id="9300" type="EtcItem" name="Change Class Item">
	<set name="material" val="STEEL" />
	<set name="price" val="0" />
	<set name="is_stackable" val="true" />
	<set name="handler" val="ChangeClass" />
</item>

You need to add the java name from item to the handler.

Ahh thanks ill give a try.. im adapting to this xd thanks alot man

Link to comment
Share on other sites

  • 5 weeks later...
  • 8 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...