Thread Rating:
  • 3 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Please add gathering points to Player Entity
#1
This data doesn't seem accessible at the moment, currently you have to do something like
Code:
for i, item in pairs(list) do
            if item.chance > 50 then
                if Player.job == FFXIV.JOBS.MINER then                
                    local ca = ActionList:Get(295)
                    if (ca.isready and not ca.iscasting) then
                        ActionList:Cast(295,0)
                    end
                    ca = ActionList:Get(230)
                    if (ca.isready and not ca.iscasting) then
                        ActionList:Cast(230,0)
                    end
                end
                Player:Gather(item.index)
                ml_task_hub:CurrentTask().gatherTimer = os.time()
                return
            end
        end
modified in ffxiv_task_gather.lua

and even then it will spam the skills still as you cannot check gp.
Thanks.
Reply
 


Messages In This Thread
Please add gathering points to Player Entity - by trixisowned - 10-10-2013, 09:15 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products