Updated Tar Lake Interior
Updated Tar Lake Interior. Added class based starting item packages for new characters.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user