There are 2 issue's that I have run into the past few days:

1. When I use this script
Code:
 elseif (labelName == "resetBP") then
              Walker.Stop()
            wait(2000,3000)
            Self.CloseContainers()
            wait(1000,3000)
            Self.OpenMainBackpack(true)
            wait(1000,2000)    
            Container.GetFirst():OpenChildren({GoldBp, true}, {RareBp, true})
            wait(1000,1500)
            Walker.Start()
it will sometimes 'missclick' on the exit tibia button instead of the minimize button for the backpacks and ask me if I want to leave tibia. This isn't really a problem since it will never press 'yes' (or 'no' for that matter), but I thought you should know.

2. The body of 'The Snapper' (crocodile task boss) is not being looted. This is the id:

13:14 You see a dead crocodile (Vol:9). [ID 4342]

Normal croco has 15:37 You see a dead crocodile (Vol:9). [ID 6046] right after you kill it, after 3~ seconds it turns into 15:37 You see a dead crocodile (Vol:9). [ID 4342]. I'm not sure if the snapper's body ID is different in the first 3 seconds after death though, I'll check back in 2~ hrs when I have another croc task done.