Felipe93
Ghost Member
Hello
im using a creature scripts that gives me skulls(war script) green,yellow,white.....
i need edit this line in player.cpp and i cant get it works im using otx based on tfs0.3.777
im trying to make player keeps pk whitout pz locked or when log out. BUT NOT when dies
to make player maintain pk whitout pz locked or when log out BUT not when dies
anyone can helpme pls?
regards
im using a creature scripts that gives me skulls(war script) green,yellow,white.....
i need edit this line in player.cpp and i cant get it works im using otx based on tfs0.3.777
im trying to make player keeps pk whitout pz locked or when log out. BUT NOT when dies
Code:
Skulls_t Player::getSkull() const
{
if(hasFlag(PlayerFlag_NotGainInFight) || hasCustomFlag(PlayerCustomFlag_NotGainSkull))
return SKULL_NONE;
return skull;
}
anyone can helpme pls?
regards
Last edited: