What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Need help detecting if Fish is dead and loot is available

Sintal1ty

New Member
Joined
Jun 7, 2012
Messages
74
Reaction score
1
me.target.dropAvailable for Looting Fish

Solved -- Another loop interrupting looting loop. bug fixed
 
Last edited:
bump I'm working on fishing script but I can't get any help. Awesome. Guess i'll just stop working on this then
 
This while loop never returns true and never goes to pick up loot.
So check why its always false? Your target == null, or target.dropAvailable == false
 
This isn't really helping me understand why my target would return null or dropAvailable would return false. When it should return true everytime it's dead.

Could you please show me an example if you would be so kind.

How to loot fish is dropAvailable.
 
Last edited:
the fish has to be targeted first.

debug from me.target == fish. Log that and see if that's even the case.
 
Back
Top