From 98e5e5302359c893d4889788c612116bda3efc0f Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Thu, 6 Mar 2008 18:19:09 +0000 Subject: Another fix to Lucius. (bugreport:1118) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12309 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/lighthalzen.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/cities') diff --git a/npc/cities/lighthalzen.txt b/npc/cities/lighthalzen.txt index 7a5ece4da..8d52eced2 100644 --- a/npc/cities/lighthalzen.txt +++ b/npc/cities/lighthalzen.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= erKURITA, Au{R}oN (Translated by Alan), $ephiroth //===== Current Version: ===================================== -//= 1.7 +//= 1.7a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -34,7 +34,8 @@ //= reduced usage of the command "goto", grammatical corrections. //= Added additional missing NPCs. //= 1.7 Removed Auciton Staff as the offical auction file has been added. [L0ne_W0lf] -//= Corrected Lucious so he checks the donation variable. (bugreport:1103) [L0ne_W0lf] +//= Corrected Lucius so he checks the donation variable. (bugreport:1103) [L0ne_W0lf] +//= 1.7a Another fix to Lucius. (bugreport:1118) [L0ne_W0lf] //============================================================= lighthalzen,198,285,5 script Jiwon#zen5 862,{ @@ -595,7 +596,7 @@ lighthalzen,182,102,3 script Lucius#zen5 866,{ mes "donations. I'm glad to see"; mes "that there are still kind and"; mes "generous people in the world."; - if ($donatedzeny < 260000) { + if ($donatedzeny > 260000) { next; mes "[Lucius]"; mes "This should be enough"; -- cgit v1.2.3-70-g09d2