Current RDM LUA

Langues: JP EN DE FR
users online
Forum » FFXI » Jobs » Red Mage » Current RDM LUA
Current RDM LUA
 Lakshmi.Vadian
Offline
Serveur: Lakshmi
Game: FFXI
user: elii
Posts: 55
By Lakshmi.Vadian 2017-10-22 11:25:13
Link | Citer | R
 
Hello,
Does anyone have a current LUA for RDM?

Thanks in Advance!
 Bahamut.Wesleydimble
Offline
Serveur: Bahamut
Game: FFXI
By Bahamut.Wesleydimble 2017-10-22 17:41:33
Link | Citer | R
 
Here is what I'm currently using: https://pastebin.com/zMS9ZyLF

Maybe you can get it to work for you too.
 Shiva.Fendarin
Offline
Serveur: Shiva
Game: FFXI
Posts: 65
By Shiva.Fendarin 2017-10-24 10:30:59
Link | Citer | R
 
https://cdn.discordapp.com/attachments/334351702616571906/359446493247307786/RDM.lua


Copy and paste that to notepad ++ and it will be sweet.
That's a shitload of bind commands Wesley lol
 Lakshmi.Vadian
Offline
Serveur: Lakshmi
Game: FFXI
user: elii
Posts: 55
By Lakshmi.Vadian 2017-10-24 17:36:05
Link | Citer | R
 
Thanks guys!
 Shiva.Fendarin
Offline
Serveur: Shiva
Game: FFXI
Posts: 65
By Shiva.Fendarin 2017-10-25 04:22:11
Link | Citer | R
 
I have a more up to date one if u need with me weaponlock mb and enmity toggles if u wanna have a look just not at home atm
 Asura.Arnan
Offline
Serveur: Asura
Game: FFXI
user: amadis
Posts: 132
By Asura.Arnan 2017-10-25 06:47:41
Link | Citer | R
 
what does the @ symbol mean in the keybinds?
Offline
Posts: 88
By Tomlaps 2017-10-25 07:09:25
Link | Citer | R
 
It's win key.
 Asura.Arnan
Offline
Serveur: Asura
Game: FFXI
user: amadis
Posts: 132
By Asura.Arnan 2017-10-25 17:34:07
Link | Citer | R
 
that's good to know thanks
 Lakshmi.Vadian
Offline
Serveur: Lakshmi
Game: FFXI
user: elii
Posts: 55
By Lakshmi.Vadian 2017-10-25 17:36:05
Link | Citer | R
 
Shiva.Fendarin said: »
I have a more up to date one if u need with me weaponlock mb and enmity toggles if u wanna have a look just not at home atm

That'd be awesome!
 Shiva.Fendarin
Offline
Serveur: Shiva
Game: FFXI
Posts: 65
By Shiva.Fendarin 2017-10-27 10:13:37
Link | Citer | R
 
https://pastebin.com/tKkmAsix

this is what i use atm works nice for me
necroskull Necro Bump Detected! [137 days between previous and next post]
Offline
Posts: 2
By Hexa 2018-03-13 12:00:24
Link | Citer | R
 
Is this still the latest .lua to be using?

I noticed you have included your weapons in all of your equipsets. How does this work when you are meleeing? If you manually equip your swords or sword and shield, as soon as you cast does it not revert back to your Staff/grip?
Offline
Posts: 1186
By Boshi 2018-03-13 12:07:40
Link | Citer | R
 
State.WeaponLock disables main/sub/range


I posted just my weapon lock rule around page 15ish and how to adjust cure sets with it on
Offline
Posts: 2
By Hexa 2018-03-13 12:18:51
Link | Citer | R
 
Aha I see thanks! And is there a key bind to easily turn this on and off? Or do you somehow make a macro in game for it? I dont often use those keybinds in luas and shy away from them.
Offline
Posts: 1186
By Boshi 2018-03-13 12:38:17
Link | Citer | R
 
send_command('bind !w gs c toggle WeaponLock')

means !w toggles it
! means alt so pressing alt & the W key will toggle it on/off and this gives a message on screen

if you want to make a macro for it, just enter this text in the macro line:

//gs c toggle WeaponLock
Offline
Posts: 634
By zaxtiss 2018-03-13 13:31:26
Link | Citer | R
 
Boshi said: »
send_command('bind !w gs c toggle WeaponLock')

means !w toggles it
! means alt so pressing alt & the W key will toggle it on/off and this gives a message on screen

if you want to make a macro for it, just enter this text in the macro line:

//gs c toggle WeaponLock
macro would require /con gs c toggle WeaponLock
since // commands don't work via macro's
Log in to post.