diff options
Diffstat (limited to 'npc/000-0')
-rw-r--r-- | npc/000-0/sailors.txt | 7 |
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 |