Jump to content
  • 0

New character place


Question

Posted

Hello everybody,

I'd like to change where new characters appear and all the characters appear in the same place.

Is this possible?

What files to modify (Java I suppose ..)

 

Thank you in advance ^ ^

9 answers to this question

Recommended Posts

  • 0
Posted

Any modifications in java Files? Oo

 

Nop, simply you have to change the x/y/z parameters from navicat in char_templates table :P

ex.

UPDATE char_templates SET x='82698';

UPDATE char_templates SET y='148638';

UPDATE char_templates SET z='-3473';

  • 0
Posted

I haven't this in my table Char_template..

 

I'm On l2jfree, I forget to say that ..

 

I have that in my table : 

ClassId ClassName RaceId STR CON DEX _INT WIT MEN P_ATK P_DEF M_ATK M_DEF P_SPD M_SPD ACC CRITICAL EVASION MOVE_SPD _LOAD canCraft M_UNK1 M_UNK2 M_COL_R M_COL_H F_UNK1 F_UNK2 F_COL_R F_COL_H

 

Maybe Load?

  • 0
Posted

I haven't this in my table char_template...

 

Hmm strange, it should be there... o.O

Check it once again :P

Guest
This topic is now closed to further replies.


×
×
  • Create New...