diff options
Diffstat (limited to 'npc/quests/quests_nameless.txt')
-rw-r--r-- | npc/quests/quests_nameless.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/npc/quests/quests_nameless.txt b/npc/quests/quests_nameless.txt index 18dd0abbe..165541dbe 100644 --- a/npc/quests/quests_nameless.txt +++ b/npc/quests/quests_nameless.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -12,19 +12,26 @@ //= - Quest to gain access to Nameless Island and dungeon. //= - Variable in use: aru_monas (Max: 26) //= Peace to the Arunfeltz: +//- - Not Implemented //= - Variable in use: N/A (Max: N/A) //= Z-Gang Quest: +//- - Not Implemented //= - Variable in use: N/A (Max: N/A) //= Rogue Guild Investigation Assistance: +//- - Not Implemented //= - Variable in use: N/A (Max: N/A) //= Maf's Loan: +//- - Not Implemented //= - Variable in use: N/A (Max: N/A) //= Broken Diamond: +//- - Not Implemented //= - Variable in use: N/A (Max: N/A) //= Unlucky Emerald: +//- - Not Implemented //= - Variable in use: N/A (Max: N/A) //===== Additional Comments: ================================= //= 1.0 First version. [L0ne_W0lf] +//= 1.1 Made quest accessable to "Failed" gaebolg quest. [L0ne_W0lf] //============================================================ airplane_01,95,61,3 script Agent#Aru 899,5,5,{ @@ -35,7 +42,7 @@ OnInit: end; OnTouch: - if ((prt_curse == 61) && (rachel_camel == 25) && (aru_monas < 1)) { + if ((prt_curse == 56 || prt_curse == 61) && (rachel_camel == 25) && (aru_monas < 1)) { hideoffnpc "Agent#Aru"; mes "[????]"; mes "Are you "+strcharinfo(0)+"?"; |