|
@@ -34,7 +34,7 @@ L_Other:
|
|
|
emotion e_what;
|
|
|
close;
|
|
|
L_Start:
|
|
|
- if (BaseJob==Job_Archer && JobLevel<35) goto L_LowLvl;
|
|
|
+ if (BaseJob==Job_Archer && JobLevel<30) goto L_LowLvl;
|
|
|
if (getskilllv(147)>0) goto L_GotSkill;
|
|
|
if (ARWCRFT == 1) goto L_GetSkill;
|
|
|
mes "Hmmm?.... Oh you seem to be a high level Archer type. Why don't we";
|