summaryrefslogtreecommitdiff
path: root/npc/guild/payg/payg_treas.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-04 01:11:21 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-04 01:11:21 +0000
commitcf3ef84e5e0c09e2ff1f1683d8546a6822ba7693 (patch)
treee858229b6d91af5fee15849e6582d614435e1c3e /npc/guild/payg/payg_treas.txt
parent89d430b2c4d770d7d5c073710a21bd24df5f3f0c (diff)
downloadhercules-cf3ef84e5e0c09e2ff1f1683d8546a6822ba7693.tar.gz
hercules-cf3ef84e5e0c09e2ff1f1683d8546a6822ba7693.tar.bz2
hercules-cf3ef84e5e0c09e2ff1f1683d8546a6822ba7693.tar.xz
hercules-cf3ef84e5e0c09e2ff1f1683d8546a6822ba7693.zip
* Updated 2006 headgear quests to semi-official dialog.
* Various updates to the various guild Castle scripts. - Added Guild Master Room protection. Further security so only the master of the current castle can enter the treasure room. - Updated Guild Castle Flags again. Updated remaining dialogs to official. - Updated a couple announces for when the Emperium breaks. Both are now up to par with iRO. - Moved nguild to the events folder and commented it out, as it was a kRO event that was used twice. Updated .confs to reflect this change. * Added the first class skill resetter into Prontera. She resets players under base level 40 who are first or expanded class. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10669 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild/payg/payg_treas.txt')
-rw-r--r--npc/guild/payg/payg_treas.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/npc/guild/payg/payg_treas.txt b/npc/guild/payg/payg_treas.txt
index 8a1c288c3..c302ed9ad 100644
--- a/npc/guild/payg/payg_treas.txt
+++ b/npc/guild/payg/payg_treas.txt
@@ -39,6 +39,12 @@ payg_cas01,295,8,0 script Switch#TresPy01 111,{
end;
}
+// Treasure Room Protection ------------------------------------------------
+payg_cas01,291,8,0 script ban_warp#6 -1,6,6,{
+OnTouch:
+ callfunc "F_TreasProtect", "payg_cas01", "payon",100,100;
+ end;
+}
//<================================ Castle 2 ================================>\\
// Treasure Spawn ----------------------------------------------------------
@@ -64,6 +70,12 @@ payg_cas02,149,148,0 script Switch#TresPy02 111,{
end;
}
+// Treasure Room Protection ------------------------------------------------
+payg_cas02,145,144,0 script ban_warp#7 -1,6,6,{
+OnTouch:
+ callfunc "F_TreasProtect", "payg_cas02", "payon",100,100;
+ end;
+}
//<================================ Castle 3 ================================>\\
// Treasure Spawn ----------------------------------------------------------
@@ -89,6 +101,12 @@ payg_cas03,163,167,0 script Switch#TresPy03 111,{
end;
}
+// Treasure Room Protection ------------------------------------------------
+payg_cas03,159,168,0 script ban_warp#8 -1,6,6,{
+OnTouch:
+ callfunc "F_TreasProtect", "payg_cas03", "payon",100,100;
+ end;
+}
//<================================ Castle 4 ================================>\\
// Treasure Spawn ----------------------------------------------------------
@@ -114,6 +132,12 @@ payg_cas04,151,47,0 script Switch#TresPy04 111,{
end;
}
+// Treasure Room Protection ------------------------------------------------
+payg_cas04,147,48,0 script ban_warp#9 -1,6,6,{
+OnTouch:
+ callfunc "F_TreasProtect", "payg_cas04", "payon",100,100;
+ end;
+}
//<================================ Castle 5 ================================>\\
// Treasure Spawn ----------------------------------------------------------
@@ -138,3 +162,10 @@ payg_cas05,161,136,0 script Switch#TresPy05 111,{
callfunc "F_GldTreasSw", "payg_cas05",277,250;
end;
}
+
+// Treasure Room Protection ------------------------------------------------
+payg_cas05,157,132,0 script ban_warp#10 -1,6,6,{
+OnTouch:
+ callfunc "F_TreasProtect", "payg_cas05", "payon",100,100;
+ end;
+}