
Originally Posted by
Quadsli
I tried that and it didn't work. The thing is that when my character starts dropping the logs my simba client which is running the script totally flips its shit.
screencast.com/t/AHNqfGPf (video of it crashing)
might be cause you have AxeSlot AND KnifeSlot set to 1. no idea why you set them both to 1.
Simba Code:
KnifeSlot = 2; // Inventory slot that your knife is in, 0 if not fletching (1 through 28)
AxeSlot = 1; // Inventory slot that your axe is in, 0 if wielding your axe (1 through 28)
AxeSlot and KnifeSlot should NEVER be the same number (inventory slot), unless you don't have an axe and knife in your inv. in which case it would be 0
EDIT: found some more logic fails with this. v1.9 soon