Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Most commands not working 3.5

Status
Not open for further replies.
Initiate Mage
Joined
Sep 14, 2017
Messages
8
Reaction score
0
Okay so the game tells me that I'm entering invalid cmds , a few commands work but a majority of them do not for eg /Item /SendItem . So I really can't do anything db related . Can anyone help with this ? Maybe it's my client ? & yes I've hidden my IP from the salty's :D
Code:
01-30 15:57:23|########################    Server IOCPInit        ########################
01-30 15:57:23|CIOCP::Worker_ WorkerThread,                      ThreadID(  3552, 0xDE0)
01-30 15:57:23|CIOCP::Worker_ WorkerThread,                      ThreadID(  5684, 0x1634)
01-30 15:57:23|CIOCP::Worker_ WorkerThread,                      ThreadID(  3540, 0xDD4)
01-30 15:57:23|CIOCP::Worker_ WorkerThread,                      ThreadID(  2384, 0x950)
01-30 15:57:23|CIOCP::Worker_ WorkerThread,                      ThreadID(  3012, 0xBC4)
01-30 15:57:23|CIOCP::Writer_ WriterThread,                      ThreadID(  4216, 0x1078)
01-30 15:57:23|  [Notify] CPreGlobal::InitServerSocket# Started 
01-30 15:57:23|CIOCP::Writer_ WriterThread,                      ThreadID(  2904, 0xB58)
01-30 15:57:23|CIOCP::Worker_ WorkerThread,                      ThreadID(  4284, 0x10BC)
01-30 15:57:23|CIOCP::Listen_ ListenerThread,                  ThreadID(  5308, 0x14BC)
01-30 15:57:25|Socket Connect SocketIndex[  0] PeerIP[  000.000.0.000] Port[57425]
01-30 15:57:25|Socket Connect SocketIndex[  1] PeerIP[  000.000.0.000] Port[57437]
01-30 15:57:28|ServerGroupName(Dragon) IMServer(000.000.0.000), PeerIPPort[000.000.0.000:57425] registeration done...
01-30 15:58:38|ServerGroup(Dragon) FieldServer(000.000.0.000, 15103), PeerIPPort[000.000.0.000:57437] registeration done...
01-30 15:59:17|[ERROR] CSPToMPWinSocket Timeout !!
01-30 15:59:23|Socket Connect SocketIndex[  2] PeerIP[  000.000.0.000] Port[57619]
01-30 15:59:36|Socket Closed  SocketIndex[  2] SocketType[7] PeerIP[  000.000.0.000] Port[57619] MaxWriteBufCounts[   1] ==> reason 6[0X000006]
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
You're likely using a GM account (256) rather than an admin account (128). Log in and scroll the system message all the way up. What does it say there? "Logged in with XXXX authority"?
On a side note, some servers used to force admin accounts into the GM race to prevent attacks, probably not the case here though.

That being said, sending the Pre Server's log is no use at all here. Commands are handled on the IM and Field Server.
 
Upvote 0
Initiate Mage
Joined
Sep 14, 2017
Messages
8
Reaction score
0
Well here's the thing in the database it's set to 130 and in game the top says Logged in with Administrator authority , I've changed to 128 as you suggested and I ended up with the same results I've even thrown it in test to see if it made a difference .

I've attached the logs since the page likes to freeze up on me , If you'd like to have a look at them . I feel like I've missed a step setting the server up perhaps or I have a wrong configuration somewhere .
 

Attachments

You must be registered for see attachments list
Upvote 0
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
The race value inside the character table is what matters. It should be 130 (Admin and Deca race).
If it's that and commands like /item still don't work, you're likely running a modified server with some kind of command prevention.
 
Upvote 0
Initiate Mage
Joined
Sep 14, 2017
Messages
8
Reaction score
0
I'm not really sure , I'll try setting up again with different files and try and find a solution which is inevitable . I really appreciate your help .
 
Upvote 0
Skilled Illusionist
Joined
Jul 10, 2008
Messages
371
Reaction score
94
some server binary have a [keyword] added in name of the commande I don't remember the exact keyword but it's do thing like /[keyword]command

and with some source you have a procedure check that made you gm instead of admin if your account_id is not in the list of account that can become admin (getCharacter)
 
Upvote 0
Status
Not open for further replies.
Back
Top