[Mini-Release] Adding [VIP] Status

10/05/2010 21:28 BitzIn#1
I used to not know how to do this :S and
i didnt find any guides on how to
So heres how u add a VIP status or any other status: For 5165
Such as Server Helper etc..

Go into Chat.cs
Find:
PHP Code:
                    if (GC.AuthInfo.Status == "[PM]"
Then Above it add:
PHP Code:
                    if (GC.AuthInfo.Status == "[VIP]"
To add commands just ad them underneath the status.

You can replace the [*With anyting u want*]
To put status on a character ingame.

Then type this to put the status on a character.
Step 1:Open ur NewestCOServer console
Step 2: Type: /accounts
step 4: In the box that pops up u press: Search for accounts
step 5: Click the arrow down
step 6: Search for the account name.
step 7: in the box: Status add: [VIP]
step 8: Press Save

and there u go o.o
10/05/2010 21:45 iGeorge112#2
Nice idea. You could also add some commands for [VIP] status.
10/05/2010 21:55 killersub#3
kinda a pointless release. I think everyone(yes, including "newbs") in this forum know how to find
Code:
if (GC.AuthInfo.Status == "[PM]")
and change the last 2 words to
Code:
if (GC.AuthInfo.Status == "[VIP]")
:rolleyes:
10/06/2010 23:05 copz1337#4
lol this reminds me that I need to organize my GM/PM commands... it's so messy (not my fault)
10/07/2010 00:58 pintser#5
Nvm nice :)