Major update
Fixed CCOH, Fixed starting GP, Fixed DMFI languages, Fix cep weapon appearances, Fixed new player start up system. Added PC deleter. Added ACP 4.1. Full compile. Updated release archive.
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#include "prc_inc_spells"
|
||||
|
||||
void werewolf()
|
||||
{
|
||||
object oTarget = GetSpellTargetObject();
|
||||
object oTarget = PRCGetSpellTargetObject();
|
||||
object oCaster = OBJECT_SELF;
|
||||
//SendMessageToPC(oTarget,"DEBUG: Cure Script fired.");
|
||||
int iWolfDays = GetLocalInt(oTarget,"WOLF_PERM");
|
||||
int iYesWolf = GetLocalInt(oTarget,"AFF_WEREWOLF");
|
||||
int iCureSpell = GetSpellId();
|
||||
int iCureSpell = PRCGetSpellId();
|
||||
int iCasterLevel = GetLevelByClass(CLASS_TYPE_CLERIC,oCaster);
|
||||
|
||||
if((iCureSpell == SPELL_HEAL) && (!(iWolfDays)) && (iCasterLevel >= 12))
|
||||
|
Reference in New Issue
Block a user