Added creatures & models
Added creatures & models in support for Horsefly Swamp Update. Full compile.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user