summaryrefslogtreecommitdiff
path: root/world/map/npc/006-1
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-04-30 01:13:05 -0500
committerWushin <pasekei@gmail.com>2015-04-30 01:13:05 -0500
commite690bdd30e3e4bc7ddabbb24a362d8f698f291e0 (patch)
tree220aa71fc82b72652f44c298cc77387fdb9eb426 /world/map/npc/006-1
parent49b17a120e1b9ae26ef3039219051745ff46e913 (diff)
parent6df037322b925220dd503746692200b9aff5d2d4 (diff)
downloadserverdata-e690bdd30e3e4bc7ddabbb24a362d8f698f291e0.tar.gz
serverdata-e690bdd30e3e4bc7ddabbb24a362d8f698f291e0.tar.bz2
serverdata-e690bdd30e3e4bc7ddabbb24a362d8f698f291e0.tar.xz
serverdata-e690bdd30e3e4bc7ddabbb24a362d8f698f291e0.zip
Merge pull request #332 from mekolat/getparam
remove deprecated readparam & statusup2
Diffstat (limited to 'world/map/npc/006-1')
-rw-r--r--world/map/npc/006-1/miriam.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/world/map/npc/006-1/miriam.txt b/world/map/npc/006-1/miriam.txt
index 8b7ebdb4..ca317181 100644
--- a/world/map/npc/006-1/miriam.txt
+++ b/world/map/npc/006-1/miriam.txt
@@ -159,12 +159,11 @@ L_teach:
"I am already fast.", L_notfast;
L_Prepared:
- set @agi, readparam(bAgi);
set @torso$, getitemlink(getequipid(equip_torso));
set @weight, MaxWeight/Weight;
if (@weight < 3)
goto L_heavyweight;
- if (@agi < 60)
+ if (Agi < 60)
goto L_slow;
if (BaseLevel < 60)
goto L_lowlevel;
@@ -195,7 +194,7 @@ L_heavymetal:
L_slow:
mes "[Miriam]";
- mes "Oh, wait, wait... " +@agi+ " Agility? Are you serious? What do you do with all your Character points? Put them all to 'Strength'? Really... I don't even want to know... Come back here when you have a decent character points distribution!\"";
+ mes "Oh, wait, wait... " +Agi+ " Agility? Are you serious? What do you do with all your Character points? Put them all to 'Strength'? Really... I don't even want to know... Come back here when you have a decent character points distribution!\"";
close;
L_lowlevel:
@@ -214,7 +213,7 @@ L_offer:
L_TorsoNext:
mes "[Miriam]";
- mes "\"I see. I like the way you distributed your Character Points too... " +@agi+ " points to Agility! You really know how to prepare yourself for a good fight!\"";
+ mes "\"I see. I like the way you distributed your Character Points too... " +Agi+ " points to Agility! You really know how to prepare yourself for a good fight!\"";
next;
mes "\"Well... Even if you have a potential to be a good fighter, moving the way you do will not help. You need to be fast to avoid the monsters. \"";
next;