Posts: 238
Threads: 9
Joined: Jul 2015
03-10-2016, 04:58 AM
(This post was last modified: 03-10-2016, 05:01 AM by hxx112.)
Small update on debuff limit issue that I overlooked.
As for adding sound to the assister, I'm not going to bother for now until I can find a way to make the assister flicker less when it's trying to decide the next move based on your current buff/debuff timers.
Posts: 238
Threads: 9
Joined: Jul 2015
Code:
10/3/2016 v3.02
-Added PVP skills except Purify
-Uses Axe Kick or Somersault only if missing both GL3 + Perfect Balance buffs
-Added Featherfoot (uses if under attack)
Update
Posts: 68
Threads: 2
Joined: Feb 2015
this profile is supported for the new assister mode?
Posts: 238
Threads: 9
Joined: Jul 2015
(03-11-2016, 11:10 AM)nyomaru Wrote: this profile is supported for the new assister mode?
I can easily update it for the new assister mode if I don't try to resolve the flickering issue but I want to take care of that at the same time before I release it. Same goes for my NIN assister
Posts: 238
Threads: 9
Joined: Jul 2015
Code:
11/3/2016 v3.03
-Updated Assister for new V2
-Added sounds
-No skill profile changes
Updated for the new Assister V2
- Download the new Assister V2 from http://www.mmominion.com/thread-11791.html
- Place Assister Folder into Bots\FFXIVMinion\LuaMods
- Place EasyMonk.lua in Bots\FFXIVMinion\LuaMods\ffxivminion\SkillManagerProfiles
- Place EasyMonk.lua from the Profiles Folder in Bots\FFXIVMinion\LuaMods\Assister\Profiles
- The Assister window can be opened from the bottom of the screen ingame.
Posts: 238
Threads: 9
Joined: Jul 2015
Code:
12/3/2016 v3.04
-Weapon Throw will now only be used if your target has Sprint Buff (PVP)
Update
Posts: 36
Threads: 3
Joined: Aug 2015
the aoe filter, rockbreaker, seems not working for me
Posts: 238
Threads: 9
Joined: Jul 2015
(03-20-2016, 05:45 PM)samanosuke4848 Wrote: the aoe filter, rockbreaker, seems not working for me
Working for me, do you have 3+ targets in a cone in front of you?
Posts: 36
Threads: 3
Joined: Aug 2015
(03-20-2016, 06:06 PM)hxx112 Wrote: (03-20-2016, 05:45 PM)samanosuke4848 Wrote: the aoe filter, rockbreaker, seems not working for me
Working for me, do you have 3+ targets in a cone in front of you?
yupe i test it alot rounds, after an update, it wont works for me tho. previously work for this profile.. but other profile works... hmm
Posts: 238
Threads: 9
Joined: Jul 2015
(03-21-2016, 06:41 AM)samanosuke4848 Wrote: (03-20-2016, 06:06 PM)hxx112 Wrote: (03-20-2016, 05:45 PM)samanosuke4848 Wrote: the aoe filter, rockbreaker, seems not working for me
Working for me, do you have 3+ targets in a cone in front of you?
yupe i test it alot rounds, after an update, it wont works for me tho. previously work for this profile.. but other profile works... hmm
When I remove the 3+ target requirement from Rockbreaker, it casts it just fine for me on the target dummy. I don't think the 3+ target check is an issue causing it to not cast. The current radius check for Rockbreaker is set to 5 yalms, which can be an issue if the mobs have a big hitbox. I think minion calculates distance from mob to mob based on the center of each mob, while the game client calculates it based on the distance from the border of hitbox to hitbox.