Hey ;) sea serpents require any access? I got 160+ ek and I could test it but I barely made any access quests on him
Printable View
http://tibia.wikia.com/wiki/The_Hunt..._Quest/Spoiler
It's a very short quest, but it requires some rare fishes which may be expensive.
If you dont find anybody today, i will check the price and eventually do the quest (i work today double shift and finish past midnight, thats why i cant give you naswr now)
It seems that as of today, my knight no longer goes to the bank to deposit gold before going to refill mana potions. As a result, he gets stuck at the magic store trying to buy mana potions, but doesn't have enough cap to buy the required number of potions. Any ideas what I might be doing wrong? I haven't changed anything in the configuration in the last several days. Thanks!
@shadowart I don't claim to be an expert at LUA, or even very efficient with it, but I was able to fix my issue by changing this part of the script:
To this:Code:registerLabelHandler("CheckBank", "Bank", function()
Walker.ConditionalGoto(XenoBot.IsInRealTibia() and isPremium, 'EndBank')
end)
It doesn't seem like that should work, but it does. The way I read that is when the walker hits the CheckBank label, it should go back to the CheckBank label if this is real Tibia, and the account is premium. Is that right?Code:registerLabelHandler("CheckBank", "Bank", function()
Walker.ConditionalGoto(XenoBot.IsInRealTibia() and isPremium, 'CheckBank')
end)
I've reuploaded that script. I hadn't taken into account that you frequently loot more gold than you spend on supplies with that script.
Hey man!
I just bought:
130+ Krailos Wailing Widow Cave
And I have to say what an amazing script! Good job. I have one question tho.
There is a dynamic looting setting in the config file that the character is supposed to pickup certain items over 300 cap. But it isn't doing that? Is there something else I have to add to the script in terms of .lua files?
Thank you! Keep up the good work
They're commented away because I do not think its worth picking up those items but some people might. Those people can remove the double dashes to uncomment those lines.Quote:
Thank you :)