EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=617)
-   -   2 questions about server commands (https://www.eqemulator.org/forums/showthread.php?t=12798)

ripmage 04-02-2004 08:33 AM

2 questions about server commands
 
How would i make all of the characters starting city the same, and how would i enable gm commands on their normal player accounts such as #zone. Thanx for the help :)

EDIT

and how would i fix this zone server for giving these errors
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.5-DR1
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading NPCTypes from database...
[Status] Loading npc faction lists
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading Loot tables from database...
[Status] Loading doors
[Status] Loading Doors from database...
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] command_init(): Warning: Command 'help' defaulting to access level 0!
[Status] command_init(): Warning: Command 'version' defaulting to access level 0
!
[Status] command_init(): Warning: Command 'serversidename' defaulting to access
level 0!
[Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
[Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
[Status] command_init(): Warning: Command 'si' defaulting to access level 0!
[Status] 157 commands loaded
[Status] Entering sleep mode
Connected to worldserver: localhost:9000

NarutoLegacy 04-02-2004 09:16 AM

edit addon.ini and use MySQL Front or of your new, EQAdmin to change starting zones;

samandhi 04-02-2004 09:34 AM

Quote:

[Status] command_init(): Warning: Command 'help' defaulting to access level 0!
[Status] command_init(): Warning: Command 'version' defaulting to access level 0
!
[Status] command_init(): Warning: Command 'serversidename' defaulting to access
level 0!
[Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
[Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
[Status] command_init(): Warning: Command 'si' defaulting to access level 0!
These are NOT errors, but because they are NOT in your addon.ini they are defaulted to level 0 (meaning ANYONE can use those commands...). Just open up your addon.ini in notepad and add them like this:
Code:

!serversidename=<number you want>
!loc=<number you want>
!flag=<number you want>
!si=<number you want>
!help=<number you want>
!version=<number you want>

You should not see this error messgae anymore. Server_OP level starts at 200 so anything less than that would be gm or lower.. There is a list here on the boards that you should be able to find using search that tells what each number represents. 0 means ANYONE that logs in can use that command... 200 means ONLY server_OP's can use that command...

To set your starting zones all the same, just download a program called MySQL Front from http://www.mysqlfront.de/ then edit the table called start_zones... Hope this helps...

While NarutoLegacy's post is factual, I thought I might elaborate in case you dont KNOW how to do these things he said to do....:)


All times are GMT -4. The time now is 01:22 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.