Where do I can change the Starting Point for Newbie?

Nameleszx

New member
Messages
108
Points
0
Anyone, I can't locate this.

// Start point, Map name followed by coordinates (x,y)
start_point: new_1-1,53,111
 
// Starting weapon for new characters
start_weapon: 1201
 
// Starting armor for new characters
start_armor: 2301
 
// Starting zeny for new characters
start_zeny: 0
 
 
char-server.conf

// Start point, Map name followed by coordinates (x,y)
start_point: new_1-1,53,111
 
Oh yea, I find it. How about the automatic equip of knife and cotton shirt when do make new character?

 
Also in char-server.conf:

Code:
// Start point, Map name followed by coordinates (x,y)start_point: new_1-1,53,111// Starting items for new characters// Format is: id1,qt1,idn,qtnstart_items: 1201,1,2301,1
 
They're there, in start_items:

1201 is Knife [3], quantity: 1;

2301 is Cotton Shirts, quantity: 1;

You can add some more, I think up to 32 items and their respective quantities, but I don't remember.

 
Back
Top