From 7da0d5888e5910264e39d9f37e4910830a7718bc Mon Sep 17 00:00:00 2001 From: mekolat Date: Tue, 9 Feb 2016 21:01:53 -0500 Subject: do not give a free stat reset to pre-tutorial players --- world/map/npc/functions/headstyles.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/map/npc/functions/headstyles.txt b/world/map/npc/functions/headstyles.txt index 1098c80c..2ddaa4a6 100644 --- a/world/map/npc/functions/headstyles.txt +++ b/world/map/npc/functions/headstyles.txt @@ -4,7 +4,7 @@ function|script|fixHeadStyles { callfunc "getHeadStyles"; - if ((TUT_var < 1 || QL_BEGIN < 1) && StatusPoint < 1) + if ((TUT_var < 1 || QL_BEGIN < 1) && StatusPoint < 1 && BaseLevel == 1) goto L_RandomHair; // on first login set @style, getlook(LOOK_HAIR_STYLE); // FIXME: this needs to be a param in the future set @color, getlook(LOOK_HAIR_COLOR); // FIXME: this needs to be a param in the future -- cgit v1.2.3-60-g2f50