Please tell me ,title
Moderator: POL Developer
Please tell me ,title
tell me how to set so that at creation titles, novice, apprentice, expert, adept, master, grandmaster are displayed
Re: Please tell me ,title
You can set a character title with "title_suffix" member.
https://docs.polserver.com/pol100/objref.php#Character
https://docs.polserver.com/pol100/objref.php#Character
Code: Select all
who.title_suffix="Master"
Re: Please tell me ,title
I am interested in where the file is located in which it is edited and in which folder
Pol99
Pol99
Re: Please tell me ,title
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?
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
Zulu Fantasia
Re: Please tell me ,title
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;
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;
-
- Distro Developer
- Posts: 2824
- Joined: Thu Feb 02, 2006 1:41 pm
- Location: San Antonio, Texas
- Contact:
Re: Please tell me ,title
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