From 0ebb73fc54e6865886943918e4df446567f428b3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 7 Jun 2019 02:07:23 -0300 Subject: Add limits to walk speed bonus --- npc/024-16/king.txt | 3 ++- npc/craft/options.txt | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index 4db7ab8fa..5b28d0ceb 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -10,6 +10,7 @@ nude(); atcommand("#dropall "+strcharinfo(0)); // Evil Exception("FATAL ERROR, PLAYER "+strcharinfo(0)+" NOT ALLOWED TO BE WITHIN FROSTIA'S CASTLE - REASON: SAULC IS A NOOB"); + slide 30, 52; end; } if (.@q >= 13) @@ -57,7 +58,7 @@ L_MainQuest: mesn l("King Gelid Frozenheart"); - mesq l("Anyway, I'll give you @@ Real Estate Credits in advance. Go book yourself a room in the Inn. And then come back to me so we may discuss details."); + mesq l("Anyway, I'll give you @@ Real Estate Credits in advance. Go book yourself a room in the Inn. And then come back to me so we may discuss details.", 5000); next; mesc b(l(".:: Main Quest 4-2 ::.")), 3; diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 61e7a645b..0118180ab 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -343,6 +343,8 @@ function script csys_Multiplier { switch (.@sk) { case IOPT_SPLASHDAMAGE: return 0; + case IOPT_WALKSPEED: + return 2; case VAR_AGIAMOUNT: case VAR_LUKAMOUNT: case VAR_DEXAMOUNT: @@ -786,12 +788,16 @@ function script csysGUI_OptLearnMenu { // You can't raise if max level (200) is exceeded // At current max level (200) you'll have at most the following bonuses: // 1 Splash Radius, 100% EXP, 500 HP, 300% SC RESIST, 80 AGI, 200 ATK, 100 STR +// Walk Speed: 40% faster // At ONE QUARTER max level (50) you'll have at most the following bonuses: // 1 Splash Radius, 25% EXP, 125 HP, 75% SC RESIST, 20 AGI, 50 ATK, 25 STR +// Walk Speed: 10% faster // At level 10 it will be: // 1 Splash Radius, 5% EXP, 25 HP, 15% SC RESIST, 4 AGI, 10 ATK, 5 STR +// Walk Speed: 2% faster // At level 1 it will be: // 1 Splash Radius, 1% EXP, 2~3 HP, 1~2% SC RESIST, 1 AGI, 1 ATK, 1 STR +// Walk Speed: 1% faster function script csysGUI_RaiseOpt { .@sk=getarg(0); .@pc=csysGUI_OptPrice(.@sk); -- cgit v1.2.3-60-g2f50