Page 1 of 1

Questions about the characters.

Posted: Sun Jan 03, 2010 11:03 am
by kehabouter
L2J Revision Number:3729
L2JDP Revision Number:6815

Hello guys.

I have a few questions about characters.

Question 1:
when a character is created he goes to default spawning area.
ex: human warrior / talking island.

how can i change this ?
so when the character is created he will spawn somewhere else.

Question 2:
Since i dont want a grade penalty on my server
i need to add the skill: Expertise S84 level 7.

How can i add this to the character when he is created at level 1 ?

Question 3:
How can i give the character when created items in the iventory ?
ex: 10,000,000 adena - 50 golden coints


greetings

Re: Questions about the characters.

Posted: Sun Jan 03, 2010 11:19 am
by janiii
1. check x,y,z in char_templates table (sql)
2. you can disable grade penalty (exterptise penalty) in gracia epilogue from svn, or check skill_trees table
3. check char_creation_items table (sql)

Re: Questions about the characters.

Posted: Sun Jan 03, 2010 11:25 am
by kehabouter
you are the best man thanks!