From 7831162235916fd9b76119ca3376375d2303c77d Mon Sep 17 00:00:00 2001 From: KayenEQ Date: Sat, 27 Sep 2014 16:39:37 -0400 Subject: [PATCH] changelog --- changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog.txt b/changelog.txt index 156244941..c0706ac74 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,12 @@ EQEMu Changelog (Started on Sept 24, 2003 15:50) ------------------------------------------------------- +== 09/27/2014 == +Kayen: Implemented perl function $mob->GetSpellStat(spell_id, identifier, slot); +Note: identifier is the stat field in spells_new, slot is used for certain effects like effectid, base,base2, max ect. +Example $mob->GetSpellStat(121, "range"); //Returns spell range +Example $mob->GetSpellStat(121, "effectid", 1); //Returns the the value of effectid1 +This will allow you to pull almost all the data for any spell in quest files. + == 09/24/2014 == Uleat: Re-ordered server opcodes and handlers to give them some predictability of location (I need this for the inventory re-enumeration.) demonstar55: Added helper function bool EQEmu::IsTradeskill(uint32 skill)