summaryrefslogtreecommitdiff
path: root/npc/guild/payg_cas02.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-08 16:05:45 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-08 16:05:45 +0000
commit031bcfea33d24d3dd8d7ebf8b22bcdd9090c3af1 (patch)
tree020cc790de870e3741ff1ee8158b766706afee3a /npc/guild/payg_cas02.txt
parent5c9db014d2a4522df865b789e1b0eabd9e4ab68d (diff)
downloadhercules-031bcfea33d24d3dd8d7ebf8b22bcdd9090c3af1.tar.gz
hercules-031bcfea33d24d3dd8d7ebf8b22bcdd9090c3af1.tar.bz2
hercules-031bcfea33d24d3dd8d7ebf8b22bcdd9090c3af1.tar.xz
hercules-031bcfea33d24d3dd8d7ebf8b22bcdd9090c3af1.zip
* Fixed times-invested not resetting in WoE scripts.
- Fixed a warning when the standard chest spawn time triggered. - Corrected several flag-in spawn points, (burgerpot:1475) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12691 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild/payg_cas02.txt')
-rw-r--r--npc/guild/payg_cas02.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/guild/payg_cas02.txt b/npc/guild/payg_cas02.txt
index 8d415190d..d9a760e1c 100644
--- a/npc/guild/payg_cas02.txt
+++ b/npc/guild/payg_cas02.txt
@@ -3,13 +3,14 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.0
+//= 1.1
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
//= NPCs that relate to Payon Guild Castle 2
//===== Additional Comments: =================================
//= 1.0 First Version. No longer uses functions. [L0ne_W0lf]
+//= 1.1 Corrected flag-in spawn point. [L0ne_W0lf]
//============================================================
// Guild Flag (Town)
@@ -48,7 +49,7 @@ pay_gld,292,112,6 script Scarlet Palace#f2-3::ScarletPalace2 722,{
next;
if (select("Return to the guild castle.:Quit.") == 1) {
if (getcharid(2) == GetCastleData("payg_cas02",1)) {
- warp "payg_cas02",25,266;
+ warp "payg_cas02",22,275;
end;
}
}