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

Solved TFS 1.0 /attr and /shutdown

frock1337

New Member
Joined
Aug 31, 2014
Messages
35
Reaction score
0
[Solved] Does anyone know if old scripts work for tfs 1.0?
of command /attr and command /shutdown
 
It wasen't at start.
http://otland.net/threads/command-attr-in-lua-script-talkaction-you-can-add-more-functions.33438/
It was Elf who moved it to the public source since he liked it I guess.

You can use that script but most of the item functions and other attribute functions are not there in 1.0.
So if I use that script I probably will get some errors but do I just have to change the functions with the ones of 1.0 in that script or do I have to change something else?
 
So if I use that script I probably will get some errors but do I just have to change the functions with the ones of 1.0 in that script or do I have to change something else?

It should work right away but its better to optimize with the meta functions if that is what your asking.
But you will have to remove alot of them as I said, but things that I use alot ex. setGroup is still there etc.
 
Back
Top