Mob, area, quest, and script adjustments

This commit is contained in:
EpicValor
2023-10-13 21:50:23 -05:00
parent c3e1040894
commit 25b518454d
78 changed files with 780 additions and 852 deletions

View File

@@ -42,27 +42,6 @@ if(sRes == "elementalband" ||
sRes == "gsokey" ||
sRes == "tmfkey" ||
sRes == "tbnkey" ||
sRes == "yinyangarrow" ||
sRes == "yinyangavenger" ||
sRes == "yinyangbastard" ||
sRes == "yinyangbattlea" ||
sRes == "yinyangbodygua" ||
sRes == "yinyangbow" ||
sRes == "yinyangdivinea" ||
sRes == "yinyangdragonb" ||
sRes == "yinyangdruidst" ||
sRes == "yinyanggreatswo" ||
sRes == "yinyangguantlet" ||
sRes == "yinyangleathers" ||
sRes == "yinyangmace" ||
sRes == "yinyangmagetal" ||
sRes == "yinyangmask" ||
sRes == "yinyangmurderb" ||
sRes == "yinyangroguesc" ||
sRes == "yinyangshield" ||
sRes == "yinyangshroud" ||
sRes == "yinyangsickle" ||
sRes == "yinyangspellsh" ||
sRes == "swordofsinging" ||
sRes == "wings" ||
sRes == "armourwkd" ||
@@ -86,6 +65,7 @@ if(sRes == "elementalband" ||
sRes == "banditlordshead" ||
sRes == "ohstowerkey" ||
sRes == "giantshead" ||
sRes == "sarumroyalseal" ||
sRes == "statueofwater" ||
sRes == "statueofjade" ||
sRes == "statueofgold" ||
@@ -139,7 +119,7 @@ int GetIsImportant(object oObject)
string sRes = GetResRef(oObject);
if(sRes == "default" ||
sRes == "playershandbook" ||
sRes == "<your stuff here>" ||
sRes == "sarumroyalseal" ||
sRes == "<your stuff here>" ||
sRes == "<your stuff here>" ||
sRes == "<your stuff here>")