summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-29 17:13:01 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-29 17:13:01 -0300
commit33a07d0b5f1618ddc0b66358818b2542afebb1c5 (patch)
tree3165d89d99743b61d82113e4fb0dcac1be0680b3
parent0433e2d988e6d93b36475a6451b25b3c9e19cb03 (diff)
downloadserverdata-33a07d0b5f1618ddc0b66358818b2542afebb1c5.tar.gz
serverdata-33a07d0b5f1618ddc0b66358818b2542afebb1c5.tar.bz2
serverdata-33a07d0b5f1618ddc0b66358818b2542afebb1c5.tar.xz
serverdata-33a07d0b5f1618ddc0b66358818b2542afebb1c5.zip
*streeeech*
-rw-r--r--npc/012-1/guards.txt15
1 files changed, 15 insertions, 0 deletions
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;