Added creatures & models
Added creatures & models in support for Horsefly Swamp Update. Full compile.
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
//:: Modified by: DM Heatstroke 01-04-11
|
||||
//::
|
||||
|
||||
#include "NW_I0_SPELLS"
|
||||
//#include "NW_I0_SPELLS"
|
||||
#include "prc_inc_spells"
|
||||
#include "nw_i0_plot"
|
||||
|
||||
void DoStrDamage(object oTarget, object oCaster)
|
||||
@@ -59,7 +60,7 @@ void DoStrDamage(object oTarget, object oCaster)
|
||||
|
||||
void main()
|
||||
{
|
||||
object oTarget = GetSpellTargetObject();
|
||||
object oTarget = PRCGetSpellTargetObject();
|
||||
object oCaster = OBJECT_SELF;
|
||||
|
||||
/* int bIsPoisoned = GetLocalInt(oTarget,"IsPoisoned");
|
||||
|
Reference in New Issue
Block a user