[GM] and [PM] behind names are not working?

03/30/2012 02:54 LiquidCoGaming#1
Well... i tryed to login, and i don't have PM or GM!...
I made a new account:
tryed both:
/newacc erik test [GM]
/newacc loled troll [PM]

Logged in and didn't have GM or PM!... It's like im a normal player!, GM or PM commands(like /cps /silvers /reborn /level) weren't working either, so i were a normal player, not staff!...

HELP PLEASE!!! O.o :)
-Thanks ^^!
03/30/2012 03:35 BlooD-BoY#2
Quote:
Originally Posted by LiquidCoGaming View Post
Well... i tryed to login, and i don't have PM or GM!...
I made a new account:
tryed both:
/newacc erik test [GM]
/newacc loled troll [PM]

Logged in and didn't have GM or PM!... It's like im a normal player!, GM or PM commands(like /cps /silvers /reborn /level) weren't working either, so i were a normal player, not staff!...

HELP PLEASE!!! O.o :)
-Thanks ^^!
Go to database/chars or whatever it is called and open your char. file after that simply change the "GmStatus" to 2 or 3 for GM or PM.
03/30/2012 17:11 LiquidCoGaming#3
Quote:
Originally Posted by BlooD-BoY View Post
Go to database/chars or whatever it is called and open your char. file after that simply change the "GmStatus" to 2 or 3 for GM or PM.
nope, not working :(
03/30/2012 23:37 F i n c h i#4
Add [GM] / [PM] or whatever you want through database.
03/31/2012 18:38 Mohammad123456789456#5
but /accounts then a window shown type in status[GM] or [PM]
03/31/2012 19:47 F i n c h i#6
:facepalm:
04/01/2012 21:08 LiquidCoGaming#7
Still nothing...
04/01/2012 21:47 injection illusion logic#8
u change the name without changing the type ?
04/01/2012 21:55 LiquidCoGaming#9
Quote:
Originally Posted by injection illusion logic View Post
u change the name without changing the type ?
What do you mean?
It's like... /accounts -> it says character is [PM]
ingame -> no [PM] , no commands... if u understand xD!
Team Views would also help ^^ , if you had time to just take a look xD ^^!

It's like... ehh, look at this picture!
[Only registered and activated users can see links. Click Here To Register...]
04/01/2012 23:13 injection illusion logic#10
doesn't even worth going on tv , the point is , it doesnt matter your name in some sources , it's all about account type
go to database and then to accounts/chars , u will find a column with 0-4 values
4 is project manger and 3 is game manger/ play manger
that's the most common in the new sources
anyway
if u wasnt able to figure out search the entire solution for any command
there will surly be a if condition statement there
exactly like this one
if (client.Account.State == Conquer_Online_Server.Database.AccountTable.Accoun tState.ProjectManager)
and in database it saves the project manger with int 4 , gm with 3 , normal players with 2
so ummm u got my point ?
this if was a check on commands , if it start with @ and what the account type is
in another sources they made it like if the account name contains [PM]/[GM] but in another sources it doesnt even care about this one , anyway goodluck
04/01/2012 23:25 LiquidCoGaming#11
Quote:
Originally Posted by injection illusion logic View Post
doesn't even worth going on tv , the point is , it doesnt matter your name in some sources , it's all about account type
go to database and then to accounts/chars , u will find a column with 0-4 values
4 is project manger and 3 is game manger/ play manger
that's the most common in the new sources
anyway
if u wasnt able to figure out search the entire solution for any command
there will surly be a if condition statement there
exactly like this one
if (client.Account.State == Conquer_Online_Server.Database.AccountTable.Accoun tState.ProjectManager)
and in database it saves the project manger with int 4 , gm with 3 , normal players with 2
so ummm u got my point ?
this if was a check on commands , if it start with @ and what the account type is
in another sources they made it like if the account name contains [PM]/[GM] but in another sources it doesnt even care about this one , anyway goodluck
... it's C#
Look... earlyer today, it worked... but after i coded a bit, its not working anymore... and i can't remember what i were doing xD!...

FIXED IT!!!!! This damn code broke it for me!...
[Only registered and activated users can see links. Click Here To Register...]
I remove that "fix" and PM is back on my name :D