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

Function to use radar on Merchantship and Galleon

Status
Not open for further replies.

Rostol

Member
Joined
Jul 19, 2014
Messages
95
Reaction score
1
Is there a function like Core.getShipVisibleOnRadar() ? which would return the maps seen on radar ?

Thanks
 
public List<DoodadObject> getFishVisibleOnRadar()
 
Oh the same function is used for fish and ship ? XD thanks Out !!!
 
Hey Out, this code works for the Fish radar but not for the Ship radar. Any ideas?

Code:
            foreach (var dood in getFishVisibleOnRadar())
            {
                 Log("Ship: "+ dood.id + "-" dood.x + "-" + dood.y);
            }
 
Its only for fish radar, there is no ship radar. It seems I have understood you wrong, sorry
 
No problem :) ... can you add this function some day ? (not high priority)
 
Status
Not open for further replies.
Back
Top