l2jkain Posted February 18, 2018 Posted February 18, 2018 (edited) https://pastebin.com/epSa6FQw credits : Williams Edited February 18, 2018 by l2jkain
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.
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
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.
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
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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now