Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   making players invisible (https://forums.graalonline.com/forums/showthread.php?t=59644)

projectigi 06-26-2005 07:30 PM

making players invisible
 
hi,

is there any way to make player invisible with gscript1?
i thought of setani or replaceani with the nickname that cant be seen(i dont know the sign =/)
so any other way or can someone tell me how to make the invisible nickname?

ChibiChibiLuc 06-26-2005 08:38 PM

The only way to make the player totally invisible, without disabling features for all players, is to set their z to a high number, like 200, and changing their gani to something without a shadow.
You'll also want to change their focus.

VulcanP2P 06-28-2005 03:36 AM

Easiest way is to just make a gani with no sprites and use replaceanis and setplayerprop #c...

ChibiChibiLuc 06-28-2005 03:48 AM

Zz
 
Quote:

Originally Posted by projectigi
i thought of setani or replaceani with the nickname that cant be seen(i dont know the sign =/)
so any other way or can someone tell me how to make the invisible nickname?

Yep.

projectigi 06-28-2005 06:36 PM

so playerz dont seems to gets the nickname away :p

xAndrewx 06-30-2005 12:58 PM

showstats 0;

projectigi 06-30-2005 03:23 PM

does it makes my nickname invisible to other players?

ZeroTrack 06-30-2005 03:27 PM

enablefeatures allfeatures-0x200;
EDIT sorry didn't read up yet

PHP Code:

if(created){
  
showstats allstats-1024;
  
enabelfeatures allfeatures-0x200;


that'll hide your player and nicknames

ChibiChibiLuc 06-30-2005 04:36 PM

Quote:

Originally Posted by ZeroTrack
enablefeatures allfeatures-0x200;
EDIT sorry didn't read up yet

PHP Code:

if(created){
  
showstats allstats-1024;
  
enabelfeatures allfeatures-0x200;


that'll hide your player and nicknames

That hides everyone's player/nickname to you.
It doesn't hide yours to them.

Velox Cruentus 06-30-2005 05:29 PM

=)

Set GANI to non-existant once.
Set Nickname to a tabulate character.
Replace walk/idle/sit/etc ganis by non-existant one.

ZeroTrack 06-30-2005 05:56 PM

Quote:

Originally Posted by ChibiChibiLuc
That hides everyone's player/nickname to you.
It doesn't hide yours to them.

oh i didn't know he wanted it just for his player

projectigi 07-01-2005 12:35 PM

Quote:

Originally Posted by Velox Cruentus
=)

Set GANI to non-existant once.
Set Nickname to a tabulate character.
Replace walk/idle/sit/etc ganis by non-existant one.

sure i can copy a tabulate character out of notepad
but then it sets my nick to *projectigi lol


All times are GMT +2. The time now is 05:44 AM.

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