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

Emote Spells?

Exura ATS

New Member
Joined
Feb 5, 2017
Messages
72
Reaction score
4
Hi everyone, it's me again.

I was wondering if there is some way to change the color for the emote spells.
I was thinking about spells in white color, to be more specific.

If someone knows how to do that, please, answer me.

My config.lua:
Lua:
   spellNameInsteadOfWords = false
   emoteSpells = false
   unifiedSpells = true
 
forgottenserver/compat.lua at 5ba1ef3926695237a8da3d969bd99e779a0ae7f1 · otland/forgottenserver · GitHub
Emoted spells use the same function as a monster say, you'll change the monster words to white too if you do that

forgottenserver/game.cpp at d978360ebbf980fc901eb2abc4bba3507a18418f · otland/forgottenserver · GitHub

Or you can change this to some other stuff, like this? Don't know if works.

forgottenserver/const.h at e70f7153128596ce870bb79cf5f1ae4159262291 · otland/forgottenserver · GitHub

And you'd have to change the food and potions too or it'll be orange? Probably will crash the client if you do that wrong.
 
Back
Top Bottom