Reins 3 Posted April 4, 2015 Hi can i request that when the GMs/Admins are online the npc will show on the game like thisand when the GMs/Admins are offline the npc will show on the games like thisOf course when the player interacts with the NPC it will saidsOnline: GM Example is OnlineOffline: Sorry no GMs, Admins, & Staffs are currently onlineThanks! Quote Share this post Link to post Share on other sites
0 Aeromesi 180 Posted April 4, 2015 (edited) I have a support request system I'm willing to share upon login if you are a GM/Admin. Here you go ^^ - script supreqadmin -1,{ OnPCLoginEvent: .Admin = 99;.GmMast = 50; if(getgmlevel() >=.Admin) { announce "Administrator "+strcharinfo(0)+" has just signed in.",bc_all,0x00FF66; mes "[Support Request]"; mes "Would you like to accept support requests?"; next; switch(select("Yes:No")) { case 1: if(getgmlevel() >=.Admin) { announce "Administrator "+strcharinfo(0)+" is accepting support requests.",bc_all,0x00FF66; mes "You accepted requests."; close; end;} case 2: if(getgmlevel() >=.Admin) { announce "Administrator "+strcharinfo(0)+" is not accepting support requests.",bc_all,0x00FF66; mes "You are not accepting quests at this time."; close; end;}}} else { if(getgmlevel() == .GmMast) { announce "Game Master "+strcharinfo(0)+" has just signed in.",bc_all,0x0FF66; mes "[Support Request]"; mes "Would you like to accept player questions through the whisper system?"; next; switch(select("Yes:No")) { case 1: if(getgmlevel() == .GmMast) { announce "Game Master "+strcharinfo(0)+" is accepting questions, reports and concerns, please whisper them.",bc_all,0x00FF66; mes "You are accepting inquiries by players at this time."; close; end;} case 2: if(getgmlevel() == .GmMast) { announce "Game Master "+strcharinfo(0)+" is not accepting questions, reports or concerns at this time.",bc_all,0x0FF66; mes "You are not accepting inquiries by players at this time."; close; end; }}}}} Edited April 4, 2015 by Aeromesi Quote Share this post Link to post Share on other sites
Hi
can i request that when the GMs/Admins are online the npc will show on the game like this
and when the GMs/Admins are offline the npc will show on the games like this
Of course when the player interacts with the NPC it will saids
Online: GM Example is Online
Offline: Sorry no GMs, Admins, & Staffs are currently online
Thanks!
Share this post
Link to post
Share on other sites