Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   Hide Nick (https://forums.graalonline.com/forums/showthread.php?t=41530)

SaitoHajime 12-28-2002 12:44 AM

Hide Nick
 
It'd be useful to have a script command that would hide a player's nick on the screen.

Falcor 12-28-2002 03:53 AM

Please refer to newfeatures2002.txt for the new script command enablefeatures. and i'm sure you will find a pleasant surprise.

SaitoHajime 12-28-2002 04:18 AM

I'm looking for a selective hiding of a player's nick, not a global hiding of other people's nicks.

Tyhm 12-28-2002 06:30 AM

((See also - hackers. =_=))

Falcor 12-28-2002 06:30 AM

set their nickname to nothing?

SaitoHajime 12-28-2002 09:46 PM

For example-

2k1 has a scripted movement.

I want to restore the "Hide a player's nick if they're under a bush" (Without setting their nickname to nothing x.x).

I feel this would be a good feature.

Tyhm 12-29-2002 02:25 AM

Dejavu.
Com ran into the same problem, suggested that for security's sake it be set up in serveroptions, a list of ganis which hide the nicknames - very hard to hack that, in theory, at least very difficult to convince other clients that your inviso-gani is one of the few legit inviso-ganis.
Stefan said Hmm and that was the last anyone ever heard of it. =_=

Jeff 12-29-2002 04:07 AM

Except for playerlist, I'd say setplayerprop #n,;


But it looks like coping time unless Stefan does something.

Tyhm 12-29-2002 06:01 AM

You keep saying that, but have you ever got that to work?

Jeff 12-29-2002 06:17 AM

If you are replying to me, then setplayerprop on #n works serverside with an NPC server. Screws up playerlist though.

HoudiniMan 12-29-2002 01:10 PM

I've set my nick to nothing with a server side setplayerprop command.. i have a nick changer npc and i tried just entering the command to trigger it followed by nothing. checked profile, nick was blank... also when paused i didn't see the (paused) tag.
You could make a script to remember the players name and then set it again but if they log off while under the bush you may have a problem.

Maybe an npc that hides your nick while the gani is in use, then changes it back if it's not... also default would be to show the nick. use a client.flag or some similar flag that would take the last nick they used offline with them and be there to be restored when they reconnected.

HoudiniMan 12-29-2002 01:27 PM

NPC Code:

if (#s(#m)==hiddenstill||#s(#m)==hidden) {
client.savenick=#s(#n);
setplayerprop #n,;
} else {
if (!#s(client.savenick)==#s(#n)) {
setplayerprop #n,#s(client.savenick);
}
}



maybe something like that???

It shows the basic idea but i think graal should have a server option to do this automatically.

Tyhm 12-29-2002 07:57 PM

Yeah. It can use the same technique actually - you set the nick to the null string, and you appear to have no nickname - but the playerlist ignores setnicks to null. Then you can script the nick being set back, I suppose.

Com013 12-30-2002 10:40 AM

When I had the problem Loriel suggested to rescript the nicknames. With the new attach-gani-feature that would be possible, but it would be quite hard if you'd want to recolor the nickname depending on the AP. You'd have to store all the colors in an array and truth to be told: I am too lazy to do so.

I wouldn't like to remove the nickname by using setplayerprop #n,;

Jasen 01-25-2003 12:17 AM

Are you trying to hide your own nick or somone eltses?

RTelvecho 01-25-2003 12:59 AM

Quote:

Originally posted by Jasen
Are you trying to hide your own nick or somone eltses?
Read carefully and stop spamming.


All times are GMT +2. The time now is 01:03 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.