summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-04 08:26:44 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-04 08:26:44 +0000
commit9ff9d769fa51c9ca4c85482d51eacb27522e9fe1 (patch)
treecc17a20ab3309f5725739cf60e7233b626325ad3
parent09014c768ce9976c7d45f0a7563cc3e0c4c00b23 (diff)
downloadhercules-9ff9d769fa51c9ca4c85482d51eacb27522e9fe1.tar.gz
hercules-9ff9d769fa51c9ca4c85482d51eacb27522e9fe1.tar.bz2
hercules-9ff9d769fa51c9ca4c85482d51eacb27522e9fe1.tar.xz
hercules-9ff9d769fa51c9ca4c85482d51eacb27522e9fe1.zip
Added missing Warpra Agent to Hugel. Fixed typo in Falcon Renter
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5901 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/custom/warper/warper.txt3
-rw-r--r--npc/merchants/renters.txt8
3 files changed, 8 insertions, 5 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 6a1b8db0e..4458757a6 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -29,6 +29,8 @@ Date Added
======
04/04
* Re-fixed looping warps of Lutie village, thanks to Dr.Evil [Lupus]
+ * Added missing Warpra Agent to Hugel. Thanks to Justin84
+ * Fixed typo in Falcon Renter. Thanks to Larry
04/03
* Fixed Treasure Chest bug (They used to disappear on each reboot) [Lupus]
- Updated Novices Castles Warper restrictions: TK,High Classes over 89 lvl;
diff --git a/npc/custom/warper/warper.txt b/npc/custom/warper/warper.txt
index 501ce99e1..eb0b2b125 100644
--- a/npc/custom/warper/warper.txt
+++ b/npc/custom/warper/warper.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Darkchild
//===== Current Version: =====================================
-//= 1.6
+//= 1.6a
//===== Compatible With: =====================================
//= Any eAthena Version;
//===== Description: =========================================
@@ -104,6 +104,7 @@ einbech.gat,135,249,4 duplicate(warpra) Warp Agent 859
geffen.gat,115,66,4 duplicate(warpra) Warp Agent 859
gonryun.gat,151,130,4 duplicate(warpra) Warp Agent 859
izlude.gat,133,117,4 duplicate(warpra) Warp Agent 859
+hugel.gat,88,151,5 duplicate(warpra) Warp Agent 859
lighthalzen.gat,155,79,6 duplicate(warpra) Warp Agent 859
louyang.gat,210,106,4 duplicate(warpra) Warp Agent 859
morocc.gat,156,95,4 duplicate(warpra) Warp Agent 859
diff --git a/npc/merchants/renters.txt b/npc/merchants/renters.txt
index 8e1de29d2..2bd71a844 100644
--- a/npc/merchants/renters.txt
+++ b/npc/merchants/renters.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= kobra_k88, mod by Lupus
//===== Current Version: =====================================
-//= 1.6
+//= 1.6a
//===== Compatible With: =====================================
//= eAthena 7.15 +
//===== Description: =========================================
@@ -139,9 +139,9 @@ hu_in01.gat,375,318,5 script Falcon Master 59,{
M_0:
mes "[Falcon Master]";
- if(Upper==0)mes "I can train a Falcon for you, but you need "+@prize+"z and be a Hunter with mastered ^5555FF'Falcon Mastery'^000000 skill.";
- if(Upper==1)mes "I can train a Scarf Falcon for you, but you need "+@prize+"z and be a Sniper with mastered ^5555FF'Falcon Mastery'^000000 skill.";
- if(Upper==2)mes "I can train a Baby Falcon for you, but you need "+@prize+"z and be a Baby Hunter with mastered ^5555FF'Falcon Mastery'^000000 skill.";
+ if(Upper==0)mes "I can train a Falcon for you, but you need "+@price+"z and be a Hunter with mastered ^5555FF'Falcon Mastery'^000000 skill.";
+ if(Upper==1)mes "I can train a Scarf Falcon for you, but you need "+@price+"z and be a Sniper with mastered ^5555FF'Falcon Mastery'^000000 skill.";
+ if(Upper==2)mes "I can train a Baby Falcon for you, but you need "+@price+"z and be a Baby Hunter with mastered ^5555FF'Falcon Mastery'^000000 skill.";
next;
menu "Ok",sM_0, "No thanks",M_End;