I am trying to modify a taming sript to work on a free shard. It is MADDOG's i have no intention on publishing it. I am trying to use it on Lexia privare shard. I am training taming in the bull pen. On lexia you dony have to kill after the tame and there is only trammel it wont let you do it anyway. i removed the spell casting successfully. It attempls to release but it cant find the button that allows it to release. It does open the gump successfully. It gts hung verifying that you want to release it. I use vista sometimes that causes problumes with some scripts. It is verson 1.8 of MADDOGS. If this is aginst the rules let me know i am not sure exactly.
;Release and kill tamed animal
sub ReleaseAndKillTamed
event macro 3 0 all follow me ; whisper all follow me so you dont have to chase the released pet
wait %scriptdelay
exevent RenamePet %tamingtarget %name ;Rename tamed target to "tamed"
wait %wait
event macro 3 0 %name release ;Whisper "NAME release" to release your pet
wait %wait
KillingTime:
set #ltargetid %tamingtarget
set #ltargetkind 1
event macro 22 0
wait 70
finditem %tamingtarget
if #findcnt > 0
{
if #finddist > 2
{
event PathFind #findx #findy #findz
wait 10
}
return