Reading char config inside map files, send char name to client

Mikado

New member
Messages
26
Points
0
Hi, I'm making a command to change the name of a character. It's working fine by now, but to make it better I need a bit of help:

- How can I, from atcommand.c and script.c get the char table name? This is stored in the variable chardb inside char.c, but I cannot access it and if I include it in those files, a lot of things go wrong.

- How can I read the setting char_name_letters inside char_conf without implementing the method in those files? It's stored too in the variable "char_name_letters" inside char.c

- How can I send the new name to the client? I've looking for something usefull inside clif.c but nothing sounds familiar.

Thanks for your help.

 
Back
Top