From 7c29d1e1a4e9373bdbe6b66b8f1aacb41a85bb61 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Jun 2019 16:39:43 -0300 Subject: Rewrite Rolling Stone prototype --- db/constants.conf | 1 + db/re/mob_db.conf | 19 +------------------ 2 files changed, 2 insertions(+), 18 deletions(-) (limited to 'db') diff --git a/db/constants.conf b/db/constants.conf index ff55be80f..604f913bd 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4198,6 +4198,7 @@ constants_db: { NPC_SLOTMACHINE: 913 NPC_SWITCH_OFFLINE: 914 NPC_SWITCH_ONLINE: 915 + NPC_ROLLINGSTONE: 916 // Avatars (1000+) AVATAR_CARDA: 1000 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 7261ea4e2..5becf214b 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -739,24 +739,7 @@ mob_db: ( } }, // 1019 is free -{ - Id: 1020 - SpriteName: "RollingStone" - Name: "Rolling Stone" - Lv: 99 - Hp: 20000 - Attack: [100000, 500000] - Mode: { - Plant: true - CanMove: true - CanAttack: true - Aggressive: true - } - MoveSpeed: 200 - AttackDelay: 200 - AttackMotion: 172 - DamageMotion: 180 -}, +// 1020 is free { Id: 1021 SpriteName: "Dummy" -- cgit v1.2.3-70-g09d2