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
ID : Dead corps = 9582
Id : Fishing rod = 3483
Cheers
I would like some help with a script
|
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
09-29-2012, 09:56 PM
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.
09-30-2012, 06:37 AM
In looter is this option "Fishing rod on WE"
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
09-30-2012, 04:37 PM
(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() |
« Next Oldest | Next Newest »
|