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!

[Tutorial] Using server-side commands

Joined
Apr 16, 2007
Messages
441
Reaction score
204
It's pretty simple follow the instructions on the image to make it easier, but basically i select MMOChannelService, select the option in the toolbar and submit a command to the server. With these server files they don't use ItemID, it uses Item Class you must get the item file name example, "randomitem_avatar_sao_general_male_kirito" that is the Sword Art Online clothing bundle set. By using the PushItem command everyone who is logged onto the server will receive the items/gold.

You can find ItemClasses under heroesContent.db3, table ItemClassInfo.

Here are some items that you guys might be interested in:
Code:
cash_freepass_15_hair - Will give you any hair/color in the Avatar shop
cash_freepass_15_inner - Will give you any inner clothing in the Avatar shop

Aznkidd235 - [Tutorial] Using server-side commands - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Jun 11, 2008
Messages
588
Reaction score
45
Do you know how to clear the "cache" of this command?
For me, it continues to give ALL previously spawned items with every new command issued, so my inventory's pretty much been getting wrecked.
 
Joined
Apr 16, 2007
Messages
441
Reaction score
204
Do you know how to clear the "cache" of this command?
For me, it continues to give ALL previously spawned items with every new command issued, so my inventory's pretty much been getting wrecked.

I don't i'm still trying to figure out all the commands myself.
 
Experienced Elementalist
Joined
Jul 19, 2009
Messages
297
Reaction score
39
To clear the "cache" of the push command:
Look inside the "heroes" database on your server.
There'll be a table, "QueuedItem". In there are all the previous commands.
Using NaviCat, right click and selecting "empty table" will clear all the values.
Found and tested it myself. Seems to work.
 
Joined
Jun 11, 2008
Messages
588
Reaction score
45
To clear the "cache" of the push command:
Look inside the "heroes" database on your server.
There'll be a table, "QueuedItem". In there are all the previous commands.
Using NaviCat, right click and selecting "empty table" will clear all the values.
Found and tested it myself. Seems to work.
Nice find and thanks for sharing; this will make my inventory a lot less cancerous from now on.
 
Moderator
Staff member
Moderator
Joined
Oct 8, 2006
Messages
647
Reaction score
369
If you don't want it to queue up, then use the HeroCommand service, Click the Other button with chinese text and it wont' queue up. It just pushes everything one time. Thats the way i do it
 
Experienced Elementalist
Joined
Jul 19, 2009
Messages
297
Reaction score
39
I figured it was one of those buttons that turned on queueing. Thanks.

Is there an easy way to get rid of inventory stuff I don't want?
It won't let me delete stuff in-game, and now I have 130+ pages of trash.
 
Experienced Elementalist
Joined
Jul 19, 2009
Messages
297
Reaction score
39
It wasn't showing that particular character ID for some reason, but I managed to find and delete the items now.
Thanks.

Edit: Figured out why I couldn't see some entries. Navicat only shows 1000 entries per page.
 
Last edited:
Initiate Mage
Joined
Feb 19, 2016
Messages
2
Reaction score
0
scree - [Tutorial] Using server-side commands - RaGEZONE Forums
No commands. Help please.



Never mind. It worked after fixing the workgroup stuff!
 

Attachments

You must be registered for see attachments list
Back
Top