Too many arguments on that gotolabel call. Please check our docs for more info: https://tibiawindbot.com/docs.html#functions-gotolabel
Too many arguments on that gotolabel call. Please check our docs for more info: https://tibiawindbot.com/docs.html#functions-gotolabel
The code is correct, indeed.
The problem is that Raphael's script starts with 0 to every creature. It ignores the amount you already killed (as it isn't possible to read from questlog without opening it).
To work around this:
-open your questlog and write down how many creatures you've already killed;
-create a HOTKEY script and paste the following code
-- 100 = number of creatures you've already killed. Just change it.
killCount.set(100, 'Carniphila')
Remember to put this on as HOTKEY SCRIPT and NOT as PERSISTENT
Last edited by ash katchup; 02-20-2015 at 09:11 PM.
one last question , is there any Hud or something that shows on the screen of my tibia the amount of monsters I've ever killed ?
Bro why dont work =( look
-- 100 = number of creatures you've already killed. Just change it.
killCount.set(400, 'Mutated Rat')
i use this hotkey to test and this action
if killCount.get("Mutated Rat") >= 400 then
gotolabel(0, "Task")
else
gotolabel('Pot')
end
so no go to the label =( help me plis bro =S