diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-09-18 17:15:37 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-09-18 17:15:37 +0000 |
commit | f0e5b3a195cedb1bd62e7cc3f214c004aa209042 (patch) | |
tree | 6403b1148ce28afa24d2b3f44bb150af99c146cb /npc/guild2 | |
parent | d0df3ab0440f3dc383328370835a3712134e92e7 (diff) | |
download | hercules-f0e5b3a195cedb1bd62e7cc3f214c004aa209042.tar.gz hercules-f0e5b3a195cedb1bd62e7cc3f214c004aa209042.tar.bz2 hercules-f0e5b3a195cedb1bd62e7cc3f214c004aa209042.tar.xz hercules-f0e5b3a195cedb1bd62e7cc3f214c004aa209042.zip |
* Added bard/dancer songs and duets to the nodispell list. (bugreport:4411)
* Applied Ai4rei's patch for the skill WE_CALLPARTNER (bugreport:4437)
* Lots of updates to monster stats/drops, all fairly minor.
* Updated the price and weight of a handful of etc items.
* Removed drops for quest-spawned Satan Morroc. (bugreport:4425)
* Changed weight on novice consumable items to 0 (bugreport:4442)
* Updated Sage quest skill quest with the file curtosy of 5511.
* Fixed the Pink Crystal being named Blue Crystal in Flavius.
* Touched up the archer tutorial, and phantasmic arrow quests.
* Fixed Turbo Track records for 8 and 16 normal saving as expert. (bugreport:4433)
* Corrected the positions for the arug castle 04 exterior flags. (bugreport:4436)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14409 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild2')
-rw-r--r-- | npc/guild2/arug_cas04.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/guild2/arug_cas04.txt b/npc/guild2/arug_cas04.txt index 00bd1d5e6..ba75931a6 100644 --- a/npc/guild2/arug_cas04.txt +++ b/npc/guild2/arug_cas04.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 2.1 +//= 2.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -25,6 +25,7 @@ //= 2.0 Fixed eco/def not actually incrementing. [L0ne_W0lf] //= Can no longer gain eco/def higher than 100. //= 2.1 Fixed setcell extending more than it should on 3rd barricade. (bugreport:4323) [L0ne_W0lf] +//= 2.2 Corrected exterior flag positions. (bugreport:4436) [L0ne_W0lf] //============================================================ arug_cas04,1,1,0 script Manager#aru04_02 111,{ @@ -2917,7 +2918,7 @@ OnRecvCastlear04: end; } -aru_gld,306,348,0 duplicate(ar04_Flag) Gefn#flag_ar04_2 722 +aru_gld,306,348,6 duplicate(ar04_Flag) Gefn#flag_ar04_2 722 aru_gld,301,318,4 script Gefn#flag_ar04_3::ar04_Flag2 722,{ set .@GID, GetCastleData("arug_cas04",1); @@ -2953,4 +2954,4 @@ OnRecvCastlear04: end; } -aru_gld,306,348,0 duplicate(ar04_Flag2) Gefn#flag_ar04_4 722 +aru_gld,313,318,4 duplicate(ar04_Flag2) Gefn#flag_ar04_4 722 |