![]() |
client color character - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: client color character (/Thread-client-color-character) |
client color character - Novocaine - 03-29-2014 02:08 AM Hi, I'm trying to find out if is possilbe to set in client the color "orange" for guilds who have the same alignment, but are in war each other. We are trying to remove the guild alignment, setting all the guilds to neutral, but we wish to keep the client colors for the in war guilds. i.e. A guild and B guild are neutral, but in war. Actually A and B can see each other in green due to the alignment, but i wish to set it to orange. is it possible to do? I have tried to use the tag.override.noto tag, but i saw that reads the noto_types defined in sphere_defs.scp should I add a new def under noto_types? thank you ![]() RE: client color character - XuN - 03-29-2014 07:51 AM http://wiki.sphere.torfo.org/index.php/@NotoSend NOTE: changing colors will make them to change everything for the system itself, ie:making them orange will allow them to kill themselves without criminal problems wich is what you want but making them greens even being red/orange/criminal will make them to fire the hardcoded criminal checks, also giving them another colors not defined will make the Notoriety system ignore them. RE: client color character - Novocaine - 04-03-2014 05:26 AM hi there. i notice that tag.override.noto.uid is not working as intended. i tried to use @NotoSend to create an event, but is still not working. Code: ON=@NotoSend script passes and "say" comand spam correctly the align intended, tag is also written but not working. any suggestion? RE: client color character - XuN - 04-03-2014 06:03 AM Yup, I suggest you to read again the @NotoSend trigger ' http://wiki.sphere.torfo.org/index.php/@NotoSend '. This trigger does the whole trick, tag.override.noto.uid is deprecated. Use argn=5 instead of I.TAG.OVERRIDE.NOTO.<SRC.UID>=5 RE: client color character - Novocaine - 04-03-2014 09:04 AM thank you, now it works ![]() |