7:00 PM] Xackery: for those wanting to nerd out on combat revamp:
zone/lua_parser.cpp search for mod.
you can see examples in utils/mods/
[7:03 PM] Xackery: looks like on the start of each function, it adds a hook like so:
void Mob::MeleeMitigation(Mob attacker, DamageHitInfo &hit, ExtraAttackOptions opts)
{
7:00 PM] Xackery: for those wanting to nerd out on combat revamp:
zone/lua_parser.cpp search for mod. you can see examples in utils/mods/ [7:03 PM] Xackery: looks like on the start of each function, it adds a hook like so: void Mob::MeleeMitigation(Mob attacker, DamageHitInfo &hit, ExtraAttackOptions opts) {
ifdef LUA_EQEMU
endif
[7:05 PM] Xackery: the way it's coded, I could see it being used to extend spell logic