NEED FISHING MACRO - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: NEED FISHING MACRO (/thread-15178.html) |
NEED FISHING MACRO - kushpally - 06-01-2014 Need a fishing macro for an OT using Mechanical Fishing Rod instead of normal Fishing Rod. RE: NEED FISHING MACRO - raphaelignacio - 06-01-2014 (06-01-2014, 07:04 PM)kushpally Wrote: Need a fishing macro for an OT using Mechanical Fishing Rod instead of normal Fishing Rod. I dont know if will work, i try to translate to bbot language from another bot.. Code: 100 {Fishing Rod} i:=Misc.Random(-5, 5) j:=Misc.Random(-5, 5) x:=Self.X() y:=Self.Y() z:=Self.Z() Inc(x, !i!) Inc(y, !j!) range:=Misc.Random(1, 7) Map.UseOn(ID OF FISHING ROD, ID OF WATER, !x!, !y!, !z!, !range!) RE: NEED FISHING MACRO - mr. Kris - 06-02-2014 in BBot is Included comand Inc(z, y) ? RE: NEED FISHING MACRO - raphaelignacio - 06-02-2014 (06-02-2014, 12:01 AM)mr. Kris Wrote: in BBot is Included comand Inc(z, y) ?Yes, Inc = Increase the given value |