Ok guys, if you have a Gearswap issue please post a link to your lua on pastebin (do not copy it into the thread) and you might can get help. Even If you think it is gearswap itself.
Ok guys, if you have a Gearswap issue please post a link to your lua on pastebin (do not copy it into the thread) and you might can get help. Even If you think it is gearswap itself.
http://pastebin.com/NGMfRQDX <--- The BLU gearswap that's being problematic. Haven't tested or tried other jobs yet to see if I get the same issue with weird gear swapping.
ok i looked at it (mind you i have almost no knowledge how motes include works) but i cant see any looping issues next time it starts to not respond unload gearswap and see if the clears it up
if it does then there might be something in eather gearswap or motes include thats causing it
if it does not stop it i have no clue
here is info on how a loop looks
but this code can easaly be fixed like thisCode:function precast(spell) if spell.type == "WeaponSkill" then cancel_spell() send_command('input /ws "Fell Cleave" <t>') return end end
Code:function precast(spell) if spell.type == "WeaponSkill" and spell.name ~= "Fell Cleave" then cancel_spell() send_command('input /ws "Fell Cleave" <t>') return end end
Whoever fixed the pet issues thank you so fucking much. I've been doing Escha all fucking day in ready gear with full duration reward timer.
I have a problem with mug and despoil in gearswap, every time the primary action fails, stealing gil with mug for example, it doesn't hit my aftercast. I use mug to cure since I have JP in it, so this is annoying. Anyone have any suggestions?
Anyone know how to add aspir III to geo lua, or spell.lua?
For aspir 3 its the spell.lua in the following path:
windower4-->res-->spells.lua
Dont see it in the lines
line 250 and 251:
[247] = {id=247,en="Aspir",ja="アスピル",cast_time=3,e lement=7,icon_id=238,icon_id_nq=15,levels={[4]=25,[8]=20,[20]=36,[21]=30},mp_cost=10,prefix="/magic",range=12,recast=60,recast_id=247,requiremen ts=2,skill=37,targets=32,type="BlackMagic"},
[248] = {id=248,en="Aspir II",ja="アスピルII",cast_time=3,element=7,icon _id=239,icon_id_nq=15,levels={[4]=83,[8]=78,[20]=97,[21]=90},mp_cost=5,prefix="/magic",range=12,recast=11,recast_id=248,requiremen ts=2,skill=37,targets=32,type="BlackMagic"},
But there is no line for aspir 3.
Hopes this makes a bit of sense![]()
Anyone else having issues with skillup.lua not resting/continuing once you are out of mp?
i have just started using organizer and i have added the include to my gearswap files but when i type //gs org it says organizer starting... then i get an error Organizer: Lua runtime error: libs/extdata.lua:1325: attempt to preform arithmetic on local 'cur_val' ( a nil value ) and it wont grab any of my gear or anything
Refresh my memory, whats the point of puttin the include for orangizer in gearswap?
My BLU gearswap is based off the same thing and it's having an issue that I just noticed where it's not swapping in any new gear. The items.lua file in res is up to date with all the empy reforged stuff yet I can't get my gearswap to swap any of it in, and my RUN file is a different base and has the same issue. I only reinstalled FF11 and Windower 2 weeks ago when I returned, and did some fresh installs again today of windower4 + gearswap and still can't get it to swap in Hashishin Kavuk for CA spells for example. While running debug mode GS is still trying to pull in Mavi Kavuk +2 despite no mention of that at all in my BLU gearswap file.
EDIT: Weird i was posting on trust thread but it got put here.
Ok so I have been using GS for a few months now but am still pretty new. My problem is I just got Utsusemi: San today, now when I first tried to use the spell I noticed that none of my gear changes like it does with ichi or Ni. I used showswaps to make sure and still no gear changes (Precast/Mid/Aftercast). I asked ls mates they said its possible your GS is just outdated so I got one off a ls mate that had San rules etc and was more current then my previous lua. So I tried out my ls mates lua, everything works fine with it except once again no gear changes nothing when casting Utsu: San! Sooooo a ls mate said its probably your gs folder or something with Windower4. I deleted W4 and reinstalled W4 / GS files etc all that crap and fired up ffxi.....and it is still not working...anyone have an idea as to why? The ls mate I got the lua off of is having no issues with it he said, and so they told to post on here for an answer.
Just came back from a long hiatus and started to look into converting all my XMLs to gearswap.
Started with Monte's default sheets only swapping my Idle/TP gear and movement for NIN, and the feet do not properly change on dusk/dawn. Can't for the life of me figure out triggers like we used to use in SC and the place where it reads the time of day and actually changes feet. Halp?