summaryrefslogtreecommitdiff
path: root/npc/quests/quests_nameless.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-20 03:44:40 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-20 03:44:40 +0000
commit88381d2c98105e1b053e7af07dbceff381250657 (patch)
tree80e5ca6425d44a201dc7b1a1f62905b5b81b6861 /npc/quests/quests_nameless.txt
parentf9d5becbc0b6cafa3cce70b16126638e8e0525c3 (diff)
downloadhercules-88381d2c98105e1b053e7af07dbceff381250657.tar.gz
hercules-88381d2c98105e1b053e7af07dbceff381250657.tar.bz2
hercules-88381d2c98105e1b053e7af07dbceff381250657.tar.xz
hercules-88381d2c98105e1b053e7af07dbceff381250657.zip
* Rev. 13458 Looooots of bugfixes provided by various people! [L0ne_W0lf]
- Fixed Seal quest checking for oridecon hammer. Again. (Bugreport:2363) - Fixed some requirements for the socket NPC. (famiong) (Bugreport:2572) - Fixed a global variable-collision in Z-Gang quest. (Bugreport:2616) - Fixed issue with Zhed saying things he shouldn't (Bugreport:2627) - Fixed OnMyMobDwead in Nameless quest issue. (Bugreport:2628) - Fixed Kyle Hyre script halting on delitem. (Bugreport:2633) - Added missing part of Peace for Arunafelts (Gepard) (Bugreport:2639) - Added missing Kafra npc to Comodo. (Daegaladh) (Bugreport:2662) - Fixed a minor error in Einbroch Tower NPC. (magegahell) (Bugreport:2669) - Fixed exp reward in Peace for Arunafeltz. (Gepard) (Bugreport:2676) - Fixed exp reward in Meg. God Seal quest. (Daegaladh) (Bugreport:2677) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13458 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_nameless.txt')
-rw-r--r--npc/quests/quests_nameless.txt55
1 files changed, 27 insertions, 28 deletions
diff --git a/npc/quests/quests_nameless.txt b/npc/quests/quests_nameless.txt
index eeb41e4d5..a806db290 100644
--- a/npc/quests/quests_nameless.txt
+++ b/npc/quests/quests_nameless.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.7
+//= 1.8
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -13,7 +13,6 @@
//= - Quest to gain access to Nameless Island and dungeon.
//= - Variable in use: aru_monas (Max: 26)
//= Peace for Arunafeltz:
-//= - -CURRENTLY INCOMPATABLE WITH EPISODE 12+
//- - Help to keep peace between Arunafeltz and Midgard.
//= - Variable in use: aru_em (Max: 23)
//= Muff's Loan:
@@ -28,13 +27,11 @@
//- - Help to aprehend the infamous Z-Gang.
//= - Variable in use: zdan_edq (Max: 19)
//= Unlucky Emerald:
-//= - -CURRENTLY INCOMPATABLE WITH EPISODE 12+
//- - Help a treasure hunter from Prontera get home, and
//= learn the origins of the Unlucky Emerald.
//= - Variable in use: treasure_nd (Max: 12)
//= - Variable in use: jewel_nd (Max: 31)
//= Rogue Guild Investigation Assistance:
-//= - -CURRENTLY INCOMPATABLE WITH EPISODE 12+
//- - Assist the Rogue Guild with their investigations.
//= - Variable in use: rumour_nd (Max: 22)
//===== Additional Comments: =================================
@@ -53,6 +50,8 @@
//= Added Quest: Unlucky Emerald
//= Added Quest: Rogue Guild Investigation
//= 1.7 Fixed a typo in monestary quest. [L0ne_W0lf]
+//= 1.8 Renamed temporary global variable. [L0ne_W0lf]
+//= moved OnMyMobDead for access quest to a different NPC.
//============================================================
// Nameless Island and Cursed Monestary Access Quest
@@ -1823,14 +1822,14 @@ nameless_in,13,53,0 script Creature#Aru 1864,{
OnInit:
hideonnpc "Creature#Aru";
end;
-}
-
-nameless_in,13,53,0 script #Aru_Trigger2 -1,3,1,{
- end;
OnMyMobDead:
enablenpc "aru_warp";
end;
+}
+
+nameless_in,13,53,0 script #Aru_Trigger2 -1,3,1,{
+ end;
OnTouch:
if (aru_monas == 19 && !@mymobcount) {
@@ -1839,7 +1838,7 @@ OnTouch:
close2;
hideonnpc "Creature#Aru";
set @mymobcount,1;
- monster "nameless_in",13,53,"Zombie",1864,1,"#Aru_Trigger2::OnMyMobDead";
+ monster "nameless_in",13,53,"Zombie",1864,1,"Creature#Aru::OnMyMobDead";
end;
}
end;
@@ -1960,7 +1959,7 @@ abbey02,224,70,0 script Book#Aru 111,{
mes "these old, moldy books.^000000";
next;
if(select("Examine Book:Ignore")==1) {
- //Readbook 7755;
+ Readbook 7755,1;
getitem 7755,1; // Reasearch_Note
set aru_monas,22;
close;
@@ -8537,11 +8536,11 @@ OnTouch:
z_agit,98,44,0 script EntranceCheck#1 -1,10,10,{
OnTouch:
- if (((zdan_edq == 15) || (zdan_edq == 16)) && ($@monster == 0)) {
- set $@monster,1;
+ if (((zdan_edq == 15) || (zdan_edq == 16)) && ($@monster_zgang == 0)) {
+ set $@monster_zgang,1;
donpcevent "#zdan_broad::OnEnable";
}
- else if (((zdan_edq == 15) || (zdan_edq == 16)) && ($@monster > 0)) {
+ else if (((zdan_edq == 15) || (zdan_edq == 16)) && ($@monster_zgang > 0)) {
end;
}
else if (zdan_edq == 17) {
@@ -8557,7 +8556,7 @@ OnTouch:
mes "terribly wrong, hasn't";
mes "it? Let me go baaaack~!";
close2;
- set $@monster,0;
+ set $@monster_zgang,0;
set $@door2,0;
warp "moc_fild17",209,235;
}
@@ -8566,11 +8565,11 @@ OnTouch:
z_agit,98,92,0 script EntranceCheck#2 -1,10,10,{
OnTouch:
- if (((zdan_edq == 15) || (zdan_edq == 16)) && ($@monster == 0)) {
- set $@monster,1;
+ if (((zdan_edq == 15) || (zdan_edq == 16)) && ($@monster_zgang == 0)) {
+ set $@monster_zgang,1;
donpcevent "#zdan_broad::OnEnable";
}
- else if (((zdan_edq == 15) || (zdan_edq == 16)) && ($@monster > 0)) {
+ else if (((zdan_edq == 15) || (zdan_edq == 16)) && ($@monster_zgang > 0)) {
end;
}
else if (zdan_edq == 17) {
@@ -8586,7 +8585,7 @@ OnTouch:
mes "terribly wrong, hasn't";
mes "it? Let me go baaaack~! ";
close2;
- set $@monster,0;
+ set $@monster_zgang,0;
set $@door2,0;
warp "moc_fild17",209,235;
}
@@ -8652,7 +8651,7 @@ OnTimer21000:
OnTimer300000:
killmonster "z_agit","#ZGuard::OnMyMobDead";
donpcevent "#zdan_broad::OnDisable";
- set $@monster,0;
+ set $@monster_zgang,0;
set $@door2,0;
end;
@@ -8661,7 +8660,7 @@ OnTimer350000:
hideonnpc "Louis";
hideonnpc "Martha";
hideonnpc "Catfoii";
- set $@monster,0;
+ set $@monster_zgang,0;
set $@door2,0;
end;
}
@@ -8687,7 +8686,7 @@ OnDisable:
Onreset:
killmonster "z_agit","#ZGuard::OnMyMobDead";
- set $@monster,0;
+ set $@monster_zgang,0;
end;
OnMyMobDead:
@@ -8733,7 +8732,7 @@ OnTimer300000:
mapwarp "z_agit","moc_fild17",209,235;
donpcevent "#zdan_broad::OnDisable";
killmonster "z_agit","#ZGuard::OnMyMobDead";
- set $@monster,0;
+ set $@monster_zgang,0;
set $@door2,0;
donpcevent "#ZGuard::OnDisable";
stopnpctimer;
@@ -8832,7 +8831,7 @@ z_agit,97,101,3 script Louis 931,{
getitem 7724,1; //Forbidden_Secret_Art
set zdan_edq,18;
mapwarp "z_agit","moc_fild09",68,298;
- set $@monster,0;
+ set $@monster_zgang,0;
set $@door2,0;
hideonnpc "Louis";
hideonnpc "Martha";
@@ -8847,7 +8846,7 @@ z_agit,97,101,3 script Louis 931,{
mes "terribly wrong, hasn't";
mes "it? Let me go baaaack~! ";
set zdan_edq,15;
- set $@monster,0;
+ set $@monster_zgang,0;
set $@door2,0;
close2;
warp "moc_fild17",209,235;
@@ -8954,7 +8953,7 @@ z_agit,99,101,3 script Martha 101,{
getitem 7724,1; //Forbidden_Secret_Art
set zdan_edq,18;
mapwarp "z_agit","moc_fild17",209,235;
- set $@monster,0;
+ set $@monster_zgang,0;
set $@door2,0;
hideonnpc "Louis";
hideonnpc "Martha";
@@ -8970,7 +8969,7 @@ z_agit,99,101,3 script Martha 101,{
mes "terribly wrong, hasn't";
mes "it? Let me go baaaack~! ";
set zdan_edq,15;
- set $@monster,0;
+ set $@monster_zgang,0;
set $@door2,0;
close2;
warp "moc_fild17",209,235;
@@ -9073,7 +9072,7 @@ z_agit,95,101,3 script Catfoii 876,{
getitem 7724,1; //Forbidden_Secret_Art
set zdan_edq,18;
mapwarp "z_agit","moc_fild17",209,235;
- set $@monster,0;
+ set $@monster_zgang,0;
set $@door2,0;
hideonnpc "Louis";
hideonnpc "Martha";
@@ -9089,7 +9088,7 @@ z_agit,95,101,3 script Catfoii 876,{
mes "terribly wrong, hasn't";
mes "it? Let me go baaaack~! ";
set zdan_edq,15;
- set $@monster,0;
+ set $@monster_zgang,0;
set $@door2,0;
close2;
warp "moc_fild17",209,235;