• 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!

About TFS 0.3

Elaney

Member
Joined
Jan 1, 2009
Messages
1,561
Reaction score
12
Location
Sweden
If i update my tfs 0.2 too 0.3 I have to update everything on my server aswell then? scripts, quests etc?
 
dont waste ur time renaming them, also alot of the scripts ull use in the future has the same old names, just add them to lib/compat.lia, using the example that gave pietita, add:

getItemName = GetItemNameById

also remember theres alot of changes in 0.3 like funcitons u used to add in global.lua now u add in lib/function.lua or global values u used to add in globa.lua too now u add in constant and stuff, but is pretty easy and fast to switch to 0.3
 
dont waste ur time renaming them, also alot of the scripts ull use in the future has the same old names, just add them to lib/compat.lia, using the example that gave pietita, add:

getItemName = GetItemNameById

also remember theres alot of changes in 0.3 like funcitons u used to add in global.lua now u add in lib/function.lua or global values u used to add in globa.lua too now u add in constant and stuff, but is pretty easy and fast to switch to 0.3

Thanks. Rep added. That will probably help me alot.
 
dont waste ur time renaming them, also alot of the scripts ull use in the future has the same old names, just add them to lib/compat.lia, using the example that gave pietita, add:

getItemName = GetItemNameById

also remember theres alot of changes in 0.3 like funcitons u used to add in global.lua now u add in lib/function.lua or global values u used to add in globa.lua too now u add in constant and stuff, but is pretty easy and fast to switch to 0.3

o i didn't know about this function on 0.3 ;p
 
Back
Top