diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-23 18:03:38 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-23 18:03:38 +0000 |
commit | 9f0f50396896dc54c53703d1e10ba6460a88b340 (patch) | |
tree | 58716630fbc1273f91e99ce20804d9f0bcd78683 /npc/quests/seals/megingard_seal.txt | |
parent | ef078aa470f6bb5b1a3c88939f1aabf5bad13fdf (diff) | |
download | hercules-9f0f50396896dc54c53703d1e10ba6460a88b340.tar.gz hercules-9f0f50396896dc54c53703d1e10ba6460a88b340.tar.bz2 hercules-9f0f50396896dc54c53703d1e10ba6460a88b340.tar.xz hercules-9f0f50396896dc54c53703d1e10ba6460a88b340.zip |
* 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
Diffstat (limited to 'npc/quests/seals/megingard_seal.txt')
-rw-r--r-- | npc/quests/seals/megingard_seal.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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"; |