for blessing = 1, 5 do
player:addBlessing(blessing)
end
These points are handled by sources in tfs 1.2. Therefore, you should take a look in player.cpp and find:Hi, I'm looking for a script to tfs 1.2 blessings that at death ( with bless ) will not lose anything of skills or maglevel (0%)
Somebody could help me? Please and thank you.
void Player::death(Creature* lastHitCreature)
Please be more comprehending. You would like to give a player bless when they die? Here is a example, how you can add all blessings:
Code:for blessing = 1, 5 do player:addBlessing(blessing) end
These points are handled by sources in tfs 1.2. Therefore, you should take a look in player.cpp and find:
Code:void Player::death(Creature* lastHitCreature)
Only loss exp? and the PVP= if die by players?
give me more info