![]() |
I would like some help with a script - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: I would like some help with a script (/thread-4736.html) |
I would like some help with a script - November - 09-29-2012 Hey guys, could someone make a macro to use fishing rod on water elemental after killing them? ID : Dead corps = 9582 Id : Fishing rod = 3483 Cheers ![]() RE: I would like some help with a script - Dexter - 09-29-2012 The dead corps has this ID, but is not that we should use the fishing rod. To use fishing rod have to wait between 10 seconds for it to appear. RE: I would like some help with a script - Warr - 09-30-2012 In looter is this option "Fishing rod on WE" RE: I would like some help with a script - November - 09-30-2012 Aha ty bro (09-29-2012, 09:56 PM)Dexter Wrote: The dead corps has this ID, but is not that we should use the fishing rod. To use fishing rod have to wait between 10 seconds for it to appear. I know mate the id i gave is the id when the corps is rdy to be fished ![]() RE: I would like some help with a script - Dexter - 09-30-2012 (09-30-2012, 07:13 AM)November Wrote: Aha ty bro Ok, try this: Code: 2000 {UseFishingRod} X:=Self.X() Y:=Self.Y() Z:=Self.Z() ID_CORPSE:=9582 ID_FROD:=3483 Range:=3 Map.UseOn(!ID_FROD!, !ID_CORPSE!, !X!, !Y!, !Z!, !Range!)==1 Exit() |