Posted January 10, 20223 yr comment_69051 I know its not much, but its nice to give back to the community, and there isn't really much released on elvarg for new coders so thought I'd release. Firstly go to your client and find This is the hidden content, please Sign In or Sign Up Search for This is the hidden content, please Sign In or Sign Up Add this under. Quote Quote case 6829: itemDef.name = "Pet Mystery Box"; itemDef.stackable = false; itemDef.actions = new String[5]; itemDef.actions[0] ="Open"; break; Then go back to your server files and make a new package called content. Quote elvarg.game.content In this package create This is the hidden content, please Sign In or Sign Up Paste this to PetMbox.java This is the hidden content, please Sign In or Sign Up Then go into This is the hidden content, please Sign In or Sign Up Add this import in. import com.elvarg.game.content.PetMbox; Search for This is the hidden content, please Sign In or Sign Up And under Quote break; Add This is the hidden content, please Sign In or Sign Up Edited January 10, 20223 yr by Diddy Ranqe
February 12, 20223 yr comment_71082 Good detailed tutorial, it's nice to have good tutorials like this.
Create an account or sign in to comment