Page 1 of 1
[Help] How to force all new char start from main town giran?
Posted: Wed Oct 31, 2012 1:28 am
by chuong2a
[Help] How to force all new char start from main town giran?
Re: [Help] How to force all new char start from main town gi
Posted: Wed Oct 31, 2012 10:44 am
by Anderuimm
Changing the X/Y/Z on table char_templates.
Re: [Help] How to force all new char start from main town gi
Posted: Wed Oct 31, 2012 10:56 am
by chuong2a
Anderuimm wrote:Changing the X/Y/Z on table char_templates.
I cant find table table char_templates on Database l2jgs, game/config and game/data/stat...
Re: [Help] How to force all new char start from main town gi
Posted: Wed Oct 31, 2012 11:05 am
by Anderuimm
Look at your Database, it's a table, not a XML or config file. Or you can only run this query on Database:
Code: Select all
UPDATE char_templates SET x='17781', y='113999', z='-11672';
-- EDITED
This mod will put all new characters inside
Cruma Tower. It's not affect any other characters, only the created after the update of the table and a server restart. To put them on Giran, only change X/Y/Z loc.
* I confirmed: the table exists in STABLE and in BETA revisions.