Taming has couple small issues as well
Posted: Thu May 04, 2023 2:07 am
we have this
well it checks the
this code
I am thinking that checks the TOTAME on the npc well cats our 0 skill to tame and i can't tame them.
so any animal with 0 skill to tame wont tame at all. if i change the TOTAME to TOTAME=1 i can tame them.
if( !skillToTame )
{
pSock.SysMessage( GetDictionaryEntry( 1593, pLanguage ) ); // You can't tame that creature
return;
}
{
pSock.SysMessage( GetDictionaryEntry( 1593, pLanguage ) ); // You can't tame that creature
return;
}
this code
var skillToTame = ourObj.skillToTame;
so any animal with 0 skill to tame wont tame at all. if i change the TOTAME to TOTAME=1 i can tame them.