How do you disable the auto return feature?
For instance in PVP the bot auto returns your character instead of waiting for your character to come back to life which makes a warp effect and constant raising over and over and over at the same home point by the same player which looks very suspicious.
I was able to find a fix by doing this:
Go
ffxiv_task_pvp.lua
delete these
local ke_dead = ml_element:create( "Dead", c_dead, e_dead, 5 )
self:add( ke_dead, self.process_elements)
However since I have this post up about PVP, is there any way to set the bots to wintrade with eachother?
Many thanks
For instance in PVP the bot auto returns your character instead of waiting for your character to come back to life which makes a warp effect and constant raising over and over and over at the same home point by the same player which looks very suspicious.
I was able to find a fix by doing this:
Go
ffxiv_task_pvp.lua
delete these
local ke_dead = ml_element:create( "Dead", c_dead, e_dead, 5 )
self:add( ke_dead, self.process_elements)
However since I have this post up about PVP, is there any way to set the bots to wintrade with eachother?
Many thanks