summaryrefslogtreecommitdiff
path: root/npc/000-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-10-24 12:44:39 -0300
committerJesusaves <cpntb1@ymail.com>2022-10-24 12:44:39 -0300
commit69d414086de6215afc08bc7eb2a15b765da5b32e (patch)
treef1c88913d4e95214291a812a1d0549046de7cfd3 /npc/000-0
parent7beb73494a4fb778f5db513638ce627bd049bbc0 (diff)
downloadserverdata-69d414086de6215afc08bc7eb2a15b765da5b32e.tar.gz
serverdata-69d414086de6215afc08bc7eb2a15b765da5b32e.tar.bz2
serverdata-69d414086de6215afc08bc7eb2a15b765da5b32e.tar.xz
serverdata-69d414086de6215afc08bc7eb2a15b765da5b32e.zip
Change kick reason to something which makes more sense
Diffstat (limited to 'npc/000-0')
-rw-r--r--npc/000-0/sailors.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt
index 024408f..3f9c1b9 100644
--- a/npc/000-0/sailors.txt
+++ b/npc/000-0/sailors.txt
@@ -5,8 +5,8 @@
000-0,23,19,0 script Lost Travelers NPC_SAILORS,6,6,{
OnTouch:
- if (TUT_VAR)
- end;
+ //if (TUT_VAR)
+ // end;
//checkclientversion;
.@lang = requestlang();
@@ -16,9 +16,10 @@ OnTouch:
// Standard Procedures
if (!getvaultid()) {
+ mesc l(".:: ERROR ::."), 1;
mesc l("This world is exclusive for Mirror Lake Users.");
next;
- kick(getcharid(3), 3);
+ kick(getcharid(3), 5);
end;
}
// TODO: Check if you have a homeworld set