• 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 put the text of magic in small and large letters

cabrera2608

New Member
Joined
Dec 21, 2018
Messages
110
Solutions
1
Reaction score
4
hello otland people could someone help me, in which line can i enable the texts spells.
I am using otx based on tfs 0.3.7 the text of the magic comes out by default in small letters if someone would be so kind as to help me I would appreciate it
 
And if you put
Lua:
emoteSpells = false
Then, enter to each spell (yeah, one by one) and add a line before: return doCombat(cid, combat)

Lua:
doCreatureSay(cid, "EXORI GRAN", TALKTYPE_ORANGE_1)
return doCombat(cid, combat)
Maybe this can help you, but it is very boring.
 
And if you put
Lua:
emoteSpells = false
Then, enter to each spell (yeah, one by one) and add a line before: return doCombat(cid, combat)

Lua:
doCreatureSay(cid, "EXORI GRAN", TALKTYPE_ORANGE_1)
return doCombat(cid, combat)
Maybe this can help you, but it is very boring.
if I put false text comes out in yellow, I want to keep the same in orange an example cure you and put characters so look
texto.png
 
Back
Top