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

Adding effects to server

eduardowm

New Member
Joined
Nov 8, 2009
Messages
11
Reaction score
0
Hello, i trying to add more then the 68 effects of Tibia but inst working :s.. i can replace on one between 0~68 but i want add more..

Someone know how do this?Im using TFS CD 0.3.6

Thanks
 
this is not possible, because the effects are build in the tibia cliend an the server tells the cliend only to do effekt x and not how to display the effect. if you want custom effects, you have to modify the cliend and the server.
 
To add effects you have to compile a distro.
-------------------------------------------------
before building the distro, open Soucer and open the file const.h add a new effect.
-------------------------------------------------
example:
NM_ME_NEWEFFECT = 0x44, / / 66
-------------------------------------------------
then go into effect tools.cpp and add it too.
-------------------------------------------------
example:
(Neweffect "NM_ME_NEWEFFECT)
-------------------------------------------------
Okay, now compile the soucer.
and use it on your server.
-------------------------------------------------
excuse my engles of tratudor.
 
Back
Top