does this look like it should work??
http://pastebin.com/y2nF3EQC
does this look like it should work??
http://pastebin.com/y2nF3EQC
I notice that the COR lua has a gearset for Dual Wield, how do I activate that?
here is what im working on right now
i want to automaticaly turn this string in to the table below it
i can do thisCode:test_string = '--Nin Wheel--\nNormal\n--Level 1 Start--\n ${Wind1} ${Fire1} ${Ice1}\n ${Water1} ${Earth1}\n ${Lightning1}\n--Level 2 Start--\n ${Wind2} ${Fire2} ${Ice2}\n ${Water2} ${Earth2}\n ${Lightning2}\n--Level 3 Start--\n ${Wind3} ${Fire3} ${Ice3}\n ${Water3} ${Earth3}\n ${Lightning3}\nForce Stop\nSwitch To\nSuper NIN Wheel' my_table = { [1] = '--Nin Wheel--', [2] = 'Normal', [3] = '--Level 1 Start--', [4] = {'Wind1','Fire1','Ice1'}, [5] = {'Water1','Earth1'}, [6] = 'Lightning1', [7] = '--Level 2 Start--', [8] = {'Wind2','Fire2','Ice2'}, [9] = {'Water2','Earth2'}, [10] = 'Lightning2', [11] = '--Level 3 Start--', [12] = {'Wind3','Fire3','Ice3'}, [13] = {'Water3','Earth3'}, [14] = 'Lightning3', [15] = 'Force Stop', [16] = 'Switch To', [17] = 'Super NIN Wheel',}
to get this table but im stuck how to get it the rest of the wayCode:my_table = T(test_string:split('\n'))
--edit--Code:my_table = { [1] = '--Nin Wheel--', [2] = 'Normal', [3] = '--Level 1 Start--', [4] = ' ${Wind1} ${Fire1} ${Ice1}', [5] = ' ${Water1} ${Earth1}', [6] = ' ${Lightning1}', [7] = '--Level 2 Start--', [8] = ' ${Wind2} ${Fire2} ${Ice2}', [9] = ' ${Water2} ${Earth2}', [10] = ' ${Lightning2}', [11] = '--Level 3 Start--', [12] = ' ${Wind3} ${Fire3} ${Ice3}', [13] = ' ${Water3} ${Earth3}', [14] = ' ${Lightning3}', [15] = 'Force Stop', [16] = 'Switch To', [17] = 'Super NIN Wheel',}
ok i figured it out like this
Code:test_string = '--Nin Wheel--\nNormal\n--Level 1 Start--\n ${Wind1} ${Fire1} ${Ice1}\n ${Water1} ${Earth1}\n ${Lightning1}\n--Level 2 Start--\n ${Wind2} ${Fire2} ${Ice2}\n ${Water2} ${Earth2}\n ${Lightning2}\n--Level 3 Start--\n ${Wind3} ${Fire3} ${Ice3}\n ${Water3} ${Earth3}\n ${Lightning3}\nForce Stop\nSwitch To\nSuper NIN Wheel' my_table = T(test_string:split('\n')) for i,v in pairs(my_table) do for w in string.gmatch (v, '%a+%d') do if type(my_table[i]) ~= 'table' then my_table[i] = T{} end my_table[i]:append(w) end end
Having issues with the gearswap skill up.lua, specifically the SMN part it seems to send commands too fast so it spams. Eventually it locks up on the elemental section and doesnt start again til after healing to full mp and locking again. Havent changed any of the original code from gearswap shop thread. And it says sat update about 13hrs Any help would be appreciated ^.^
are you using the one located here or an older one
https://github.com/smd111/Gearswap-Skillup
using the one located at that link.
try this one
http://pastebin.com/R7ApuXht
no luck, that one doesnt start with "gs c startsmn" nor will it allow me to cast manual ; ;
then try this one
https://github.com/smd111/Gearswap-Skillup
thanks for helping btw, same results on that one as well. no start and cant cast manually.
ok try this one
https://github.com/smd111/Gearswap-Skillup
by the way the screen that shows up is a menu you can click on it
same on that one. tried all 3 (click, start up command, and manual).
tru to use the command in chat then reload skillup.lua
//reload luacore
no change. if it helps, i tried to start enchancing as well and didnt work. and seems to block and magic casting (im /rdm so tried protect,phalanx, etc)
ok try this
redownload https://github.com/smd111/Gearswap-Skillup
change near the top of the file debugmode = true
then use the command //lua unloadall;reload luacore;lua load gearswap
the load the skillup and tell me any thing that shows up in the windower logs
also did you change any thing in it, are you in battle are you solo w/out trusts
can you unload gearswap and cast spells
how long has your ffxi been up for?
only thing that showed in the console was "tell me code 167" -- aside from that no change or errors present