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![]()
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![]()
@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
Last edited by Nimo; 01-20-2017 at 05:19 PM.
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
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")
Last edited by hyderascripts; 01-20-2017 at 08:33 PM.
To the top