l2jkain Posted February 18, 2018 Posted February 18, 2018 (edited) https://pastebin.com/epSa6FQw credits : Williams Edited February 18, 2018 by l2jkain Quote
l2jkain Posted February 18, 2018 Author Posted February 18, 2018 21 minutes ago, SweeTs said: Considere usar pastebin em vez disso. Sorry, I fixed it already. Quote
andrepain Posted August 18, 2018 Posted August 18, 2018 Sorry for the noob question but... What is the item id to use it? can u tell me cheers Quote
Psyancy Posted August 19, 2018 Posted August 19, 2018 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. Quote
andrepain Posted August 19, 2018 Posted August 19, 2018 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 Quote
Psyancy Posted August 19, 2018 Posted August 19, 2018 2 minutes ago, andrepain said: Ahh thanks ill give a try.. im adapting to this xd thanks alot man Np mate Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.