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

Lua TFS 1.1 (1.2) Does effect exist as 0.3.6 and 0.4?

Tarek

Premium User
Premium User
Joined
Jun 9, 2012
Messages
3,593
Solutions
4
Reaction score
1,183
Location
Sweden
GitHub
Taarek
TFS 1.1 (1.2) Does effect.lua exist as 0.3.6 and 0.4? When theres a text over something? Like saying on evo server over a TP, "Spawns"
 
No, it was removed in 9.86? You can use the say function, but note that if a player says something and then the effect comes the message that the player sent will be removed from the screen.
 
No, it was removed in 9.86? You can use the say function, but note that if a player says something and then the effect comes the message that the player sent will be removed from the screen.
hm, do you have any ideas what i can use for a evo server TFS 1.1? Because signs looks bad.:(
 
hm, do you have any ideas what i can use for a evo server TFS 1.1? Because signs looks bad.:(

Well as I said the Creature:say function in a loop of the Game.getPlayers() array, you can find scripts with it here on otland.
But as I also said it isen't the best way.

IMO there is no fix for that and it is one of the things I miss the most from 8.x versions.

But I guess you can use the onLook and then loop the actionid through an array and see if there is any results, if that is the case then write out it.
You see a magic forcefield.
It leads to quests.
 
Back
Top