some GM Commands dont work

Newbie Spellweaver
Joined
Aug 26, 2008
Messages
27
Reaction score
0
Hello,

some of the GM Commands dont work. I am Running KOSP Premium.
/addatk, /adddef and /resetlevel and /get works but /portuser or /moveto do not work at all even though me and my colleague are ID(11)=Admin.

Anybody help?
 
Hello,

some of the GM Commands dont work. I am Running KOSP Premium.
/addatk, /adddef and /resetlevel and /get works but /portuser or /moveto do not work at all even though me and my colleague are ID(11)=Admin.

Anybody help?

open config.properties in your mainsvr folder

and search there for this commands---

Code:
#
# Advanced GameMaster reduction of activities (Works with Character Access Level)
#

GMAttackBlock = 0
GMTradeBlock = 0
GMPartyBlock = 0
GMItemDropBlock = 0
GMFLItemSendBlock = 0
GMStorageCheckInBlock = 0
Code:
cmd_animalexpeventon = 11
cmd_animalexpeventoff = 11
cmd_moveto = 0
cmd_reload = 11
cmd_block = 11
cmd_unblock = 11
cmd_blocklist = 0
cmd_set = 11
cmd_script = 11
cmd_portuserall = 0
cmd_chatpolice = 11
cmd_gmlistaway = 0
cmd_gmliston = 0
cmd_gmlistoff = 0
cmd_config = 11
cmd_uptime = 0
cmd_online = 0
cmd_gmlist = 0
cmd_playerlist = 0

i think 0= On and 11= Off
 
Upvote 0
Back