View Full Version : Ice Fishing.
afoker
08-13-2016, 02:42 PM
Hello, I've made a script for Ice Fishing, everything seems to work fine, unless one thing. I dont know how to make bot fishing the exact spot until he gets a fish, he is just using fishing rod once, and going to another spot. Any clue please!!!!?:)
afoker
08-13-2016, 04:38 PM
bump, any ideas? the id of a hole with a fish is different then empty ice hole, maybe i can do something with it?
Zingron
08-13-2016, 08:29 PM
Add a while loop that checks the id of the hole, surrounding your existing fishing script
e.g
local emptyHoleID = 1234
while Map.GetTopUseItem(x, y, z).id ~= emptyHoleID do
-- start fishing bitch
end
Change (x, y, z) to the x,y,z position of the hole
Change emptyHoleID to the id of the empty ice hole
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.