Quote:
Originally Posted by Judgelemental
Go to _RefObjCommon, find ITEM_ETC_FIREWORK_BOOMB_G and set the CashItem to 0
Try to add ShardManager to DEP, restart the PC and try again
|
Turns out those items did not have an entry in the
_RefObjCommon table. For now i have removed those items (I assume they were custom items that aren't essential to keep).
I have managed to get to the point where I am trying to login to the SMC. I put in my GM username and password using
smc_independent.exe, but this gives the error
cannot connect to division manager (invalid user info) and then crashes.
Below is the output of selecting my GM account from the users table:
Code:
1> SELECT StrUserId, password,sec_primary, sec_content, GMRank FROM TB_User
2> go
StrUserId password sec_primary sec_content GMRank
------------------------- -------------------------------------------------- ----------- ----------- ------
curtis 5f4dcc3b5aa765d61d8327deb882cf99 1 1 1
Looking at the SQL Server Profiler, i am able to see the stored procedure
_CertifyUser is called whenever I attempt to login. Below is the output of running the procedure with the same parameters used when trying to login:
Code:
1> exec _CertifyUser 'curtis','5f4dcc3b5aa765d61d8327deb882cf99','d41d8cd98f00b204e9800998ecf8427e'
2> go
----------- --- ---
0 1 1
I have also checked that the IP I am using appears in
_PrivilegedIP
Code:
3> select * FROM _PrivilegedIP
4> go
IP1 IP2 IP3 IP4 IP5 IP6 IP7 IP8
--- --- --- --- --- --- --- ---
26 147 134 154 26 147 134 154
127 0 0 1 127 0 0 1
26 104 188 36 26 104 188 36