Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-26-2005, 07:30 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
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?
Reply With Quote
  #2  
Old 06-26-2005, 08:38 PM
ChibiChibiLuc ChibiChibiLuc is offline
Cookie Monster. :3
Join Date: Jan 2005
Location: Nova Scotia, Canada
Posts: 111
ChibiChibiLuc is on a distinguished road
Send a message via AIM to ChibiChibiLuc Send a message via MSN to ChibiChibiLuc
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.
Reply With Quote
  #3  
Old 06-28-2005, 03:36 AM
VulcanP2P VulcanP2P is offline
Registered User
VulcanP2P's Avatar
Join Date: May 2005
Location: Florida
Posts: 882
VulcanP2P is on a distinguished road
Easiest way is to just make a gani with no sprites and use replaceanis and setplayerprop #c...
__________________

For Zone or Guild Support use the Support Center
Reply With Quote
  #4  
Old 06-28-2005, 03:48 AM
ChibiChibiLuc ChibiChibiLuc is offline
Cookie Monster. :3
Join Date: Jan 2005
Location: Nova Scotia, Canada
Posts: 111
ChibiChibiLuc is on a distinguished road
Send a message via AIM to ChibiChibiLuc Send a message via MSN to ChibiChibiLuc
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.
Reply With Quote
  #5  
Old 06-28-2005, 06:36 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
so playerz dont seems to gets the nickname away
Reply With Quote
  #6  
Old 06-30-2005, 12:58 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
showstats 0;
__________________
Reply With Quote
  #7  
Old 06-30-2005, 03:23 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
does it makes my nickname invisible to other players?
Reply With Quote
  #8  
Old 06-30-2005, 03:27 PM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to 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
__________________

Reply With Quote
  #9  
Old 06-30-2005, 04:36 PM
ChibiChibiLuc ChibiChibiLuc is offline
Cookie Monster. :3
Join Date: Jan 2005
Location: Nova Scotia, Canada
Posts: 111
ChibiChibiLuc is on a distinguished road
Send a message via AIM to ChibiChibiLuc Send a message via MSN to ChibiChibiLuc
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.
Reply With Quote
  #10  
Old 06-30-2005, 05:29 PM
Velox Cruentus Velox Cruentus is offline
Registered User
Velox Cruentus's Avatar
Join Date: Dec 2004
Location: Quebec, Canada
Posts: 465
Velox Cruentus is on a distinguished road
Send a message via ICQ to Velox Cruentus Send a message via AIM to Velox Cruentus
=)

Set GANI to non-existant once.
Set Nickname to a tabulate character.
Replace walk/idle/sit/etc ganis by non-existant one.
__________________
In a world of change... Who'll you believe?
Reply With Quote
  #11  
Old 06-30-2005, 05:56 PM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
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
__________________

Reply With Quote
  #12  
Old 07-01-2005, 12:35 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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