[Release]/status command

01/04/2009 21:18 Kokuna4#1
Ok since someone asked me to do a /status command I made one :
Add it where all your commands are.
Quote:
if (Splitter[0] == "/status")
{
if (Status == 9)
{
SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM",
MyChar.Name, "You are VIP!", 2000));
}
else if (Status == 8)
{
SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM",
MyChar.Name, "You are GM!", 2000));
}
else if (Status == 7)
{
SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "You are PM!", 2000));
}
else if (Status == 2)
{ SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "You are Normal Player!", 2000));
}
}
You have to change the (9) to your VIP status number if it dont match!
Press thanks if helped :D
01/04/2009 21:20 Beta Limit#2
Quote:
Originally Posted by Kokuna4 View Post
You have to change the VIP status (9) to yours if it dont match!
Or change the 9 in the code ;)

Nice release
01/04/2009 21:59 _Emme_#3
Didnt someone release it, and I did a better way of it? Search before you post :)
01/04/2009 22:13 damianpesta#4
He Made an NPC , It was him But I quess you asked him For command :O So there it is
01/05/2009 07:43 Tw3ak#5
Pretty useless if you ask me.

What kind of idiots play on your server that they have to click a status to know if there gm or not ? lmao

" durrr durrr i registered a account and joined game ummmmm but am i a gm ?? I guess i better click this status thingy and find out durr durr durr" LMAO

And if your gonna use status 9 at least make it something useful like i did and make it into a debug/console print mode so all console msgs show in ingame chat that only i can see so i can see who is logging in and logging out and what there ips are ect ect without maximizing the game server to look at everything goin on while i play.
01/05/2009 14:44 damianpesta#6
Quote:
Originally Posted by Tw3ak View Post
Pretty useless if you ask me.

What kind of idiots play on your server that they have to click a status to know if there gm or not ? lmao

" durrr durrr i registered a account and joined game ummmmm but am i a gm ?? I guess i better click this status thingy and find out durr durr durr" LMAO

And if your gonna use status 9 at least make it something useful like i did and make it into a debug/console print mode so all console msgs show in ingame chat that only i can see so i can see who is logging in and logging out and what there ips are ect ect without maximizing the game server to look at everything goin on while i play.
LOL Laughed At that post ROTFL