diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-17 16:29:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-17 16:29:33 -0300 |
commit | f3251c4c49743dbdaf9cb22a4f4d10ff07d118eb (patch) | |
tree | a87254c31825c44a80bfbc376163a662891f9143 /npc/003-1/events.txt | |
parent | a8a263961a2c5da8fdf0eba700d2c2b77f541d15 (diff) | |
download | serverdata-f3251c4c49743dbdaf9cb22a4f4d10ff07d118eb.tar.gz serverdata-f3251c4c49743dbdaf9cb22a4f4d10ff07d118eb.tar.bz2 serverdata-f3251c4c49743dbdaf9cb22a4f4d10ff07d118eb.tar.xz serverdata-f3251c4c49743dbdaf9cb22a4f4d10ff07d118eb.zip |
Dress up Aurora, the poor thing
Diffstat (limited to 'npc/003-1/events.txt')
-rw-r--r-- | npc/003-1/events.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index 007cf23bc..bb686ecf1 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -66,10 +66,10 @@ OnRestore: setnpcdisplay .name$, "Aurora", NPC_FEMALE; OnInit: .@npcId = getnpcid(.name$); - //setunitdata(.@npcId, UDT_HEADTOP, Cap); + setunitdata(.@npcId, UDT_HEADTOP, MiniSkirt); setunitdata(.@npcId, UDT_HEADMIDDLE, RedStockings); - setunitdata(.@npcId, UDT_HEADBOTTOM, BunnyEars); - //setunitdata(.@npcId, UDT_WEAPON, GMRobe); + //setunitdata(.@npcId, UDT_HEADBOTTOM, BlueRoseHat); + setunitdata(.@npcId, UDT_WEAPON, UglyChristmasSweater); // (Blue) Bathrobe? setunitdata(.@npcId, UDT_HAIRSTYLE, any(8, 8, 8, 20, 20, 11)); setunitdata(.@npcId, UDT_HAIRCOLOR, 7); .sex = G_FEMALE; @@ -311,6 +311,9 @@ function handleStPatrick { L_Aurora: // Define script variables .@WHAT$=l("event"); + // TODO: Three arrays: Min points, Reward ID, Reward Amount + // A default, and the script may also override + // (But, hmm, functions. Nasty; Better have them declared in aurora.txt) // Fill them with specific details, if available if ($EVENT$ == "Expo") { |