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

255+ of magiceffect

Sukito

New Member
Joined
Dec 14, 2013
Messages
5
Reaction score
0
hello fz time I try to take the limit a friend tell me I had to do this, I made all the more geito say he did not work out I would like to know what you want doing this missing thanks

Replace all uint8 to uint16

game.cpp, game.h ( addmagiceffect )
player.h ( sendmagiceffect )
protocolgame.cpp, protocolgame.h (sendmagiceffect, addmagiceffect)
otclient ( g_game.enableFeature(GameMagicEffectU16))
 
TheForgottenServer 0.3.6 (8.54)

314wd1v.jpg


f3f0vr.jpg


without swapping uint_8 to uint_16 Normal compiles
 
You have not added ";" at the end of the line. :)
Look at: "void sendCreatureSkull(const Creature* creature) const".
Other lines ended with "const" have also ";" after it.
 
Code:
 krewniak
You have not added ";" at the end of the line. :) 
Look at: "void sendCreatureSkull(const Creature* creature) const". 
Other lines ended with "const" have also ";" after it.

now of this error
2mynud0.jpg
 
Back
Top