Added creatures & models

Added creatures & models in support for Horsefly Swamp Update.  Full compile.
This commit is contained in:
Jaysyn904
2023-08-10 23:50:38 -04:00
parent abae0284e0
commit 9448afd228
397 changed files with 53090 additions and 159 deletions

View File

@@ -34,6 +34,7 @@
**************************************************/
#include "x2_inc_switches"
#include "prc_inc_spells"
const int PW_BITE_DC=22;
@@ -47,9 +48,9 @@ void main()
// * Note that this event fires for non PC creatures as well.
if (nEvent ==X2_ITEM_EVENT_ONHITCAST)
{
oItem = GetSpellCastItem(); // The item casting triggering this spellscript
oItem = PRCGetSpellCastItem(); // The item casting triggering this spellscript
object oSpellOrigin = OBJECT_SELF ;
object oSpellTarget = GetSpellTargetObject();
object oSpellTarget = PRCGetSpellTargetObject();
if(!ReflexSave(oSpellTarget, PW_BITE_DC))
{