massis87
Journeyman
Posts: 82
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jan 2017
Reputation: 0
D&W 8thAge
|
notoriety and tag.name.hue
idk if is correct but i remember this.
from sphere 55 players notorieties names shows before tag.name.hue. (but not with notogood)
and would be great, becouse many sphere shards use tag.name.hue for custom races (orcs green name for example).
"now", i mean from 56c, notoriety names (and only names, body color is ok) trick before tag.name.hue .
now i see on the revisions etc whats happen, but, i cant override the noto after the tag.name.hue.
i see a new trigger, @notosend , i try to use it with correct values but keep the trick before tag.name.hue.
now i have a question.
how much impact have on stability a custom @notosend if i wanna set only for NotoGood color seven differents value? (for seven differents race)
Quote:This trigger fires when a character's notoriety is being sent on a packet update (its fired a lot of times, keep it light and clean of code).
There are worse ways to understand the sense of the word: no.
(This post was last modified: 10-23-2017 11:23 AM by massis87.)
|
|
10-23-2017 11:10 AM |
|
|
Coruja
Sphere Developer
Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7
Dimension Shard
|
RE: notoriety and tag.name.hue
honestly I don't get the point, but anyway, on sphere 56d it will first read TAG.NOTO.HUE, and if there's nothing set it will use default noto color from sphere.ini. But this doesn't change the notoriety value, it only change the name color
on the other hand, @NotoSend overrides the entire notoriety, noto value and noto color set here will be saved on char memories, but afaik the purpose here is only change noto X to another noto Y that already exists (eg: change red to gray, consider red as blue, etc) instead create more notoriety values. You can also keep the default noto values and also change its color, eg: you can keep blue notoriety as blue (NotoGood), but showing light blue on humans and dark blue on gargoyles. If you change the color here you don't have to change it again using TAG.NAME.HUE
@NotoSend is called every time sphere calculate an notoriety (usually when every new char appears on screen). Sphere will keep all noto on cache for X seconds (NotoTimeOut) to avoid too much recalculations. Sphere already call all the notoriety code internally and any modern hardware can handle this with no drawbacks but we must always alert ppl to avoid heavy codes on these triggers
|
|
10-25-2017 03:59 AM |
|
|