From 9f0f50396896dc54c53703d1e10ba6460a88b340 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 23 Sep 2008 18:03:38 +0000 Subject: * Fixed error in Megingjard seal quest. (bugreport:2261) * Applied fix to Hanson in Novice Grounds. (bugreport:1747) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13235 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/seals/megingard_seal.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/quests/seals/megingard_seal.txt') diff --git a/npc/quests/seals/megingard_seal.txt b/npc/quests/seals/megingard_seal.txt index 2b0e6a9ad..8696089ce 100644 --- a/npc/quests/seals/megingard_seal.txt +++ b/npc/quests/seals/megingard_seal.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= SinSloth //===== Current Version: ===================================== -//= 1.5 +//= 1.6 //===== Compatible With: ===================================== //= eAthena //===== Description: ========================================= @@ -15,6 +15,7 @@ //= 1.3 Updated several aspects of the script. [L0ne_W0lf] //= 1.4 Minor Touchups to quest. [L0ne_W0lf] //= 1.5 Fixed missing close2 in Rebarev Doug. [L0ne_w0lf] +//= 1.6 Corrected mismatched variables. [L0ne_W0lf] //============================================================ prt_castle,44,151,0 script Rebarev Doug 56,{ @@ -1136,7 +1137,7 @@ prt_in,172,106,0 script Librarian#megin 833,{ mes "Please do not use"; mes "capital letters.^000000"; next; - input @str$; + input .@input$; if (compare(.@input$,"crusader") == 1) { mes "^663300[Keyword: ^996633Crusader^663300]"; mes "Crusaders are warriors preparing for the upcoming Holy War against Evil. Experienced swordsmen, usually with remarkable spiritual prowess.^000000"; -- cgit v1.2.3-70-g09d2