diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-08-29 20:46:50 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-08-29 20:46:50 -0700 |
commit | d7fd267447ece85cb053b0af6ef3542b96b0372f (patch) | |
tree | 00162384ee32fe55f768d95f653248d124d6a6cd /world/map/npc/013-2/notes.txt | |
parent | 40c846c886402ddcae3e7af614a5c868f150b9b7 (diff) | |
download | serverdata-d7fd267447ece85cb053b0af6ef3542b96b0372f.tar.gz serverdata-d7fd267447ece85cb053b0af6ef3542b96b0372f.tar.bz2 serverdata-d7fd267447ece85cb053b0af6ef3542b96b0372f.tar.xz serverdata-d7fd267447ece85cb053b0af6ef3542b96b0372f.zip |
add pink hair color and rewrite the script
Diffstat (limited to 'world/map/npc/013-2/notes.txt')
-rw-r--r-- | world/map/npc/013-2/notes.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/013-2/notes.txt b/world/map/npc/013-2/notes.txt index dcc1123b..de1ccf61 100644 --- a/world/map/npc/013-2/notes.txt +++ b/world/map/npc/013-2/notes.txt @@ -15,7 +15,7 @@ mes "The early bird catcheth the worm."; close; } - + 013-2.gat,27,21,0 script Mirror 127,{ mes "You say: \"Mirror mirror on the wall, who has the nicest haircut of them all?\""; next; @@ -23,10 +23,10 @@ next; mes "Your looks suddenly change..."; next; - set @style,rand(6); - set @color,rand(9); - setlook 1,@style+1; - setlook 6,@color; + set @style, rand(20); + set @color, rand(12); + setlook LOOK_HAIR_STYLE, @style + 1; + setlook LOOK_HAIR_COLOR, @color + 1; close; } |