Page 1 of 1
Ground Items
Posted: Fri Sep 17, 2004 8:03 am
by No_Idea_At_All
Is there anyway to get something like ${NearestSpawn[]} that would work for ground items? As far as I can tell the spawnsearching doesn't include ground items.
Looking to use it in the same way many HUDs have the closest 5 named showing distance and direction etc, except this would show items which are on the ground.
Check Kaladim spawn farmer
Posted: Wed Sep 22, 2004 5:41 pm
by Zornecro
There's a mushroom farming macro for Kaladim posted in the macro depot 3.0, I believe. I haven't used or examined it yet, but I believe what it does is /itemtarget the specific name of the ground spawn it's looking for. Then once this target has been acquired, you can check its type, location, distance, etc.
I checked the syntax of /itemtarget and there seems to be no option to target ANY nearest ground spawn currently. That might make for a good suggestion for the next feature enhancement is to add this feature to it in the next release, perhaps with parameter of range so you only get spawns within a certain radius of you.
Posted: Wed Sep 22, 2004 5:53 pm
by Boredbard
You might be able to use the code used in /item (i think thats the right command, that shows you all the ground spawn items in the zone) and make your own TLO if you knew how.