BBot - The best bot of the world

Full Version: NEED FISHING MACRO
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Need a fishing macro for an OT using Mechanical Fishing Rod instead of normal Fishing Rod.
(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!)
in BBot is Included comand Inc(z, y) ?
(06-02-2014, 12:01 AM)mr. Kris Wrote: [ -> ]in BBot is Included comand Inc(z, y) ?
Yes, Inc = Increase the given value