From 33a07d0b5f1618ddc0b66358818b2542afebb1c5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 29 Apr 2019 17:13:01 -0300 Subject: *streeeech* --- npc/012-1/guards.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'npc') diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 0151a10dd..42a05cd14 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -53,6 +53,13 @@ L_Assign: // 2 ** 1 = 2 * 99 = 198 mob points // 2 ** 2 = 4 * 98 = 392 mob points // ... + // 2 ** 9 = 512 * 91 = 46592 mob points (when fc = 10) + // Then comes the stupdly high table + // 2 ** 10 = 1024 * 90 = 92,160 mpt (when fc = 11) + // 2 ** 11 = 2048 * 89 = 182k + // 2 ** 12 = 4096 * 88 = 360k + // 2 ** 13 = 8192 * 87 = 712k + // ... 2 ^ 15 * 85 = 2.8 million @rq=(2**(@fc-1))*(101-@fc); // Check if you already met objective @@ -74,12 +81,20 @@ L_Assign: case 8: @xp=4190; break; case 9: @xp=5303; break; case 10: @xp=6532; break; + /* After this it demands so much XP, I raised the rate from 30 to 100% case 11: @xp=10234; break; case 12: @xp=12630; break; case 13: @xp=15908; break; case 14: @xp=19212; break; case 15: @xp=22792; break; 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; } getexp @xp, @fc*3; Zeny=Zeny+@fc*15+@fc; -- cgit v1.2.3-70-g09d2