MMOMinion

Full Version: EasyNinja Profile w/ Ace's Positional Assister *UPDATED* 4-Apr-2016
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
constant rabbits on this and any other nin profile atm
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.
me also i dont know what happend after update but you have to activate ninjutsu.....bot does not
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.
(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!
Found that Duality is causing sound as well, which i think shouldn't
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.
(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 ; ;
(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.
New skill manager fixed it.
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