10-13-2013, 10:18 PM
Go to your bot folder, > Luamods > ffxivminion > open ffxiv_helpers.lua in like notepad or something and just copy over the text
local el = EntityList("nearest,contentid=12345,alive,attackable,onmesh,minLevel="..tostring(level-1)..",maxlevel="..tostring(level+1))
Change the contentid to the ID you want it to be.
To find this go to the ingame bot > Lua Modules > Dev> toggle devmonitor on > open up target info look @ content ID paste this into the notepad content ID and control > reload lua modules.
local el = EntityList("nearest,contentid=12345,alive,attackable,onmesh,minLevel="..tostring(level-1)..",maxlevel="..tostring(level+1))
Change the contentid to the ID you want it to be.
To find this go to the ingame bot > Lua Modules > Dev> toggle devmonitor on > open up target info look @ content ID paste this into the notepad content ID and control > reload lua modules.