Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I would like some help with a script
#1
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 Smile





#2
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.
#3
In looter is this option "Fishing rod on WE"
#4
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 Smile





#5
(09-30-2012, 07:13 AM)November Wrote: 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 Smile

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()


Forum Jump:


Users browsing this thread: 1 Guest(s)