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

Lua doSendAnimatedText Length

Wiw3K

New Member
Joined
Apr 16, 2008
Messages
371
Reaction score
3
Hey, is there any way to change Text Length in doSendAnimatedText function? Because when i try to do:
Code:
doSendAnimatedText(getCreaturePosition(cid), "abcdefghijklmnoprst", TEXTCOLOR_GREEN)
i ony get "abcdefghi" output, why not full text?
 
Hmm I dont really know but ive never been able to add more letters to it and ive never seen anyone having more letters so yeah ill say its impossible!
 
As I remember real tibia can send more then these few letters as animated text so it means: the client provide it, which means, it is source sided, I dont think its client at all..
 
I dont even know if its a TFS problem or not, I just think it cant be caused by client cause the client supports that, so you dont have to edit it..
 
Back
Top