Updated Tar Lake Interior

Updated Tar Lake Interior.  Added class based starting item packages for new characters.
This commit is contained in:
Jaysyn904
2023-08-17 23:55:25 -04:00
parent f667238c5c
commit 8eb0b3d0a2
21 changed files with 3105 additions and 23918 deletions

View File

@@ -5,19 +5,6 @@
#include "inc_gennui"
void GivePCWands(object oPC)
{
// items to be give to new players
string sWndPCFollow = "dmfi_pc_follow";//PC Autofollow Widget
string sWndPCDice = "dmfi_pc_dicebag";//PC Dicebag
string sWndPCEmote = "dmfi_pc_emote";//PC Emote Wand
CreateItemOnObject(sWndPCFollow, oPC);
CreateItemOnObject(sWndPCDice, oPC);
CreateItemOnObject(sWndPCEmote, oPC);
}
void GiveLangTokens(object oPC)
{
// Give class based language items
@@ -149,13 +136,6 @@ void main()
// Initialize DMFI
dmfiInitialize(oPC);
// Give PC DMFI gear
if (GetXP(oPC) == 0)
{
GivePCWands(oPC);
}
// Begin BESIE Spawn System
int bBESIEWidget;