• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Travel, boat script for TFS 1.2?

nurgiel

New Member
Joined
Jul 5, 2008
Messages
43
Solutions
2
Reaction score
1
Location
Poland
I looking for some script with npc who can move us to another place.
I tried to copy script from otserv buy i get

Code:
data/npc/scripts/travel.lua
data/npc/scripts/travel.lua:23: attempt to index global 'TravelLib' (a nil value)
stack traceback:
        [C]: in function '__index'
        data/npc/scripts/travel.lua:23: in main chunk
[Warning - NpcScript::NpcScript] Can not load script: travel.lua
 
If you want help with a script then you have to provide the script.
Also most of the time whenever you see an error such as
data/npc/scripts/travel.lua:23: attempt to index global 'TravelLib' (a nil value)
The red is the path, the green is the file, the blue is the line number in that file and the thing in orange is where the issue stems from, the purple is is the issue... It's important to learn how to read the errors.
Essentially what it is saying is that, you do not have a method or table called TravelLib on your server, but if you do it's not referenced correctly.
 
Back
Top