diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-27 16:44:46 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-27 16:44:46 -0200 |
commit | eee461e6ec9789f0cf7f7687b222fe29b2b45863 (patch) | |
tree | ba6216675dc138d44b452176a1dfc08e45791801 /conf | |
parent | f39673bf02903adee127d76bd9fde2f225af350a (diff) | |
download | serverdata-eee461e6ec9789f0cf7f7687b222fe29b2b45863.tar.gz serverdata-eee461e6ec9789f0cf7f7687b222fe29b2b45863.tar.bz2 serverdata-eee461e6ec9789f0cf7f7687b222fe29b2b45863.tar.xz serverdata-eee461e6ec9789f0cf7f7687b222fe29b2b45863.zip |
Merge Event Coordinator with Hercules Game Master
Diffstat (limited to 'conf')
-rw-r--r-- | conf/groups.conf | 111 |
1 files changed, 50 insertions, 61 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index 6c39ee10c..31d4815d4 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -172,67 +172,6 @@ groups: ( } }, { - id: 4 - name: "Event Coordinator" /* Event Coordinator is not used in TMW2 and may be removed later */ - inherit: ( "Support" ) - level: 4 - commands: { - monster: true - monstersmall: true - monsterbig: true - killmonster2: true - cleanarea: true - cleanmap: true - delitem: [true, true] - produce: [true, true] - refine: [true, true] - disguise: [true, true] - undisguise: [true, true] - size: [true, true] - raise: true - raisemap: true - day: true - night: true - skillon: true - skilloff: true - pvpon: true - pvpoff: true - gvgon: true - gvgoff: true - allowks: true - refresh: [true, true] - refreshall: true - fakename: true - kill: true - nuke: [true, true] - doommap: true - heal: [true, true] - alive: [true, true] - sound: true - storage: true - clone: [true, true] - slaveclone: [true, true] - evilclone: [true, true] - repairall: [true, true] - storeall: true - itemreset: true - clearstorage: true - cleargstorage: true - jump: [true, true] - killer: true - killable: true - monsterignore: [true, true] - npctalk: true - mute: true - mutearea: true - unmute: true - speed: [true, true] - } - log_commands: true - permissions: { - } -}, -{ id: 5 name: "Developer" inherit: ( "Support" ) @@ -288,6 +227,56 @@ groups: ( inherit: ( "Event Coordinator", "Support", "Patrol" ) /* Herc Game Master is not used in TMW2 and may be removed later */ level: 6 commands: { + monster: true + monstersmall: true + monsterbig: true + killmonster2: true + cleanarea: true + cleanmap: true + delitem: [true, true] + produce: [true, true] + refine: [true, true] + disguise: [true, true] + undisguise: [true, true] + size: [true, true] + raise: true + raisemap: true + day: true + night: true + skillon: true + skilloff: true + pvpon: true + pvpoff: true + gvgon: true + gvgoff: true + allowks: true + refresh: [true, true] + refreshall: true + fakename: true + kill: true + nuke: [true, true] + doommap: true + heal: [true, true] + alive: [true, true] + sound: true + storage: true + clone: [true, true] + slaveclone: [true, true] + evilclone: [true, true] + repairall: [true, true] + storeall: true + itemreset: true + clearstorage: true + cleargstorage: true + jump: [true, true] + killer: true + killable: true + monsterignore: [true, true] + npctalk: true + mute: true + mutearea: true + unmute: true + speed: [true, true] heal: [true, true] alive: [true, true] ban: true |