Increased HP of Practice Dummy
Increased HP of Practice Dummy. Added instanced player room with persistent storage in Inn. Full compile. Updated release archive.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#include "inc_gennui"
|
||||
|
||||
void main()
|
||||
{
|
||||
//:: establishes PC current grid coordinates
|
||||
@@ -10,13 +12,18 @@ void main()
|
||||
SetLocalString(oPC,"ss_t_chest_1","100003");
|
||||
|
||||
ExecuteScript("ss_treasure",oPC);
|
||||
|
||||
//:: NUI Magic by Daz
|
||||
//Examine_DisablePanels(oPC);
|
||||
PrintString(GetObjectUUID(oPC));
|
||||
|
||||
if (iXP < 1 && iGP < 300) //:: Gold for new players
|
||||
{
|
||||
int iRand = d100(3)+50;
|
||||
GiveGoldToCreature(oPC,iRand);
|
||||
}
|
||||
|
||||
|
||||
//:: Add system journal entries
|
||||
AddJournalQuestEntry("JRNL_XPCHART", 1, oPC, FALSE, FALSE, FALSE);
|
||||
AddJournalQuestEntry("JRNL_LA_BUYOFF", 1, oPC, FALSE, FALSE, FALSE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user