MMOMinion
EasyNinja Profile w/ Ace's Positional Assister *UPDATED* 4-Apr-2016 - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90)
+---- Forum: SkillManager Profiles (https://www.mmominion.com/forumdisplay.php?fid=105)
+----- Forum: Disciples of War Profiles (https://www.mmominion.com/forumdisplay.php?fid=111)
+----- Thread: EasyNinja Profile w/ Ace's Positional Assister *UPDATED* 4-Apr-2016 (/showthread.php?tid=14749)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27


RE: EasyNinja Profile w/ Ace's Positional Assister *UPDATED* 14-Dec-2015 - dedfrogz - 12-27-2015

constant rabbits on this and any other nin profile atm


RE: EasyNinja Profile w/ Ace's Positional Assister *UPDATED* 14-Dec-2015 - Jed - 12-27-2015

I've just downloaded this and went to test against a target dummy (both solo and with a chocobo in party).

I get "Invalid Target" spam, not sure what is causing it.

I followed the steps in the first post regarding filters/opener usage.


RE: EasyNinja Profile w/ Ace's Positional Assister *UPDATED* 14-Dec-2015 - Dino - 12-27-2015

me also i dont know what happend after update but you have to activate ninjutsu.....bot does not


RE: EasyNinja Profile w/ Ace's Positional Assister *UPDATED* 14-Dec-2015 - hxx112 - 12-27-2015

I'm guessing a new update to skill manager did something, I'll take a look.

Edit: It seems like the macro manager broke. Anything casted on target will spam "Invalid Target." I uploaded v3.06 again, which was the last stable version before macros were implemented. You guys can use that for now.


RE: EasyNinja Profile w/ Ace's Positional Assister *UPDATED* 14-Dec-2015 - Jed - 12-28-2015

(12-27-2015, 09:37 PM)hxx112 Wrote:  I'm guessing a new update to skill manager did something, I'll take a look.

Edit: It seems like the macro manager broke. Anything casted on target will spam "Invalid Target." I uploaded v3.06 again, which was the last stable version before macros were implemented. You guys can use that for now.

Thanks for the quick response, will try it out!


RE: EasyNinja Profile w/ Ace's Positional Assister *UPDATED* 14-Dec-2015 - rafale101 - 12-31-2015

Found that Duality is causing sound as well, which i think shouldn't


RE: EasyNinja Profile w/ Ace's Positional Assister *UPDATED* 14-Dec-2015 - alphalolwtf - 01-02-2016

So, I figured a fix for the invalid target issue. Skill Manager is not actually reading the value you choose on the drop-down in the Macro Table Menu.

Insert these lines below line 2356 in \LuaMods\ffxivminion\ffxiv_skillmgr.lua

Code:
                                local mtargetfunc = 0
                                local targetstring = skill["m"..tostring(i).."actiontarget"] or ""
                                
                                if (targetstring == "Target") then
                                    mtargetfunc = SkillMgr.CurrentTarget.id
                                end

I'm sure this is quite a dirty fix since its my first time looking at this bot's code and LUA altogether but it got the job done on my end.


RE: EasyNinja Profile w/ Ace's Positional Assister *UPDATED* 14-Dec-2015 - Kugata - 01-04-2016

(01-02-2016, 06:33 PM)alphalolwtf Wrote:  So, I figured a fix for the invalid target issue. Skill Manager is not actually reading the value you choose on the drop-down in the Macro Table Menu.

Insert these lines below line 2356 in \LuaMods\ffxivminion\ffxiv_skillmgr.lua

Code:
                                local mtargetfunc = 0
                                local targetstring = skill["m"..tostring(i).."actiontarget"] or ""
                                
                                if (targetstring == "Target") then
                                    mtargetfunc = SkillMgr.CurrentTarget.id
                                end

I'm sure this is quite a dirty fix since its my first time looking at this bot's code and LUA altogether but it got the job done on my end.

Like that?
[Image: ZJS2Fwb.png]

Wont work for me ; ;


RE: EasyNinja Profile w/ Ace's Positional Assister *UPDATED* 14-Dec-2015 - dNh301 - 01-04-2016

(01-04-2016, 10:25 AM)Kugata Wrote:  Wont work for me ; ;

Have you tried it with just the stock minion updates (seems to work for me as of with most recent update) recently because it has been updated a few times since alphalolwtf posted that patch.


RE: EasyNinja Profile w/ Ace's Positional Assister *UPDATED* 14-Dec-2015 - sxiong86 - 01-04-2016

New skill manager fixed it.