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

New Effect In Tibia.dat

Hitsugaya

New Member
Joined
Mar 28, 2008
Messages
90
Reaction score
0
Location
Poland, Łódź, RTK
Hi all. I wanted to add a spacer effect. I've added the appropriate lines of a shot in the Tibia.spr. The edited a tibia.dat, I added a line in the data \ lib \ 000-constant.lua:
Code:
CONST_ANI_CRYSTALARROW = 42
but the effect is not visible :( New images are in. BMP 24 bit. Anyone know what I miss? I use TFS 0.3.6pl1 8.54. Sorry for the grammar. I used Google Translate :P
 
const.h
[cpp] SHOOT_EFFECT_NEWEFFECT = 0x30, //42
SHOOT_EFFECT_LAST = SHOOT_EFFECT_NEWEFFECT,[/cpp]
I think that's all :p

If you want to use it in monster files too, you must edit tools.cpp
 
If you want to compile a console version of TFS, open TheForgottenServer-console.dev in Dev-Cpp instead of TheForgottenServer.dev
 
Back
Top