Not sure if I get your point right, don't know if you want to locate item into the map, or in root folder.
If you want listed all the paths in a txt file, I wrote some script than might help:
-- listing item paths in a txt file.- 3com
function locate_items_paths_init(e)
end
function locate_items_paths_main(e)
if GetPlayerDistance(e) < 150 then
for i = 1,9999,1 do
if g_Entity[i] ~= nil then
file = io.open("items_path.txt", "a+")
file:write(i .." - " ..GetEntityFilePath(i) .."\n")
file:close()
Destroy(e)
else
break
end
end
PlaySound(e,0)
Prompt("Done!")
end -- PlayerDist
end -- locate_items_Paths
Note: resulting txt file (items_path.txt) will be locate in "C:\Program Files (x86)\Steam\steamapps\common\Game Guru\Files"
If you deal with Excel:
https://forum.game-guru.com/thread/209929
Note to you all: you can trust the macros I wrote, they are 100% safe stuff.
3com
Laptop: Lenovo - Intel(R) Celeron(R) CPU 1005M @ 1.90GHz
OS: Windows 10 (64) - Ram: 4 gb - Hd: 283 gb - Video card: Intel(R) HD Graphics