World.exe commands
Is there a command list anywhere for what can be run from world.exe? I have the ability to admin the server from remote locations now and I want to be able to do a little more.
Thanks |
I see someone moved me to the Windows server forum... I run my Server on Debian Linux. I can't imagine what would have flagged my post as needing to be moved, but maybe I'll get more traffic here?
|
Presumably because .exe files don't exist for linux, unless you're running the server under WINE.
|
Even if it were under wine, I'd say that deserves Windows support.
I remember a few of the commands like startzone zonename <Modifies universal start zone flag accountname 255 <sets account flag worldshutdown that's all I can remember for now.. I think they removed startzone though. |
So it's fairly clear that this isn't well know. I was hoping it would be in a list somewhere. My primary reason for looking is so that I can run some scripts that run nightly... maybe a server shutdown for a nightly backup, and a shout out before that happens.
|
Nobody has anything on this?
|
Look in world/console.cpp for a list of commands that can be passed to world from telnet and the like.
|
Quote:
|
Not finding anything useful in there... This is really kicking my butt.
|
It has just about everything you can do with world... Zone is where the bulk of the functions happen. Looking at the code, I could have just told you to do a help but here's the list from console.cpp:
Code:
if (strcasecmp(sep.arg[0], "help") == 0 || strcmp(sep.arg[0], "?") == 0) { |
All times are GMT -4. The time now is 05:42 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.