Thread Rating:
  • 5 Vote(s) - 3.2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Assist mode issue
#1
Bot seems to not consider mobs such as Kraken arms/tentacles (Hullbreaker Isle) and the Demon Wall (AK) as enemies since it doesnt do its rotation
Reply
#2
Yeah its some sort of issue with LOS. Can't attack striking dummies in residential areas either. I did this below to get my assist functions back.

(09-20-2014, 04:05 PM)dNh301 Wrote:  Seems it has something to do with "target.los" in the ffxiv_task_assist.lua

Not working on striking dummy:
Code:
if     ( target and target.alive and target.los and (target.attackable or target.chartype==2 or target.chartype==5 or target.chartype==4) and target.distance <= 30 ) then
        SkillMgr.Cast( target )
    end

Working:
Code:
if     ( target and target.alive and (target.attackable or target.chartype==2 or target.chartype==5 or target.chartype==4) and target.distance <= 30 ) then
        SkillMgr.Cast( target )
    end
Reply
 


Forum Jump:


Users browsing this thread: 2 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products