Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Help How to edit starting inventory item

Newbie Spellweaver
Joined
Sep 20, 2014
Messages
42
Reaction score
1
Maple0000 - Help How to edit starting inventory item - RaGEZONE Forums
i need edit item startup on character creation.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 20, 2014
Messages
42
Reaction score
1
src\handling\login\handler\CharLoginHandler.java

Search function: CreateChar

how to adding weapon type?
newchar.getInventory(MapleInventoryType.USE).addItem(new Item(2000014, (byte) 0, (short) 100, (byte) 0));
 
Upvote 0
Back
Top