I have a question about the CoreHandledTags setting in servspecopt.cfg

Here you can post threads specific to the current release of the core (099)

Moderator: POL Developer

Post Reply
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

I have a question about the CoreHandledTags setting in servspecopt.cfg

Post by Yukiko »

As there are only five tags that can be displayed in game the value of setting all five bits corresponding to the five tags is 0x1A. The default value listed in the docs however is 0xFFFF for all tags to be displayed. I am curious if there is some client requirement for the additional eleven bits? It's mostly curiosity on my part but it might have some bearing on future updates to my Configurator. That is if I ever get all the bugs worked out of it. :)
Turley
POL Developer
Posts: 670
Joined: Sun Feb 05, 2006 4:45 am

Re: I have a question about the CoreHandledTags setting in servspecopt.cfg

Post by Turley »

It's just a bit oversized, no worries ;)
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Re: I have a question about the CoreHandledTags setting in servspecopt.cfg

Post by Yukiko »

Ok. I'll handle it the way it is since I just debugged that in my Configurator. I just need to put in some missing "hints" and I should be finished with the current version. Now all I need are some testers to double check its operation.
xeon
Forum Regular
Posts: 338
Joined: Fri Oct 31, 2008 3:18 am
Location: Italy

Re: I have a question about the CoreHandledTags setting in servspecopt.cfg

Post by xeon »

That serverspect option is for....? Dunno remember it
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Re: I have a question about the CoreHandledTags setting in servspecopt.cfg

Post by Yukiko »

From the servspecopt.cfg file comments:

Code: Select all

# bitfield to determine which tags are displayed on singleclick, current used bits are:
# 0x1  [title_guild]
# 0x2  [frozen]
# 0x4  [paralyzed]
# 0x8  [squelched]
# 0x10 [deafened]
However single click doesn't seem to display them. They are visible as you approach a character however. I am not sure if single click is affected by the mega cliloc package being enabled. That could be conflicting with the display of tags and single click.
Post Reply