diff options
-rw-r--r-- | npc/000-0/sailors.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index e62ddd81..313552de 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -9,6 +9,14 @@ 000-0.gat,23,20,0,1 script Sailors 305,6,6,{ OnTouch: + if (getclientversion("") > 3) goto intro; + mes "Warning: you using old client."; + next; + mes "Not all features will work."; + next; + mes "Please update from http://manaplus.evolonline.org/"; + next; +intro: requestlang @lang; if (@lang >= 0 && @lang <= 7) setlang @lang; mesn "Narrator"; |