Updates areas, spawns, items, mobs

and fixed typos in convos up to convo_cashan
This commit is contained in:
EpicValor
2023-09-21 19:10:12 -05:00
parent e5f3606cac
commit 3811a4f205
64 changed files with 14149 additions and 11866 deletions

View File

@@ -1,5 +1,6 @@
//Contributed by Mike Daneman aka. Mishenka
//Modified: 69MEH69 Added more items to pick up
//Modified by EpicValor for party loot
#include "69_inc_henai"
void main()
@@ -67,10 +68,10 @@ void main()
}
}
}
} // else
}
oThing = GetNextObjectInShape(SHAPE_SPHERE,60.0,lCenter,TRUE,OBJECT_TYPE_PLACEABLE | OBJECT_TYPE_ITEM);
} // while(GetIsObjectValid(oThing))
}
ActionDoCommand(SetAssociateState(NW_ASC_IS_BUSY,FALSE));