Animera
* * * * *
i request someone tell me how to edit tibia client
like the skill name axe fighting to *** Fighting
like the skill name axe fighting to *** Fighting
If i save and i open it says c:\program files\tibia85\tibia.exe is no valid win32- application
YOU NOOB
i open client
and do replace function
i write Axe fighting text to hex
and replace with Sex Fighting text to hex
errorrssszzzz
"You advanced ... " is a server-sided message.if i advance in skill it says you advanced in axe fighting but skill bar is sex fighting :s
player.cppHunted
where i change you advance?......
sprintf(advMsg, "You advanced in %s.", getSkillName(skill).c_str());
std::string getSkillName(uint16_t skillid)
{
switch(skillid)
{
case SKILL_FIST:
return "fist fighting";
break;
case SKILL_CLUB:
return "club fighting";
break;
case SKILL_SWORD:
return "sword fighting";
break;
case SKILL_AXE:
return "axe fighting";
break;
case SKILL_DIST:
return "distance fighting";
break;
case SKILL_SHIELD:
return "shielding";
break;
case SKILL_FISH:
return "fishing";
break;
case MAGLEVEL:
return "magic level";
break;
case LEVEL:
return "level";
break;
default:
return "unknown";
break;
}
}
f**k i hate when people is so stupid! D:Dont work with magic level omg