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

How to make colour popups?

Sir Shutter

Learning LUA
Joined
Nov 17, 2008
Messages
1,437
Reaction score
10
Location
Egypt
I wana know how to make colour popups

like in spells when i say

"Exura" it says "Light Healing" in yellow as if im talking..

I want it in orange.. can u give me the code?

Thansk I give rep++

If you can put all colous codes would be gr8 Il give REP++


:thumbup:
 
I wana know how to make colour popups

like in spells when i say

"Exura" it says "Light Healing" in yellow as if im talking..

I want it in orange.. can u give me the code?

Thansk I give rep++

If you can put all colous codes would be gr8 Il give REP++


:thumbup:

That should be in config.lua mate, Im using TFS 0.3.2 and it is there, look up for:

PHP:
emoteSpells = "no"

And change it to "yes" and it should now show the spells in orange and not in chat log.

Also if you change this:

PHP:
spellNameInsteadOfWords = "yes"

To "no", it will show (example) Utani Hur instead of Haste.

Im not so sure if they can be in another color Im guessing that would take source edit :p

Cheers~
 
Back
Top