• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

ghost option for other players

andu

Sold 649 scripts, 25 maps and 9 events!
Joined
Aug 7, 2009
Messages
978
Solutions
17
Reaction score
373
GitHub
olrios
Twitch
jamagowy
GM have something like /ghost it's possible to make another character totaly invisible to other players?

I want to make a spell what allows to disappear for a few seconds.
 
set /ghost command access needed to 0 and make new group with id 2 (or edit tutor to do not have any flags/rights) and it should work, you can't see players in ghost mode if their group id > yours, so 'ghosts' must have group id higher then normal players, but dont set it '7' (new group), because then GODs will not see players

dont forget about players that logout with 'ghost mode' ON (group id 2), they will see players 'in ghost mode', you must set their group ID back to 1 in onLogin script
 
Back
Top