Jump to content
  • 0

[Help]Starting Items


Sacri

Question

Hi i want to ask you something. How can i add my items as starting items for people that start a new char. I edited tha char_templates table in sql and everything is cool. But the problem is that i need to add more than 5 items. I creat new columns but ingame no changes only 5 items. Someone told me i have to edit source files. The problem is that i dont have them (using l2joneo pack). Is there a way to add more items. And if someone has done that please sent me over the java file to overwrite. Thank you for reading

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

open char_creation_items table

in classID you can write :

-1=for all characters

0=Human Fighter

10=Human Mystic

18=Elven Fighter

25=Elven Mystic

31=Dark Fighter

38=Dark Mystic

44=Orc Fighter

49=Orc Mystic

53=Dwarven Fighter

 

in itemId write item Id (you can find them in armors,weapons,etcitems tables)

 

in amound write how much items ...

 

in equipped you can write only true or false    (true=equipped)

if you haven't char_creation_items table look here : http://www.maxcheaters.com/forum/index.php?topic=58722.0

Link to comment
Share on other sites

  • 0

The problem is that i cant change java files cause i dont have the source files.... If there is no other way please tell me and lock this topic :)

There is no other way to add more than 5 items without editing java codes.

Link to comment
Share on other sites

Join the conversation

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

Guest
Answer this question...

×   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...