mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Few warning and lua fixes, fix for summon not working on new system. Need to look at enrage as it doesn't appear to work right either and think it's timing related
This commit is contained in:
@@ -15,6 +15,7 @@ namespace luabind {
|
||||
}
|
||||
|
||||
luabind::scope lua_register_mob();
|
||||
luabind::scope lua_register_special_abilities();
|
||||
|
||||
class Lua_Mob : public Lua_Entity
|
||||
{
|
||||
@@ -332,6 +333,12 @@ public:
|
||||
int GetFlurryChance();
|
||||
int GetSkill(int skill_id);
|
||||
void CalcBonuses();
|
||||
int GetSpecialAbility(int ability);
|
||||
void SetSpecialAbility(int ability, int level);
|
||||
void ClearSpecialAbilities();
|
||||
void ProcessSpecialAbilities(std::string str);
|
||||
void SetAppearance(int app);
|
||||
void SetAppearance(int app, bool ignore_self);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user