Rage Guy Posted May 8, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 354 Reputation: 3 Joined: 02/17/13 Last Seen: August 14, 2016 Share Posted May 8, 2013 (edited) I Want a online gm npc but i want him show only Adminst®ators and never show where is the Admin Edited May 9, 2013 by SpongeBOB Quote Link to comment Share on other sites More sharing options...
Jaburak Posted May 8, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted May 8, 2013 Here; //by: Emistry prontera,155,171,5 script GM Online Lists 436,{ mes "Staffs Online Lists : ^FF0000"+getarraysize( .GM_Name$ )+"^000000 Staffs"; mes "^0000FF_____________________________^000000"; for( set .@i,0; .@i < getarraysize( .GM_Name$ ) ; set .@i,.@i + 1 ){ getmapxy( .Map$,.x,.y,0,.GM_Name$[.@i] ); mes "[ Lv ^63D1F4"+.GM_Level[.@i]+"^000000 ] ^FF0000@ ^0000FF"+.GM_Name$[.@i]+"^000000"; mes "^0000FF_____________________________^000000"; } close; OnInit: set .MinGMLevel,99; // Min. GM Level to Show in Online Lists end; OnPCLoginEvent: if( getgmlevel() < .MinGMLevel ) end; set .GM_Name$[ getarraysize( .GM_Name$ ) ],strcharinfo(0); set .GM_Level[ getarraysize( .GM_Level ) ],getgmlevel(); end; OnPCLogoutEvent: if( getgmlevel() < .MinGMLevel ) end; for( set .@i,0; .@i < getarraysize( .GM_Name$ ) ; set .@i,.@i + 1 ){ if( strcharinfo(0) != .GM_Name$[.@i] ) continue; deletearray .GM_Name$[.@i],1; deletearray .GM_Level[.@i],1; end; } end; } Quote Link to comment Share on other sites More sharing options...
Rage Guy Posted May 8, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 354 Reputation: 3 Joined: 02/17/13 Last Seen: August 14, 2016 Author Share Posted May 8, 2013 0 staff online but when i use @who3 it apears to me Adminstrator : 100 maybe thats the prob? Quote Link to comment Share on other sites More sharing options...
Emistry Posted May 9, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 11 hours ago Share Posted May 9, 2013 0 staff online but when i use @who3 it apears to me Adminstrator : 100 maybe thats the prob? relog Quote Link to comment Share on other sites More sharing options...
DeadlySilence Posted May 9, 2013 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 181 Reputation: 53 Joined: 04/07/13 Last Seen: August 23, 2014 Share Posted May 9, 2013 You could also use the one I made. It sounds it is exactly what you want. http://rathena.org/board/files/file/2889-ingame-gm-list/ Quote Link to comment Share on other sites More sharing options...
Rage Guy Posted May 9, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.03 Content Count: 354 Reputation: 3 Joined: 02/17/13 Last Seen: August 14, 2016 Author Share Posted May 9, 2013 Thanks all Quote Link to comment Share on other sites More sharing options...
krashdragon Posted October 15, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 56 Reputation: 4 Joined: 06/20/13 Last Seen: August 31, 2021 Share Posted October 15, 2013 How to remove gm location? Quote Link to comment Share on other sites More sharing options...
Question
Rage Guy
I Want a online gm npc
but i want him show only Adminst®ators
and never show where is the Admin
Edited by SpongeBOBLink to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.