diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-03 16:37:57 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-03 16:37:57 +0000 |
commit | 0da660374ee0ae4d4fb01f9905b230ac4208b90a (patch) | |
tree | a0d91e3d5579beb356f9383e8fe38216174399e2 /npc/cities | |
parent | 9c32e75e2d552c22e0ff719bc77a435bea1391e8 (diff) | |
download | hercules-0da660374ee0ae4d4fb01f9905b230ac4208b90a.tar.gz hercules-0da660374ee0ae4d4fb01f9905b230ac4208b90a.tar.bz2 hercules-0da660374ee0ae4d4fb01f9905b230ac4208b90a.tar.xz hercules-0da660374ee0ae4d4fb01f9905b230ac4208b90a.zip |
Added Auction file. (Disabled until auctions work)
Removed auction NPCs from Lighthalzen, and fixed bugreport:1103.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12283 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities')
-rw-r--r-- | npc/cities/lighthalzen.txt | 54 |
1 files changed, 5 insertions, 49 deletions
diff --git a/npc/cities/lighthalzen.txt b/npc/cities/lighthalzen.txt index 981eebeab..7a5ece4da 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.6 +//= 1.7 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -33,6 +33,8 @@ //= whitespace (empty lines after header and before end curly) //= 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] //============================================================= lighthalzen,198,285,5 script Jiwon#zen5 862,{ @@ -593,8 +595,8 @@ 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."; - close; if ($donatedzeny < 260000) { + next; mes "[Lucius]"; mes "This should be enough"; mes "to send to the Poor Relief"; @@ -605,8 +607,8 @@ lighthalzen,182,102,3 script Lucius#zen5 866,{ set $donatedzeny,0; getitem 603,1; //Old_Blue_Box getitem 12016,1; //Speed_Up_Potion - close; } + close; } mes "[Lucius]"; mes "I understand. Still,"; @@ -2176,52 +2178,6 @@ lhz_in02,147,222,3 script Officer Guo#06::off_guo 85,{ lhz_in02,142,222,6 duplicate(off_guo) Suspect#6 870 - -// Auction ----------------------------------------------------------------------- - -lighthalzen,205,169,4 script Auction Guide 833,{ - - mes "[Auction Guide]"; - mes "Trying to go to the acution"; - next; - menu "Yes.",-,"No.",M_NO; - - mes "[Auction Guide]"; - mes "Have a good trip~"; - close2; - warp "auction_02",43,24; - end; - -M_NO: - mes "[Auction Guide]"; - MES "Come visit next time."; - close; -} - -auction_02,31,46,9 script Auction Supervisor::as1 874,{ - - mes "[Auctioner]"; - mes "Welcome."; - mes "Is there an item that you're"; - mes "looking for...?"; - next; - menu "Yes.",-,"No.",M_NO; - - //NEED TO ADD THE COMMAND FOR OPEN AUCTION WINDOW!! - mes "Sorry, but at the moment the auction system is in development";//CUSTOM MSG!! - close; - -M_NO: - mes "[Auctioner]"; - mes "Okay then.."; - close; -} -auction_02,43,65,2 duplicate(as1) Auction Supervisor::asd1 874 -auction_02,56,46,2 duplicate(as1) Auction Supervisor::asd2 874 -//move this warp to warps -auction_02,43,17,0 warp auc_light01 1,1,lighthalzen,209,169 - - // New ----------------------------------------------------------------------- lhz_in01,14,28,3 script Banquet Staff 109,{ |