EOSERV Forum > EOSERV > Eoserv Commands?
Topic is locked.
Page: << 1 >>
Eoserv Commands?
Author Message
Post #46219 Eoserv Commands?

I've search all over eoserv and google , i cant find a command list for eoserv

14 years, 47 weeks ago
Post #46220 Re: Eoserv Commands?

This can be found in your trunk In Admin.config



# This file determines the minimum access level required for admin commands

# 0 = Player
# 1 = Light Guide
# 2 = Guardian
# 3 = Game Master
# 4 = High Game Master

## INFORMATIONAL COMMANDS ##

# Returns information about an item
# $item id
item = 1

# Returns information about an npc
# $npc id
npc = 1

# Returns information about a spell
# $spell id
spell = 1

# Returns information about a class
# $class id
class = 1

# Returns information about a character
# $info character
info = 1

# Shows the server uptime
# $uptime
uptime = 1

# Shows the number of allocated shared objects
# $objects
objects = 4


## MAP/PLAYER CONTROL COMMANDS ##

# Disconnect a player from the server
# $kick character
kick = 1

# Silently disconnect a player from the server
# $skick character
skick = 3

# Sends a player to jail
# $jail character
jail = 1

# Silently sends a player to jail
# $sjail character
sjail = 3

# Ban a player from the server
# $ban character time
# time examples: 2h, 1d
ban = 2


# Silently ban a player from the server
# $sban character time
# time examples: 2h, 1d
sban = 3

# Warp to a specific location
# $warp map x y
warp = 2

# Warp a character to your position
# $warptome character
warptome = 2

# Warp yourself to a character's position
# $warptome character
warpmeto = 2

# Hides the player from maps and the online list
# $hide
hide = 2

# Evacuates a map
# $evacuate
evacuate = 2

# Reloads a changed map
# $remap
remap = 4

# Forces an arena launch on the current map
# $arena
arena = 1

# Opens any board in the world
# $board [id]
# If no id is given defaults to AdminBoard
board = 1


## SERVER CONTROL COMMANDS ##

# Shut down the server
# $shutdown
shutdown = 4

# Reload the configuration files
# $rehash
rehash = 4

# Reloads pub files
# $repub
repub = 4


## DEBUG COMMANDS ##

# Spawns an item in your inventory
# $sitem id [amount]
sitem = 3

# Drop an item (lore or not) anywhere on the map (must have the item)
# $ditem id [amount [x y]]
ditem = 3

# Spawns an NPC
# $snpc id
snpc = 3

# Spawns a pet
# $sp character NPCid
sp = 3

# Despawns a pet
# $dp chracter
dp = 3

# Learn a spell
# $learn id [skilllevel]
learn = 3


## NOVELTY COMMANDS ##

# Shakes the map (strength is between 1 and 8)
# $quake [strength]
quake = 2


## CHARACTER MODIFICATION COMMANDS ##

# Changes players stats
# $setX character value
setlevel = 3
setexp = 3
setstr = 3
setint = 3
setwis = 3
setagi = 3
setcon = 3
setcha = 3
setstatpoints = 3
setskillpoints = 3
settitle = 3
setfiance = 3
setpartner = 3
sethome = 3
setgender = 3
sethairstyle = 3
sethaircolor = 3
setrace = 3
setguild = 3
setguildrank = 3
setkarma = 3

# Unequip all of a player's items
# $strip character
strip = 4

# Change a player's skin
# $pskin character
pskin = 4

# Add exp to player
# $exp character
exp = 4

# Controls a player (floor,chair,stand)
# $control character
control = 4

# Change a players gender
# $gen character
gen = 4

## OTHER PRIVILEGES ##

# Allow killing of non-combat NPCs (they respawn near-instantly)
killnpc = 2

# Allow deletion of board posts
boardmod = 1

# Recieve reports and allows access to AdminBoard
reports = 1

# Allows #nowall (walk through walls)
nowall = 2

# See hidden players
seehide = 3


INCLUDE = admin.local.ini

14 years, 47 weeks ago
Post #46233 Re: Eoserv Commands? 14 years, 47 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > EOSERV > Eoserv Commands?