++++1Is there a way to see plants/trees that are not yet harvestable ? For illegal farms ?
First off, thank you tremendously for this radar. It has worked flawlessly for me thus far.
I'm trying to add to it the ability to see expiring houses (maybe within ~12 hours) and it looks like the best way to pull the information is using the weeksWithoutPay class. I just have no idea what I'm doing. Maybe someone can shed some light on where to go next?
dosen't look like the thunderstruck is working. tested beside a random's farm, he had a thunderstruck but no sign on the radar ^^
Learnt the hard way too, other than that everything works perfectly fine.LOL and i been walking around the whole world looking for thunderstruck....man i feel stupid now
public void drawThunderStruck()
{
foreach(var dood in getDoodads())
{
if (dood.name.Contains("Thunder"))
{
drawWorldDot(dood.X, dood.Y, dood.Z , dood.name, Color.Blue);
}
}
}
it's workin for me tho .Well great job with the plugin i really like, but now i have some noob questions and doubts.
1- Thunderstruck doesnt appear on the radar (even with if (dood.name.Contains("Thunder"))
2- Why doesnt appear the ocean treasures on the radar? Is because is in beta?
3- This is really my noob question i saw the "Sunken Treasure Chest" on the radar, how i can get them?
4- Why he always mark something in the map? But i dont have idea what is on the mark lol.
Thats all![]()