summaryrefslogtreecommitdiff
path: root/npc/events/nguild/nguild_dunsw.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/events/nguild/nguild_dunsw.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/events/nguild/nguild_dunsw.txt')
-rw-r--r--npc/events/nguild/nguild_dunsw.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/npc/events/nguild/nguild_dunsw.txt b/npc/events/nguild/nguild_dunsw.txt
new file mode 100644
index 000000000..81d98f247
--- /dev/null
+++ b/npc/events/nguild/nguild_dunsw.txt
@@ -0,0 +1,38 @@
+//===== eAthena Script =======================================
+//= War of Emperium Dungeon Switch for NGuild Castles
+//===== By: ==================================================
+//= kobra_k88
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena 0.1+; RO Episode 4+
+//===== Description: =========================================
+//= Switch that warps guild members to the guild dungeon
+//===== Additional Comments: =================================
+//= Based off existing guild scripts. Do not know if it is accurate.[kobra_k88]
+//============================================================
+
+
+// Castle 1 ===============================================
+nguild_alde,212,181,0 script Switch#DunN01 111,{
+ callfunc "F_GldDunSw","nguild_alde","02",32,122;
+ close;
+}
+
+// Castle 2 ===============================================
+nguild_gef,78,84,0 script Switch#DunN02 111,{
+ callfunc "F_GldDunSw","nguild_gef","04",39,258;
+ close;
+}
+
+// Castle 3 ===============================================
+nguild_pay,101,25,0 script Switch#DunN03 111,{
+ callfunc "F_GldDunSw","nguild_pay","01",186,165;
+ close;
+}
+
+// Castle 4 ===============================================
+nguild_prt,94,200,0 script Switch#DunN04 111,{
+ callfunc "F_GldDunSw","nguild_prt","03",28,251;
+ close;
+}