From cf3ef84e5e0c09e2ff1f1683d8546a6822ba7693 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Mon, 4 Jun 2007 01:11:21 +0000 Subject: * 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 --- npc/guild/payg/payg_treas.txt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'npc/guild/payg') 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; +} -- cgit v1.2.3-70-g09d2