From 20ad748ff2fb7eb8b4453ac57fd101a98b788bc5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 29 Apr 2019 17:14:46 -0300 Subject: Actually, Crazyfefe need experience beef if he ever wants to catch up with msawis Raise Lieutenant Paul from 20~50 to 20~60, when the 5 last stages advance each 4 levels, instead of 2 - thus, giving more experience. Exchange 2.8mi mpt for 366k xp! --- npc/012-1/guards.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'npc/012-1') 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; -- cgit v1.2.3-60-g2f50