summaryrefslogtreecommitdiff
path: root/npc/events/nguild/nguild_warper.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/events/nguild/nguild_warper.txt')
-rw-r--r--npc/events/nguild/nguild_warper.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/events/nguild/nguild_warper.txt b/npc/events/nguild/nguild_warper.txt
index ac54c0716..6ad9d02ab 100644
--- a/npc/events/nguild/nguild_warper.txt
+++ b/npc/events/nguild/nguild_warper.txt
@@ -11,10 +11,10 @@
//= dungeons. And 2nd Classes can't seize these Castles.
//= These new castles need a new strategy. It would bring some
//= fun and live to your game.
-//= NOTE: If your Guild Master is 2nd class, then he could
+//= NOTE: If your Guild Master is 2nd class, then he could
//= rule the Castles and gather Treasure Boxes after WoE
//= 1.1 Now 2nd classes can't enter NC place at all
-//= 1.2 Restricted access of SG/SL. On warp clear some
+//= 1.2 Restricted access of SG/SL. On warp clear some
//= unallowed buffs [Lupus]
//= 1.3 Restricted TK,High classes >=90 BaseLevel,
//= updated list of unallowed buffs [Lupus]
@@ -26,11 +26,11 @@
//= TODO: The official entrance is in Izlude.
//============================================================
-prontera,146,163,6 script Novice Castles 729,{
+prontera,146,163,6 script Novice Castles 4_F_NOVICE,{
mes "[Cita]";
if (!getcharid(2)) {
mes "^FF0000You have to enter a guild to be able to hit Emperium!^000000";
- } else if (getgdskilllv(getcharid(2),10013) ||
+ } else if (getgdskilllv(getcharid(2),10013) ||
(getgdskilllv(getcharid(2),10000) +
getgdskilllv(getcharid(2),10001) +
getgdskilllv(getcharid(2),10002) +
@@ -80,7 +80,7 @@ prontera,146,163,6 script Novice Castles 729,{
close;
}
-n_castle,102,107,5 script Cita 729,{
+n_castle,102,107,5 script Cita 4_F_NOVICE,{
mes "[Cita]";
mes "Hello, "+ strcharinfo(0) +". Can I help you?";
next;