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

TFS 1.X+ Game.sendAnimatedText --> Limit is 9 words

roriscrave

Advanced OT User
Joined
Dec 7, 2011
Messages
1,210
Solutions
35
Reaction score
206
Hi, how can i increase limit in this function?
LUA:
Game.sendAnimatedText("12345678910", creature:getPosition(), 180)
it show in game only 9 words (dont show the number 10 in game), how can i change to show more?

Using tfs 1.3 for 8.6
 
It is 8.6 cipsoft client limit if you want to change it you need to change:
0x10340 change 0x0A to 0x0C
0xE074B change 0x0A to 0x0C
it'll change limit from 9 words to 11 but I don't guarantee that it'll not have any undefined behavior because there's limit for reason so it probably will fuck up client memory(too lazy right now to check if it's using static allocated memory or dynamic).
 

Similar threads

Back
Top