summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-27 10:46:39 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-27 10:46:39 +0000
commit16dbe2532305d1f4705a6aaf9185ada09d7dcac8 (patch)
tree747a70109ebbb04af1c1ef98498b8a913cc0cf3f /npc
parent27c16626a2676237521604c7f852d786317b03f5 (diff)
downloadhercules-16dbe2532305d1f4705a6aaf9185ada09d7dcac8.tar.gz
hercules-16dbe2532305d1f4705a6aaf9185ada09d7dcac8.tar.bz2
hercules-16dbe2532305d1f4705a6aaf9185ada09d7dcac8.tar.xz
hercules-16dbe2532305d1f4705a6aaf9185ada09d7dcac8.zip
* Corrected positions for Thief and Archer quest skills NPCs
* Fixed Ant Hell warps git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1309 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt4
-rw-r--r--npc/quests/skills/archer_skills.txt2
-rw-r--r--npc/quests/skills/thief_skills.txt2
-rw-r--r--npc/warps/dungeons/ant_hell.txt2
4 files changed, 7 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index a04860986..ab5d7f20a 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -37,6 +37,10 @@ Other Ppl
Date Added
======
+03/27
+ * Fixed Ant Hell warps, thanks to Dino9021
+ * Corrected positions for Thief and Archer quest skills NPCs, thanks to Dino9021
+
03/24
* Added support for Emsolute Develop in the guild manager script [celest]
* Fixed the custom jobchanger allowing Super Novices to change to high novice,
diff --git a/npc/quests/skills/archer_skills.txt b/npc/quests/skills/archer_skills.txt
index 57a5716c5..9918bed94 100644
--- a/npc/quests/skills/archer_skills.txt
+++ b/npc/quests/skills/archer_skills.txt
@@ -142,7 +142,7 @@ L_LowLvl:
//<============================== Arrow Repel ===============================>\\
-payon.gat,190,176,5 script Jason 88,{
+payon.gat,103,63,5 script Jason 88,{
mes "[Jason]";
if (callfunc("Is_Bow_Class")) goto L_Start;
diff --git a/npc/quests/skills/thief_skills.txt b/npc/quests/skills/thief_skills.txt
index f4ac546f7..e3311c00a 100644
--- a/npc/quests/skills/thief_skills.txt
+++ b/npc/quests/skills/thief_skills.txt
@@ -329,7 +329,7 @@ L_Fling:
//====================================================================================
-payon.gat,149,120,4 script RuRumuni 99,{
+payon.gat,91,77,4 script RuRumuni 99,{
mes "[RuRumuni]";
if(SANDATTACK == 1 && BAGNFNTY != 2) goto L_Start;
diff --git a/npc/warps/dungeons/ant_hell.txt b/npc/warps/dungeons/ant_hell.txt
index f32615499..4d4d48bbf 100644
--- a/npc/warps/dungeons/ant_hell.txt
+++ b/npc/warps/dungeons/ant_hell.txt
@@ -19,7 +19,7 @@ anthell01.gat,35,267,0 script ant001 45,1,1,{
moc15: warp "moc_fild15.gat",251,248; break;
}
anthell02.gat,171,169,0 script ant001 45,1,2,{
- if(!anthell==0) goto moc15;
+ if(anthell==0) goto moc15;
moc04: warp "moc_fild04.gat",213,327; break;
moc15: warp "moc_fild15.gat",251,248; break;
}