summaryrefslogtreecommitdiff
path: root/npc/quests/quests_nameless.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-22 16:37:32 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-22 16:37:32 +0000
commit510732bf8cc3f487969dcbde2d01099fd3eef42b (patch)
tree5d69e75e8d496e11db2537ec0c01ac8b7dcd944b /npc/quests/quests_nameless.txt
parent54aed550d3d0a6208da6651b460fbbff65ca10c4 (diff)
downloadhercules-510732bf8cc3f487969dcbde2d01099fd3eef42b.tar.gz
hercules-510732bf8cc3f487969dcbde2d01099fd3eef42b.tar.bz2
hercules-510732bf8cc3f487969dcbde2d01099fd3eef42b.tar.xz
hercules-510732bf8cc3f487969dcbde2d01099fd3eef42b.zip
* Removed mail commands that no longer exist from help.txt.
* Finally getting around to fixing a few bug reports - Corrected some view IDs for some newer headgears. (bugreport:1842) - 11.3 bows are now equippable by all archer classes. (bugreport:1885) * Getting around to fixing some script bug. - Fixed bugs in the nameless quest, and other npcs. (bugreport:1845) - Fixed some bugs in the WoE:SE control devices. (bugreport:1848) - Fixed minor typo in the novice grounds. (Bugreport:1877) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12981 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_nameless.txt')
-rw-r--r--npc/quests/quests_nameless.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/quests/quests_nameless.txt b/npc/quests/quests_nameless.txt
index 64bfff6da..e50360378 100644
--- a/npc/quests/quests_nameless.txt
+++ b/npc/quests/quests_nameless.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.1a
+//= 1.2
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -33,6 +33,7 @@
//= 1.0 First version. [L0ne_W0lf]
//= 1.1 Made quest accessable to "Failed" gaebolg quest. [L0ne_W0lf]
//= 1.1a Touch up to other Gaebolg fail-points. [L0ne_W0lf]
+//= 1.2 Some final tuning to Nameless Island quest. [Koca]
//============================================================
airplane_01,95,61,3 script Agent#Aru 899,5,5,{
@@ -110,7 +111,7 @@ cmd_in02,174,89,7 script Ordinary Man#pc1 97,{
}
}
-cmd_in02,111,52,3 script Orfinary Man#pc2 97,{
+cmd_in02,111,52,3 script Ordinary Man#pc2 97,{
if (aru_monas < 3) {
mes "[Larjes]";
mes "^666666*Sigh...*^000000";
@@ -1749,7 +1750,7 @@ nameless_in,13,53,0 script #Aru_Trigger2 -1,3,1,{
end;
OnTouch:
- if (aru_monas == 19 || !@mymobcount) {
+ if (aru_monas == 19 && !@mymobcount) {
mes "[?????]";
mes "Grrr......";
close2;
@@ -1782,7 +1783,7 @@ OnTouch:
}
OnInit:
- disablenpc "Aru_warp";
+ disablenpc "aru_warp";
end;
}