Wish I read this thread earlier, went to kill Dragua for reforge and crashed when I tried to Samba myself. -.-
Wish I read this thread earlier, went to kill Dragua for reforge and crashed when I tried to Samba myself. -.-
Just to add to this, on whm using commands such as
//c3 cow
(with cow being the start of someones name), makes the gearswap work correctly, but if you just do //c3 while having said person targeted it will cast on yourself rather than them.
<p1-6> work correctly, as does <bt> for enfeebles/nuking, seems to just be straight <t> which isn't functioning correctly.
Rerun launcher and everything should be fixed.
try reloading it now sems to be working
Would anyone happen to have, or know where I could find the previous version of the gearswap files that were updated for the most recent ffxi update? I play on a private server, and they haven't pushed the update yet, so some of us are having those pol crash issues now until that update is applied. I'm not even sure if it would work, but we didn't have any issues till windower updated to the new files. Just figured I'd try and see anyone had a database of older versions.
Thanks a bunch.
Gearswap is irrelevant. You need the old LuaCore.
Hm. ok thanks Bryth. Any ideas where/if I could find an older version, if changing it would even work in this situation? Np if not, just figured I'd give it a shot. Thanks for the info.
Tried fixing my BRD lua after being away for some time. It loads ingame but nothing happens when songs are cast. Using Mote's BRD lua for this. I also checked my other job ones and they all work properly.
http://pastebin.com/hFjTBiLH - Gear lua file, http://pastebin.com/iyGgg1tX - Job lua file. Unsure where i broke this one since theres no errors showing.
is there a command in gearswap to lock a slot permanently without writing it into the lua file of the gearswap? For example if i want to lock the weapon and subweapon slot on the fly
Anyone have something i can add to my whm lua to have Ebers Briault geared up before my Afflatus Solace goes off?
You mean precast in it? I'm pretty sure it only needs to be on when the cure goes off to take effect, but if thats not what you mean then...:
if you have something like: sets.precast = {}
then you'll use something like: sets.precast['Afflatus: Solace'] = {body="Ebers Briault"}
Nvm, found a different script to use and it works.
Code:function precast(spell, action) if spell.type == 'JobAbility' then if spell.name == 'Afflatus Solace' then equip({body="Ebers Briault"}) end end end function midcast(spell,action) if spell.name:startswith('Cure') then if buffactive['Afflatus Solace'] then equip(sets.midcast.Cure, {body="Ebers Briault"}) end end end
You're missing user_setup() in your sidecar.
Your sidecar should look like this. user_setup has to match your main lua.
Code:function user_setup() state.OffenseMode:options('None', 'Normal') state.CastingMode:options('Normal', 'Resistant') state.IdleMode:options('Normal', 'PDT') brd_daggers = S{'Izhiikoh', 'Vanir Knife', 'Atoyac', 'Aphotic Kukri', 'Sabebus'} pick_tp_weapon() -- Adjust this if using the Terpander (new +song instrument) info.ExtraSongInstrument = 'Terpander' -- How many extra songs we can keep from Daurdabla/Terpander info.ExtraSongs = 1 -- Set this to false if you don't want to use custom timers. state.UseCustomTimers = M(true, 'Use Custom Timers') -- Additional local binds send_command('bind ^` gs c cycle ExtraSongsMode') send_command('bind !` input /ma "Chocobo Mazurka" <me>') select_default_macro_book() end function init_gear_sets() add_to_chat(8,'----- BRD GearSets locked and loaded! You are at '..world.area..'. -----') sets.everything = {} end
Ah knew i missed something, thanks!
Brand new to Gearswap, How do I lock in sets for say MDT/PDT etc.?
If I can just take a look at someones file that would be great.
Also any one have a file for THF SAM and DRG I can look at?
Its as if the other gearswap thread stickied at the top of this forums doesnt exist.
Gearswap-Shop-Thread