script fixes, additions to merchant

This commit is contained in:
EpicValor
2023-08-31 20:34:52 -05:00
parent e6bd2ef68d
commit eb5060ffdd
28 changed files with 2441 additions and 40 deletions

View File

@@ -13,6 +13,7 @@
void main()
{
object oSelf = OBJECT_SELF;
DelayCommand(30.5, ExecuteScript("_golemstats", OBJECT_SELF));
// modifed by primogenitor
// aribeth uses her blackguard spellbook
if(GetTag(oSelf) == "H2_Aribeth")
@@ -61,5 +62,5 @@ void main()
}
CheckNewSpellbooks(oSelf);
}
DelayCommand(30.5, ExecuteScript("_golemstats", OBJECT_SELF));
}