summaryrefslogtreecommitdiff
path: root/npc/custom/stylist.txt
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-01 03:40:58 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-01 03:40:58 +0000
commit74b92bb34163160e59e24dd6a07c16e30e9743be (patch)
tree45321838afbcdcf35f91570e2b19ba3e1998b0ce /npc/custom/stylist.txt
parent6979b1d621c2e5c6dab882e3825c4a867d19ba98 (diff)
downloadhercules-74b92bb34163160e59e24dd6a07c16e30e9743be.tar.gz
hercules-74b92bb34163160e59e24dd6a07c16e30e9743be.tar.bz2
hercules-74b92bb34163160e59e24dd6a07c16e30e9743be.tar.xz
hercules-74b92bb34163160e59e24dd6a07c16e30e9743be.zip
- Follow up to r16164 and r16193: used SVN Copy/Move so SVN History is preserved.
- Added svn:eol-style=native property for some recently added text files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16194 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/stylist.txt')
-rw-r--r--npc/custom/stylist.txt64
1 files changed, 32 insertions, 32 deletions
diff --git a/npc/custom/stylist.txt b/npc/custom/stylist.txt
index c91853b32..3bcb04c9e 100644
--- a/npc/custom/stylist.txt
+++ b/npc/custom/stylist.txt
@@ -1,33 +1,33 @@
-//===== rAthena Script =======================================
-//= Stylist
-//===== By: ==================================================
-//= Euphy
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= rAthena SVN
-//===== Description: =========================================
-//= Changes your hair style, hair color, and cloth color.
-//============================================================
-
-prontera,170,180,1 script Stylist#custom_stylist 122,{
-
- setarray .@Styles[1],553,37,250; // Maximum dye, hair style, and hair color
-
- setarray .@Look[1],7,1,6;
- set .@s, select(" ~ Cloth color: ~ Hairstyle: ~ Hair color");
- set .@Revert, getlook(.@Look[.@s]); set .@Style,1;
- while(1) {
- setlook .@Look[.@s], .@Style;
- message strcharinfo(0),"This is style #"+.@Style+".";
- set .@menu$, " ~ Next (^0055FF"+((.@Style!=.@Styles[.@s])?.@Style+1:1)+"^000000): ~ Previous (^0055FF"+((.@Style!=1)?.@Style-1:.@Styles[.@s])+"^000000): ~ Jump to...: ~ Revert to original (^0055FF"+.@Revert+"^000000)";
- switch(select(.@menu$)) {
- case 1: set .@Style, ((.@Style!=.@Styles[.@s])?.@Style+1:1); break;
- case 2: set .@Style, ((.@Style!=1)?.@Style-1:.@Styles[.@s]); break;
- case 3: message strcharinfo(0),"Choose a style between 1 - "+.@Styles[.@s]+".";
- input .@Style,0,.@Styles[.@s];
- if (!.@Style) set .@Style, rand(1,.@Styles[.@s]);
- break;
- case 4: set .@Style, .@Revert; setlook .@Look[.@s], .@Revert; break; }
- } end;
+//===== rAthena Script =======================================
+//= Stylist
+//===== By: ==================================================
+//= Euphy
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= rAthena SVN
+//===== Description: =========================================
+//= Changes your hair style, hair color, and cloth color.
+//============================================================
+
+prontera,170,180,1 script Stylist#custom_stylist 122,{
+
+ setarray .@Styles[1],553,37,250; // Maximum dye, hair style, and hair color
+
+ setarray .@Look[1],7,1,6;
+ set .@s, select(" ~ Cloth color: ~ Hairstyle: ~ Hair color");
+ set .@Revert, getlook(.@Look[.@s]); set .@Style,1;
+ while(1) {
+ setlook .@Look[.@s], .@Style;
+ message strcharinfo(0),"This is style #"+.@Style+".";
+ set .@menu$, " ~ Next (^0055FF"+((.@Style!=.@Styles[.@s])?.@Style+1:1)+"^000000): ~ Previous (^0055FF"+((.@Style!=1)?.@Style-1:.@Styles[.@s])+"^000000): ~ Jump to...: ~ Revert to original (^0055FF"+.@Revert+"^000000)";
+ switch(select(.@menu$)) {
+ case 1: set .@Style, ((.@Style!=.@Styles[.@s])?.@Style+1:1); break;
+ case 2: set .@Style, ((.@Style!=1)?.@Style-1:.@Styles[.@s]); break;
+ case 3: message strcharinfo(0),"Choose a style between 1 - "+.@Styles[.@s]+".";
+ input .@Style,0,.@Styles[.@s];
+ if (!.@Style) set .@Style, rand(1,.@Styles[.@s]);
+ break;
+ case 4: set .@Style, .@Revert; setlook .@Look[.@s], .@Revert; break; }
+ } end;
} \ No newline at end of file