summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/012-1/guards.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt
index 42a05cd14..bbe01793e 100644
--- a/npc/012-1/guards.txt
+++ b/npc/012-1/guards.txt
@@ -37,11 +37,11 @@ L_Quest:
if (.@q == 8 && BaseLevel >= 36) @fc=9;
if (.@q == 9 && BaseLevel >= 38) @fc=10;
if (.@q == 10 && BaseLevel >= 40) @fc=11;
- if (.@q == 11 && BaseLevel >= 42) @fc=12;
- if (.@q == 12 && BaseLevel >= 44) @fc=13;
- if (.@q == 13 && BaseLevel >= 46) @fc=14;
- if (.@q == 14 && BaseLevel >= 48) @fc=15;
- if (.@q == 15 && BaseLevel >= 50) @fc=16;
+ if (.@q == 11 && BaseLevel >= 44) @fc=12;
+ if (.@q == 12 && BaseLevel >= 48) @fc=13;
+ if (.@q == 13 && BaseLevel >= 52) @fc=14;
+ if (.@q == 14 && BaseLevel >= 56) @fc=15;
+ if (.@q == 15 && BaseLevel >= 60) @fc=16;
if (@fc)
goto L_Assign;
mesn;
@@ -90,11 +90,11 @@ L_Assign:
case 16: @xp=34577; break;
*/
case 11: @xp=34212; break;
- case 12: @xp=42102; break;
- case 13: @xp=53026; break;
- case 14: @xp=64041; break;
- case 15: @xp=75973; break;
- case 16: @xp=115254; break;
+ case 12: @xp=53026; break;
+ case 13: @xp=75973; break;
+ case 14: @xp=142784; break;
+ case 15: @xp=215198; break;
+ case 16: @xp=365914; break;
}
getexp @xp, @fc*3;
Zeny=Zeny+@fc*15+@fc;