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

problem with 255+ effects

Nokturno

Not a human
Joined
Aug 7, 2009
Messages
558
Solutions
2
Reaction score
400
can someone help me with this issue

I have already changed sendMagicEffect and addMagicEffect to uint16_t server side
and enableFeature(Otc::GameMagicEffectU16); OTC side

but effects wont show and also lags the client.

tfs 1.3 /otc
no compiling errors tho.

am i missing something?
unknown.png
 
Last edited:
can someone help me with this issue

I have already changed sendMagicEffect and addMagicEffect to uint16_t server side
and enableFeature(Otc::GameMagicEffectU16); OTC side

but effects wont show and also lags the client.

tfs 1.3 /otc
no compiling errors tho.

am i missing something?
unknown.png
OTC could disable feature you enabled in moment when you login to account/game. OTC and OTCv8 reload 'features' in different places and often 'reset' (disable all).
 
OTC could disable feature you enabled in moment when you login to account/game. OTC and OTCv8 reload 'features' in different places and often 'reset' (disable all).
enableFeature(Otc::GameMagicEffectU16)
when I use that all my modules and ingame shit goes crazy, basically all the game turns unplayable.

im not that good at parsing and OPcodes so im literally lost af
 
Back
Top