Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-27-2010, 07:31 PM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default 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
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #2  
Old 01-28-2010, 07:25 AM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

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?
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #3  
Old 01-28-2010, 10:00 AM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

Presumably because .exe files don't exist for linux, unless you're running the server under WINE.
Reply With Quote
  #4  
Old 01-28-2010, 03:08 PM
RichardoX
Hill Giant
 
Join Date: Dec 2004
Location: in your closet....
Posts: 169
Default

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.
__________________
a hill giant slashes YOU for 25 points of damage!
You have been slain!
LOADING, PLEASE WAIT...
Reply With Quote
  #5  
Old 01-28-2010, 04:11 PM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

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.
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #6  
Old 01-29-2010, 04:56 PM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

Nobody has anything on this?
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #7  
Old 01-29-2010, 05:47 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Look in world/console.cpp for a list of commands that can be passed to world from telnet and the like.
Reply With Quote
  #8  
Old 01-29-2010, 06:38 PM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

Quote:
Originally Posted by cavedude View Post
Look in world/console.cpp for a list of commands that can be passed to world from telnet and the like.
Thanks a lot! I don't know why I didn't think to look there... oh wait, yeah I do that's why I'm not a developer.
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #9  
Old 01-29-2010, 06:59 PM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

Not finding anything useful in there... This is really kicking my butt.
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #10  
Old 01-29-2010, 07:09 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

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) {
				SendMessage(1, "  whoami");
				SendMessage(1, "  who");
				SendMessage(1, "  zonestatus");
				SendMessage(1, "  uptime [zoneID#]");
				SendMessage(1, "  emote [zonename or charname or world] [type] [message]");
				SendMessage(1, "  echo [on/off]");
				SendMessage(1, "  acceptmessages [on/off]");
				SendMessage(1, "  tell [name] [message]");
				SendMessage(1, "  broadcast [message]");
				SendMessage(1, "  gmsay [message]");
				SendMessage(1, "  ooc [message]");
				SendMessage(1, "  auction [message]");
				if (admin >= consoleKickStatus)
					SendMessage(1, "  kick [charname]");
				if (admin >= consoleLockStatus)
					SendMessage(1, "  lock/unlock");
				if (admin >= consoleZoneStatus) {
					SendMessage(1, "  zoneshutdown [zonename or ZoneServerID]");
					SendMessage(1, "  zonebootup [ZoneServerID] [zonename]");
					SendMessage(1, "  zonelock[list|lock|unlock] [zonename]");
				}
				if (admin >= consoleFlagStatus)
					SendMessage(1, "  flag [status] [accountname]");
				if (admin >= consolePassStatus)
					SendMessage(1, "  setpass [accountname] [newpass]");
				if (admin >= consoleWorldStatus) {
					SendMessage(1, "  version");
					SendMessage(1, "  worldshutdown");
				}
				if (admin >= 201) {
					SendMessage(1, "  IPLookup [name]");
				}
				if (admin >= 100) {
					SendMessage(1, "  LSReconnect");
				}
			}
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 05:17 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3