PvP help - Printable Version +- MMOMinion (https://www.mmominion.com) +-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87) +--- Forum: GUIDES & TUTORIALS - How to Use our FFXIV Bot (https://www.mmominion.com/forumdisplay.php?fid=89) +--- Thread: PvP help (/showthread.php?tid=8248) |
PvP help - Bawlsy - 07-05-2014 Each time i used the pvp mode i automatically teleport to my homepoint after each match. is there a way to prevent this from happening? thanks in advance RE: PvP help - levinthan9 - 07-05-2014 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) RE: PvP help - Cichard - 07-06-2014 or possibly he has advanced stuck enabled. if so un check that RE: PvP help - Bawlsy - 07-06-2014 Removing the code for me worked. thanks levinthan9! |