MMOMinion
Steady hand 2 not working - 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 The Hand Profiles (https://www.mmominion.com/forumdisplay.php?fid=113)
+----- Thread: Steady hand 2 not working (/showthread.php?tid=21729)

Pages: 1 2


Steady hand 2 not working - Napiboy - 07-08-2019

i made a skillprofile to craft some item to level and the bot doesn't use steady hand or byregot's blessing, anyone know how to fix?


RE: Steady hand 2 not working - infinity8 - 07-08-2019

Are you using a profile that you created before Shadowbringers released? If so, you will need to update the profile because both Steady Hand 2 and Byregot's Blessing have updated skill IDs.


RE: Steady hand 2 not working - Napiboy - 07-08-2019

(07-08-2019, 06:17 PM)infinity8 Wrote:  Are you using a profile that you created before Shadowbringers released? If so, you will need to update the profile because both Steady Hand 2 and Byregot's Blessing have updated skill IDs.

no i just recently made it, what would the new ID be?


RE: Steady hand 2 not working - infinity8 - 07-08-2019

(07-08-2019, 06:37 PM)Napiboy Wrote:  
(07-08-2019, 06:17 PM)infinity8 Wrote:  Are you using a profile that you created before Shadowbringers released? If so, you will need to update the profile because both Steady Hand 2 and Byregot's Blessing have updated skill IDs.

no i just recently made it, what would the new ID be?

On my Crafting Profile that is currently running in the background right now, I have the following:

["name"] = "Steady Hand II" ["id"] = 4612;

["name"] = "Byregot's Blessing" ["id"] = 100343;

Do yours have the same?


RE: Steady hand 2 not working - Napiboy - 07-08-2019

(07-08-2019, 06:46 PM)infinity8 Wrote:  
(07-08-2019, 06:37 PM)Napiboy Wrote:  
(07-08-2019, 06:17 PM)infinity8 Wrote:  Are you using a profile that you created before Shadowbringers released? If so, you will need to update the profile because both Steady Hand 2 and Byregot's Blessing have updated skill IDs.

no i just recently made it, what would the new ID be?

On my Crafting Profile that is currently running in the background right now, I have the following:

["name"] = "Steady Hand II" ["id"] = 4612;

["name"] = "Byregot's Blessing" ["id"] = 100343;

Do yours have the same?

it says ID 281 for Steady Hand and Byregots 10009


RE: Steady hand 2 not working - Napiboy - 07-08-2019

(07-08-2019, 06:57 PM)Napiboy Wrote:  
(07-08-2019, 06:46 PM)infinity8 Wrote:  
(07-08-2019, 06:37 PM)Napiboy Wrote:  
(07-08-2019, 06:17 PM)infinity8 Wrote:  Are you using a profile that you created before Shadowbringers released? If so, you will need to update the profile because both Steady Hand 2 and Byregot's Blessing have updated skill IDs.

no i just recently made it, what would the new ID be?

On my Crafting Profile that is currently running in the background right now, I have the following:

["name"] = "Steady Hand II" ["id"] = 4612;

["name"] = "Byregot's Blessing" ["id"] = 100343;

Do yours have the same?

it says ID 281 for Steady Hand and Byregots 10009

ok i figured it out, went in to the actual profile and changed it, they way i did it was used the midnightsushi.net site to make the lua and put it in like i always did but guess its using the old ID. do you have a website that can make the macro without me having to do it ingame?


RE: Steady hand 2 not working - infinity8 - 07-08-2019

(07-08-2019, 07:02 PM)Napiboy Wrote:  
(07-08-2019, 06:57 PM)Napiboy Wrote:  
(07-08-2019, 06:46 PM)infinity8 Wrote:  
(07-08-2019, 06:37 PM)Napiboy Wrote:  
(07-08-2019, 06:17 PM)infinity8 Wrote:  Are you using a profile that you created before Shadowbringers released? If so, you will need to update the profile because both Steady Hand 2 and Byregot's Blessing have updated skill IDs.

no i just recently made it, what would the new ID be?

On my Crafting Profile that is currently running in the background right now, I have the following:

["name"] = "Steady Hand II" ["id"] = 4612;

["name"] = "Byregot's Blessing" ["id"] = 100343;

Do yours have the same?

it says ID 281 for Steady Hand and Byregots 10009

ok i figured it out, went in to the actual profile and changed it, they way i did it was used the midnightsushi.net site to make the lua and put it in like i always did but guess its using the old ID. do you have a website that can make the macro without me having to do it ingame?

Unfortunately I do not know of any websites with the updated IDS. However, you are able to edit your .lua file itself by opening it in a text editor like Notepad, and then you can either use the Find/Replace function or just manually scroll through and change the IDs to the correct values and it should function properly. (If you are editing it while the bot is running, I would use the Reload Lua option before testing the changes.)


RE: Steady hand 2 not working - Zanci - 07-08-2019

Meanwhile its working


RE: Steady hand 2 not working - Napiboy - 07-08-2019

(07-08-2019, 07:56 PM)infinity8 Wrote:  
(07-08-2019, 07:02 PM)Napiboy Wrote:  
(07-08-2019, 06:57 PM)Napiboy Wrote:  
(07-08-2019, 06:46 PM)infinity8 Wrote:  
(07-08-2019, 06:37 PM)Napiboy Wrote:  no i just recently made it, what would the new ID be?

On my Crafting Profile that is currently running in the background right now, I have the following:

["name"] = "Steady Hand II" ["id"] = 4612;

["name"] = "Byregot's Blessing" ["id"] = 100343;

Do yours have the same?

it says ID 281 for Steady Hand and Byregots 10009

ok i figured it out, went in to the actual profile and changed it, they way i did it was used the midnightsushi.net site to make the lua and put it in like i always did but guess its using the old ID. do you have a website that can make the macro without me having to do it ingame?

Unfortunately I do not know of any websites with the updated IDS. However, you are able to edit your .lua file itself by opening it in a text editor like Notepad, and then you can either use the Find/Replace function or just manually scroll through and change the IDs to the correct values and it should function properly. (If you are editing it while the bot is running, I would use the Reload Lua option before testing the changes.)

yeah hopefully it will start to work on it's own, don't mind editing through the bot while running but just makes it easier to copy and paste. thanks for the help :)


RE: Steady hand 2 not working - kgbrown247 - 07-08-2019

check my post here: http://www.mmominion.com/thread-21730.html