From 69d414086de6215afc08bc7eb2a15b765da5b32e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 24 Oct 2022 12:44:39 -0300 Subject: Change kick reason to something which makes more sense --- npc/000-0/sailors.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/000-0') 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 -- cgit v1.2.3-70-g09d2