diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-14 12:39:20 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-14 12:39:20 +0000 |
commit | f2d0b7f6fa5274d0fc28fc74a0341156a2be70f9 (patch) | |
tree | 3bce023813d456ae532a31dd6e025301054d0067 /npc/quests/seals | |
parent | 78b801617154f2c74b5e984b720d05f82477c974 (diff) | |
download | hercules-f2d0b7f6fa5274d0fc28fc74a0341156a2be70f9.tar.gz hercules-f2d0b7f6fa5274d0fc28fc74a0341156a2be70f9.tar.bz2 hercules-f2d0b7f6fa5274d0fc28fc74a0341156a2be70f9.tar.xz hercules-f2d0b7f6fa5274d0fc28fc74a0341156a2be70f9.zip |
*Updated refiner function to allow for addition features per npc.
* Updated repairmen positions and function. Now repairs all items at once.
* Added a missing close2 to the meg seal NPC Rebarev Doug (bugreport:2228)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13208 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/seals')
-rw-r--r-- | npc/quests/seals/megingard_seal.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/quests/seals/megingard_seal.txt b/npc/quests/seals/megingard_seal.txt index 92c298c70..2b0e6a9ad 100644 --- a/npc/quests/seals/megingard_seal.txt +++ b/npc/quests/seals/megingard_seal.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= SinSloth //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= eAthena //===== Description: ========================================= @@ -14,6 +14,7 @@ //= 1.2 Fixed experience gains to match upcoming rate adjustments. [SinSloth] //= 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] //============================================================ prt_castle,44,151,0 script Rebarev Doug 56,{ @@ -521,6 +522,7 @@ prt_castle,44,151,0 script Rebarev Doug 56,{ mes "As our forefathers have"; mes "done a thousand years ago, we shall vanquish the hordes of Demons when the day comes."; } + close2; cutin "god_rebeireb",255; end; } |