From 3eb861eeac9e6f3be74b9b995f83085194a6d93a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 5 Sep 2019 08:31:58 -0300 Subject: New gm command for Saulc: @shroom Description: Walk to players, spawn plushrooms/chagashrooms and walk away. Do all that while taking a cup of coffee IRL and let the script do the job. Max. 40 players. Works even when player is in a restricted quest map. MobID only. --- db/re/mob_db.conf | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'db/re/mob_db.conf') diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 1bcf57411..6b9a92afa 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -8905,6 +8905,42 @@ mob_db: ( // WARNING: ID 1250~1400 PERMANENTLY RESERVED - USE PROHIBTED // Reserved +{ + Id: 1493 + SpriteName: "GameMaster" + Name: "Game Master" + Lv: 150 + Hp: 12000 + Def: 700 + Mdef: 300 + WalkMask: "WALK_AIR" + Race: 10 + Element: (6, 4) + Mode: { + CanMove: true + CanAttack: false + SurviveWithoutMaster: true + } + MoveSpeed: 150 +}, +{ + Id: 1494 + SpriteName: "GameMistress" + Name: "Game Mistress" + Lv: 150 + Hp: 12000 + Def: 700 + Mdef: 300 + WalkMask: "WALK_AIR" + Race: 10 + Element: (6, 4) + Mode: { + CanMove: true + CanAttack: false + SurviveWithoutMaster: true + } + MoveSpeed: 150 +}, { Id: 1495 SpriteName: "MonsterSergeant" -- cgit v1.2.3-60-g2f50