diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-19 00:16:37 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-19 00:16:37 +0000 |
commit | db6e4aaaeea4e7053e17576db730def8b3cd4fd9 (patch) | |
tree | b104447c14bd73171f98aeee2c490e830bad5d74 /npc/quests/quests_alberta.txt | |
parent | ac17bf28432aa3c445a97f66ff82af6050fa176a (diff) | |
download | hercules-db6e4aaaeea4e7053e17576db730def8b3cd4fd9.tar.gz hercules-db6e4aaaeea4e7053e17576db730def8b3cd4fd9.tar.bz2 hercules-db6e4aaaeea4e7053e17576db730def8b3cd4fd9.tar.xz hercules-db6e4aaaeea4e7053e17576db730def8b3cd4fd9.zip |
* Fixed bugs in some items. (bugrepot:2059)
* Added stats for some mobs, and fixed some others.
* Rather large update to the Keil Hyre quest.
- Update does not add any of the changes made by iRO.
- Many updates, see script or tracker for details.
* Fixed condition check in turtle island warper. (bugreport:1943)
* Removed the duplicate NPC "Mudie" from Hugel City. (bugreport:2079)
* Corrected Umbala Dismantle/create Essence NPC. (bugreport:2089)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13091 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_alberta.txt')
-rw-r--r-- | npc/quests/quests_alberta.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/quests_alberta.txt b/npc/quests/quests_alberta.txt index 9a18248c8..362761ab8 100644 --- a/npc/quests/quests_alberta.txt +++ b/npc/quests/quests_alberta.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 2.1 +//= 2.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -28,6 +28,7 @@ //= 2.0 Turtle Island quest now clears TURTLE var and set //= MISC_QUEST bit (MISC_QUEST & 65536) [Lupus] //= 2.1 Added missing close. [L0ne_W0lf] +//= 2.2 Updated Gotan to be compliant with misc_quiest var. [L0ne_W0lf //============================================================ @@ -991,7 +992,7 @@ alberta_in,23,104,4 script Grandpa Turtle#tur 120,{ } alberta,247,122,4 script Sailor#tur 709,{ - if (TURTLE) { + if (TURTLE || (MISC_QUEST & 65536)) { mes "[Gotanblue]"; mes "Heh..."; mes "Your eyes..."; |