Spell & Ability Upgrade
Reorganized hak files & removed duplicates. Added @rafhot's PRC spell & ability level scaling expansion. Further script integration. Full compile.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#include "x2_inc_switches"
|
||||
#include "prc_inc_spells"
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
@@ -25,7 +27,7 @@ void main()
|
||||
ExecuteScript("sp_"+GetTag(GetModuleItemLost()), OBJECT_SELF); break;
|
||||
|
||||
case X2_ITEM_EVENT_ONHITCAST:
|
||||
ExecuteScript("on_"+GetTag(GetSpellCastItem()), OBJECT_SELF); break;
|
||||
ExecuteScript("on_"+GetTag(PRCGetSpellCastItem()), OBJECT_SELF); break;
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user