From 148ab787d51c7c9c71540f799d37fb748cf19135 Mon Sep 17 00:00:00 2001 From: HoraK-FDF Date: Thu, 17 Nov 2022 13:37:20 +0000 Subject: MobInfo * includes @mobinfo ingame command aswell as mobinfo functions for scripts * enhanced summon script command to take a name to support spawn names * moved @summon to where other mob related commands are * added enchanter and koyntety cooldown symbols * some translations * some constants added for drops and mobs --- src/mmo/skill.t.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mmo/skill.t.hpp') diff --git a/src/mmo/skill.t.hpp b/src/mmo/skill.t.hpp index 166543c..1509852 100644 --- a/src/mmo/skill.t.hpp +++ b/src/mmo/skill.t.hpp @@ -57,6 +57,8 @@ enum class StatusChange : uint16_t SC_COOLDOWN_MT = 73, // Mana Tyrant cooldown SC_COOLDOWN_R = 74, // Kaflosh cooldown SC_COOLDOWN_AR = 75, // Frillyar cooldown + SC_COOLDOWN_ENCH = 76, // Enchanter cooldown + SC_COOLDOWN_KOY = 77, // Koyntety cooldown SC_POISON = 132, // bad; actually used -- cgit v1.2.3-70-g09d2