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

Scripter Scripts converter

Testerus

Intermediate OT User
Joined
Mar 18, 2014
Messages
673
Reaction score
126
Hello,
I recently switched from TFS 0.3.6 (8.60) to TFS 1.0 (10.41).
I had some important features, NPCs and other scripts that I need to convert.

Anyone that knows how to convert them from 0.3.6 to 1.0 message me.

I'll pay you depending on how fast you work.

Thanks.
 
getPlayerStorageValue(cid, num)

to

player = Player(cid); player:getStorage(num)
 
Back
Top