Page 1 of 1

Please tell me ,title

Posted: Thu Aug 22, 2019 8:09 pm
by Trike
tell me how to set so that at creation titles, novice, apprentice, expert, adept, master, grandmaster are displayed

Re: Please tell me ,title

Posted: Fri Aug 23, 2019 12:58 am
by RusseL
You can set a character title with "title_suffix" member.
https://docs.polserver.com/pol100/objref.php#Character

Code: Select all

who.title_suffix="Master"

Re: Please tell me ,title

Posted: Fri Aug 23, 2019 1:10 am
by Trike
I am interested in where the file is located in which it is edited and in which folder
Pol99

Re: Please tell me ,title

Posted: Fri Aug 23, 2019 1:22 am
by RusseL
pol099 is a core, so clean pol doesn't have it.
Every distro have its own implementation of title system, and it could be located everywhere.
Which distro do you use?

Re: Please tell me ,title

Posted: Fri Aug 23, 2019 1:46 am
by Trike
Zulu Fantasia

Re: Please tell me ,title

Posted: Fri Aug 23, 2019 1:50 am
by RusseL
No idea whats that.
i would say just search your scripts for "title_suffix" text, and you will find your title system.

After a bit of search
pkg/systems/brainAI/scripts/listen/titleMaster.src:127: mobile.title_suffix := "";
pkg/systems/brainAI/scripts/listen/titleMaster.src:137: mobile.title_suffix := ", "+level+" "+title;

Re: Please tell me ,title

Posted: Sun Aug 25, 2019 9:10 am
by Yukiko
The Zulu Fantasia scripts are defective. They require a lot of work to make them function properly. They were abandoned as the Distro for POL because they never worked properly. I suggest that you use the Classic Distro as the starting place to build your server. https://github.com/polserver/ClassicDistro