Roughly 14 hours across 2 different sessions and no crashes. Works like a charm, thanks again.
Roughly 14 hours across 2 different sessions and no crashes. Works like a charm, thanks again.
Well, I'd recommend doing this:
You'd use whatever function you settled on for "fakes_function." There's no rule that the functions called by events have to be exclusive to them, so you're free to call them other places as well (from your toggle code in self_command, for instance).Code:function fakes_function(tp) if tp >= 100 and player.status == 'Engaged' and toggled then windower.send_command('input /ws Victory Smite <t>') end end function self_command(toggle) if toggle == 'whatever' then toggled = not toggled fakes_function(player.tp) end end windower.register_event('tp change', fakes_function)
That was what I'm struggling with. I need a suitable function that won't be defeated by engaging with 300tp like tpchange is, or another set of rules that has a suitable function specifically for engaging with 300tp.
I also phrased my previous post badly, its not a toggle since I have more than 2 states, there is 2 autoWS modes and then the regular WS yourself mode. I have been using mote's stuff and repurposed the castingmode part for this.
Call your function from status_change (if status="Engaged") and pass player.tp?
Since this morning (before maint and now afterward) I've been getting these odd numbers that keep spamming on my whm mule's screen. They go like 1, 1139, 100064
Just constantly spammed. Any idea what plugin/add on could be doing this?
where is it spamming it? chat? console? text box?
console
It's caused by gearswap.
Gearswap has not been updated on live in a month and does nothing with autorun, so the real princess is in another castle.
I don't have gearswap on my computer.
Oh, sorry. I was playing around with it earlier and noticed that if I followed someone and then loaded gearswap the number spam immediately started, and then stopped the moment I unloaded gearswap. It also happened when I loaded autoinvite and battlemod a moment ago, though, so I guess it's not related to one addon.
I doubt its windower related but I randomly got black screen in middle of exping and was sent back to character select screen and had to log back in. Happened without warning, thought I was being jailed.
I've had that randomly happen before and posted about it, for some reason log out packets were randomly sent. I have no idea what would cause that. Pretty sure it was windower related though, the console showed something about logout packets.
That should be fixed, I left a debugging statement in there before pushing it.
number spam in console issue is now fixed. Thanks as always![]()
Arcon i think i remembered you said you were going to try and add <pos> to ffxidb but had to wait for next hook update (if i remember correctly). is that still in your plans (just wondering cause there been at least one hook update since then)? I know you guys been busy with stuff and i appreciate all of it, but was just curious.
Speaking of which: any chance of FFXIDB addon to work in Delve areas? Or Skirmish. Still doesn't work for Kamihr as well.
Guess it would need someone to drow proper-propotion custom maps for them to be loaded/work into Delve/Skirmish areas.
Sidenote about timers.
Didn't use my SCH in quite a while, and yesterday when I did I noticed the stratagems counter is broken, it stays on [1]. The timers do work instead.
Was this known?
That doesn't require a Hook update at all, we had some issues with our mapping function, which we still do. But I can try to work around that soon, if we don't manage to resolve it.