- 0
Sign in to follow this
Followers
0
Reading char config inside map files, send char name to client
Asked by
Mikado
-
Recently Browsing 0 members
No registered users viewing this page.
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.
Share this post
Link to post
Share on other sites