diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-29 15:42:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-29 15:42:13 -0300 |
commit | 53853ed9b34da883554e24f813c330815f52ebe5 (patch) | |
tree | 403f6a1ced9123f2fe68498b669419a8cc6876f1 /npc/012-1/guards.txt | |
parent | bcb88c0deaa105aa86ae7029c228210904a687fe (diff) | |
download | serverdata-53853ed9b34da883554e24f813c330815f52ebe5.tar.gz serverdata-53853ed9b34da883554e24f813c330815f52ebe5.tar.bz2 serverdata-53853ed9b34da883554e24f813c330815f52ebe5.tar.xz serverdata-53853ed9b34da883554e24f813c330815f52ebe5.zip |
Fix fix and more fix
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 0fffaaa50..701135f34 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -37,6 +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 (@fc) goto L_Assign; mesn; @@ -70,6 +75,11 @@ L_Assign: case 9: @xp=5303; break; case 10: @xp=6532; break; 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; } getexp @xp, @fc*3; Zeny=Zeny+@fc*15+@fc; |