Random free gear at log-in is only for new players
Random free gear at log-in is only for new characters. Full compile. Updated release archive.
This commit is contained in:
parent
bfa7957e76
commit
cace479fa2
Binary file not shown.
@ -11,7 +11,7 @@ void main()
|
|||||||
SetLocalInt(oPC,"drank",1);
|
SetLocalInt(oPC,"drank",1);
|
||||||
SetLocalString(oPC,"ss_t_chest_1","100003");
|
SetLocalString(oPC,"ss_t_chest_1","100003");
|
||||||
|
|
||||||
ExecuteScript("ss_treasure",oPC);
|
|
||||||
|
|
||||||
//:: NUI Magic by Daz
|
//:: NUI Magic by Daz
|
||||||
//Examine_DisablePanels(oPC);
|
//Examine_DisablePanels(oPC);
|
||||||
@ -21,6 +21,7 @@ void main()
|
|||||||
{
|
{
|
||||||
int iRand = d100(3)+50;
|
int iRand = d100(3)+50;
|
||||||
GiveGoldToCreature(oPC,iRand);
|
GiveGoldToCreature(oPC,iRand);
|
||||||
|
ExecuteScript("ss_treasure",oPC);
|
||||||
}
|
}
|
||||||
|
|
||||||
//:: Add system journal entries
|
//:: Add system journal entries
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user