From df3489bd7cd6da79c1654d97600aa7f3ba213fd3 Mon Sep 17 00:00:00 2001 From: brianluau Date: Tue, 28 Jul 2009 21:21:45 +0000 Subject: - Added a missing 'next' in Kiel Hyre Quest (Medicine Chest). - Fixed a type in Mjolnir Seal quest (Dwarf Blacksmith#south). - Fixed wrong parameters in 'areapercentheal'. (bugreport:3428) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13976 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/seals/mjolnir_seal.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/quests/seals/mjolnir_seal.txt') diff --git a/npc/quests/seals/mjolnir_seal.txt b/npc/quests/seals/mjolnir_seal.txt index 0f8a6d800..5941b4330 100644 --- a/npc/quests/seals/mjolnir_seal.txt +++ b/npc/quests/seals/mjolnir_seal.txt @@ -1275,7 +1275,7 @@ mjolnir_09,209,341,3 script Dwarf Blacksmith#south 826,{ specialeffect2 EF_CRASHEARTH; set .@p_vit,.@p_vit - 30; mes "You've taken"; - mes "critical .@damage"; + mes "critical damage"; mes "on your weak spot!"; mes "--------------------"; mes "" + strcharinfo(0) + " has lost 30 HP!"; @@ -1682,7 +1682,7 @@ mjolnir_09,209,341,3 script Dwarf Blacksmith#south 826,{ specialeffect2 EF_CRASHEARTH; set .@p_vit,.@p_vit - 30; mes "You've taken"; - mes "critical .@damage"; + mes "critical damage"; mes "on your weak spot!"; mes "--------------------"; mes "" + strcharinfo(0) + " has lost 30 HP!"; -- cgit v1.2.3-60-g2f50