Please tell me ,title

Get Help on scripting in POL with configurations, config setups, script trouble shooting, etc.

Moderator: POL Developer

Post Reply
Trike
Journeyman Poster
Posts: 62
Joined: Mon Aug 19, 2019 7:55 pm

Please tell me ,title

Post by Trike »

tell me how to set so that at creation titles, novice, apprentice, expert, adept, master, grandmaster are displayed
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Re: Please tell me ,title

Post 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"
Trike
Journeyman Poster
Posts: 62
Joined: Mon Aug 19, 2019 7:55 pm

Re: Please tell me ,title

Post by Trike »

I am interested in where the file is located in which it is edited and in which folder
Pol99
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Re: Please tell me ,title

Post 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?
Trike
Journeyman Poster
Posts: 62
Joined: Mon Aug 19, 2019 7:55 pm

Re: Please tell me ,title

Post by Trike »

Zulu Fantasia
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Re: Please tell me ,title

Post 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;
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Re: Please tell me ,title

Post 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
Post Reply