• 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 that has emotespell and online popup

Kanakashy

Twifysoft Designer
Joined
Jan 14, 2009
Messages
1,546
Reaction score
39
Location
Puerto Rico
[Resolved]Lua that has emotespell and online popup

EDIT: Fixed.

Solution. Update your Config.lua from you TFS Server.
 
Last edited:
To make the spells orange you have to edit sources:
Open the source project with dev c++.
Go to game.cpp
Search for this:

Code:
	result = g_spells->playerSaySpell(player, type, text);

Two lines under it there is this line:

Code:
        return internalCreatureSay(player, SPEAK_SAY, text);

Replace the second line (return internalCreatureSay(player, SPEAK_SAY, text);) line with this one:

Code:
        return internalCreatureSay(player, SPEAK_MONSTER_SAY, text);

Hope it helped you..

Please Rep++

Your's ballack13
 
Take this exe. Its TFS 0.2 with emote spells... but i dunno which patch it was (21 or 22 i think). Scan it if you think its virus...
TheForgottenServer.exe
 
Im downloading i'll answer if it works
i'll rep u ;p


It does work but ok there orange now but there not showing their real efect like explample

Utamo vita ;; when i say utamo vita it says it in orange right but i want to say magic shield i dont know if its Spelldescription

hope u can help me on that thx
and srry for my enlgish today its my birthday ;p
 
Last edited:
Back
Top