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

Script Tfs 0.3.6 to Tfs 0.4

Oxygens21

Member
Joined
Aug 3, 2017
Messages
48
Solutions
1
Reaction score
6
How complicated is it to convert a tfs script 0.3.6 to tfs 0.4.
I hope and someone can help me in advance thank you very much
 
Solution
the only major difference is that intervals are in milliseconds (globalevents and creaturescripts) and not seconds
say you have an interval of 5 (seconds) in your globalevents.xml, you would change it to 5000 (milliseconds)
but converting a script is literally the exact same, scripting wise they are 99.9% similar, 0.4 just has a few newer functions to use
the only major difference is that intervals are in milliseconds (globalevents and creaturescripts) and not seconds
say you have an interval of 5 (seconds) in your globalevents.xml, you would change it to 5000 (milliseconds)
but converting a script is literally the exact same, scripting wise they are 99.9% similar, 0.4 just has a few newer functions to use
 
Solution
Back
Top