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:
Jaysyn904
2024-09-16 23:40:48 -04:00
parent 7f75e229f9
commit 5d27edafba
6724 changed files with 558193 additions and 92109 deletions

View File

@@ -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))