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

C++ Absorb energy TFS 1.5

PuszekLDZ

https://tibia74.eu
Joined
Jan 2, 2020
Messages
428
Solutions
2
Reaction score
109
Location
Lodz
Twitch
puszekgamer
Hello. Any one can pointy me where to start with adding skill Fishing as absorb energy skill on tfs 1.5?
For other distro I found it on forum, even some on earlier server, but now Im little confused, as In not a programmer 😅
 
game.cpp healthChange function, you can here increase / decrease incoming damage to creature
make a your own formula which % give 1 fishing skill

to obtain value from skill i think it was
Code:
player->getSkill(SKILL_FISHING);
 
Back
Top