• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

TFS 1.X+ animatedText newest repo

Mjmackan

Mapper ~ Writer
Joined
Jul 18, 2009
Messages
1,477
Solutions
18
Reaction score
195
Location
Sweden
Yo!

Everything seems to be there in the newest repo of tfs 1.3 to be able to use doSendAnimatedText, but when adding the function to my compat it only returns nil so i guess its missing something, but what?

Kind regards,
Mjmackan
 
Solution
Any client above 9.70 doesn't support animated text anymore so they removed it in main tfs repo too, You'll have to add it manually by following this.
If your server uses official cipsoft client 10.98 or whatever above 9.70 you'll get instant client debug when you are in an area with animated text however if you're using otclient then it will work normally.
Any client above 9.70 doesn't support animated text anymore so they removed it in main tfs repo too, You'll have to add it manually by following this.
If your server uses official cipsoft client 10.98 or whatever above 9.70 you'll get instant client debug when you are in an area with animated text however if you're using otclient then it will work normally.
 
Solution
Any client above 9.70 doesn't support animated text anymore so they removed it in main tfs repo too, You'll have to add it manually by following this.
If your server uses official cipsoft client 10.98 or whatever above 9.70 you'll get instant client debug when you are in an area with animated text however if you're using otclient then it will work normally.
Thanks, that was what i was looking for.
 
Last edited:
Back
Top