Thread Rating:
  • 2 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Possible to add to Teleport?
#3
what is with the Players near the Teleport Target?
!!!Warning Teleport Hack is risky
no matter how you use it !!!

But here the LUA changes.
Go to your Botfolder/LuaMods/ffxivminion/
open ffxiv_task_gather.lua with a Texteditor
go to Line 82-95 and replace the Code with this

Code:
function e_movetogatherable:execute()
    local pos = EntityList:Get(ml_task_hub.CurrentTask().gatherid).pos
    if (pos ~= nil and pos ~= 0) then
        local Playerliste = EntityList("nearest,type=1,maxdistance=25")
        if ( (TableSize(Playerliste) == 0) and (gGatherTP == "1") ) then
            GameHacks:TeleportToXYZ(pos.x,pos.y,pos.z)
        else
            local newTask = ffxiv_task_movetopos:Create()
            newTask.pos = pos
            newTask.range = 1.5
            newTask.gatherRange = 1.0
            ml_task_hub:CurrentTask():AddSubTask(newTask)
        end
    end
end

maxdistance=25 set here your choise of Distance to the nearest Player.
Reply
 


Messages In This Thread
Possible to add to Teleport? - by Exmortem - 10-26-2013, 11:19 PM
RE: Possible to add to Teleport? - by ferenz - 10-27-2013, 02:02 PM
RE: Possible to add to Teleport? - by Shaolin2 - 10-27-2013, 02:45 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products