http://imgur.com/a/pzAUC
Main BP os Brown Bp ofcourse. Opening every backpack besides the loot bp, also not putting new bought potions into supply bp :p
Printable View
http://imgur.com/a/pzAUC
Main BP os Brown Bp ofcourse. Opening every backpack besides the loot bp, also not putting new bought potions into supply bp :p
@Nimo find out what is on venore. The same as i've reported about boat on cormaya. Same function. But in cormaya, it keep backing some wpts, and trying to find NPC, on venore it got stuck xD
http://i.imgur.com/zKCxi9P.gif
Seems to be working for me. Are you using Tibia 11?
Using tibia 10. it bugs on 014 Action on section To Hunt, It prints on console hi 3, so he doesn't do anything and stay away on boat.
if islocation(6) then
if (magevoc() and getuseroption('Use GFBs') and itemcount(getuseroption('SDName')) < tonumber(getuseroption('MaxSDRunes'))) or (getuseroption('SoftRefiller') and itemcount("worn soft boots") > 0 and itemcount("soft boots") == 0) then
print('hi 1')
_travel("Captain Seahorse", "venore")
waitping(2,3)
else
print('hi 2')
_travel("Captain Seahorse", "cormaya")
end
else
print('hi 3')
end
http://i.imgur.com/P9krNbj.jpg
EDIT:
The only way that i found to solve this, was by after that code, add a gotolabel 0 under venore tab.
_travel("Captain Seahorse", "venore")
To the top