Комментарии:
So much work put into this video. Thanks a lot man
ОтветитьLua can be pronounced loo-ah, rather than spelling it out.
ОтветитьAmazing macro utilization brother hoorah....
ОтветитьI don't NIN often, but I learned some stuff. I did not know you could put gs code in the in game macros. Thanks!
ОтветитьFirst and foremost thanks for all your content that you continue to put out. It’s greatly appreciated. Your videos are Incredibly put together. As a fairly recent player I have been following your videos. From the visual upgrade videos/windower/ and job specific guides. There are a short few of you guys making content and it’s been top tier stuff.
To be honest however, I’m so overwhelmed by this video lol. I haven’t delved into the windower add-on, nor am I at the point of gearswaps etc. I haven’t even reached level 99 being im still trying jobs and leveling, crafts, quests and so forth. Just saying this stuff is crazy deep and the amount of detail that goes into the LUA aspect of things. Having an abundance of gears sets is so different compared to what I’m use to. It’s fascinating and that’s why I watch these videos. There is no game like this.
thank you for this video! It shows you are using the gearinfo addon - please check out my friend Arislan lua (google) - his lua is more complex and uses gearinfo to automatically switch between dual wield gear (it adjusts when it detects haste, haste 2, marches etc on you). Greetings from Veroninja of Shiva
ОтветитьTop notch quality as always, but this undertaking is a little intimidating lol
ОтветитьDo I need to do anything extra to have that cancel copy image macro line to work? Doesn’t seem like it’s working for me on my ichi macro
ОтветитьMithra? What happened to your Hume?
ОтветитьThanks for the helpful video. I'm having an issue getting the /console gs c tp dw40/dw20/0 set changes to work. I put them in a macro but my equipment does not change. Tried to look through the code but I cannot figure it out. Any suggestions?
Ответитьare you having the issue with windower 4 that ever since i did the HD mod add on etc when i go to risenjama or ru ann gardens or lower jeuno i get an all black screen where i run in place and see other people characters do you get this same issue as i do:?
ОтветитьDo you have to add /ja "Provoke" <t> after each DW for it to change gear??? any other way to change with out voke?? like when u in town and just want to see the different sets u have?
Ответитьwhen I type /console gs c tp dw0 or /console gs c tp accuracy to load those sets manually nothing happens am I missing something here?
ОтветитьIs there a update video of your fast cast set for you to do a double magic burst? If you change to fast cast to get the 2nd spell in it would be much weaker?? Also would love to see your fast cast gear set
ОтветитьHow do you show the ctrl and alt tabs at the same time? Mine is just alt or ctrl depending on what I'm pressing
ОтветитьAny chance of you giving us your in-game macros to set up? Of course we could just hit pause and set up, but it would be awesome if you had these for us to use, and change as we see fit. Also, love the videos!! Great Job!
ОтветитьChi gear set? Or did I miss it? 🤔
ОтветитьSimple yet Complicated thank you for your videos
ОтветитьJust been directed here from FFXIAH. Holy shit this is an AMAZING Lua. Thanks alot! LOVING this series!!!
ОтветитьThank you so much for these videos and supplying the scripts on Github, I've seen so many of your videos and NIN is my fave job, its really inspiring to see its potential with detailed information on how to progress, improvements to make (eg i had no idea built in equipment swap required a 1 sec delay! no wonder mine barely works lol). With this guide and the gearsets I've got lots of avenues for improvements, keep up the great work!
Ответить--[[ Lock weaponskill if you are to far from the mob as to not lose TP ]]
if spell.type == 'WeaponSkill' then
if spell.target.distance > 5 then
cancel_spell()
add_to_chat(8, 'Target to far away. Move closer')
return
end
end
I notice in each macro bank you only have one nuke spell per ws (Hi - ice san / shun - lightning san) do you change macro banks for when you dual magic burst?
ОтветитьI am having an issue with the precast/fc with elemental ninjitsu. The precast FC works fine with Utsusemi but not ele skills. Am I missing something here?
ОтветитьHow would you add a engaged and idle status to your aftercast function?
ОтветитьWonderful information! Thank you. Quick question: Everything is working perfectly except for midcast.enfin. When casting hojo or etc. it doesn't swap me into magic accuracy set. Any tips?
ОтветитьHow did you get your graphics to look so good
ОтветитьIs there a way to make a mode or a set for Domain Invasion in the LUA?
ОтветитьIs there a way to toggle modes when using a controller? Perhaps with the directional pad etc?
ОтветитьDo you have one for blm like this
Ответить