screenshot?
screenshot?
Ok, if it was a snake it woulda bit me and all that good shit.
Was a really easy fix, just not something I've had to do before...
Timers plugin command question:
"(s)song [on|off] - Toggle or set song cancel mode to on or off"
What does this mean/do? Seemingly does nothing when I try to use it. The correct way to use it should be: //timers s on/off?
When I'm relogging around for login points, I crash on my laptop. I unload the big 3 usual suspects (GW, BMN, SC), and heres the error message I got from windows:
Problem signature:
Problem Event Name: APPCRASH
Application Name: pol.exe
Application Version: 1.18.13.0
Application Timestamp: 4e3bcddc
Fault Module Name: d3d8.dll
Fault Module Version: 6.1.7600.16385
Fault Module Timestamp: 4a5bd9a7
Exception Code: c0000005
Exception Offset: 0004bf62
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
Heres what plugins/addons I have loaded on my laptop that are not running on my pc (I havent tested any of these as a culprit):
Addon-salvage2
plugin-PetTP
When I log on mules I just do unload blinkmenot and autoexec and it works fine for me.
Anyone else having an issue where Spellcast is not recognizing shortening of character names? t, me, bt, p# all seem to work but "Terra" won't cast on Terravcota. (Gear changes, but getting "...A command error occurred.")
I cant for the life of me get cancel to work. When i cast ichi and cancel ni myself red text says cannot find buff id# or something but it wont erase my buffs autpmatically. Tried plugin then addon then both. No combo works
Here are the options. Keep in mind that the plugin version only takes IDs:
cancel 66 or cancel Copy Image - One shadow remaining
cancel 444 or cancel Copy Image (2) - Two shadows remaining
cancel 445 or cancel Copy Image (3) - Three shadows remaining
cancel 446 or cancel Copy Image (4+) - Four+ shadows remaining
I think that the addon is case sensitive at the moment.
I have a windower script that does it all, so I can go take a piss while I relog around. But I figure the windower dev's would like to know if shits crashing?
Either way, I unloaded pettp when I did my muling rounds, and I didnt crash, so its possible that one may be a culprit as well. Also I dont unload autoexec, I've never found that one to be a problem with muling.
I pushed out a Shortcuts update just now that should address the <st*> issues people have had with it. It should also address the issue with targeting charmed players (thanks to Cair for adding the flag). The next version of LuaCore will allow me to improve target selection a little bit more, but probably not noticeably for most people.
I'm down to 7 issues on my bug tracker, a few of which are likely impossible to address or are already fixed: https://github.com/Byrth/Lua/issues?state=open
Give me more to do!
PS. There is no obvious reason why Spellcast, Shortcuts, and GearSwap would be incompatible at the moment. You can probably use the three together now if you wish, though I don't really recommend it.
Guessing the chat duplicating in high lag areas(delve) with battlemod is here to stay? Fathoms more manageable now than beforehand post 4.1, just looking to know if I should quit mentioning at this point since I am sure there are more important issuses to be dealt with.
Honestly, I haven't looked at Battlemod since 4.1's release. I'll see what I can do about it when I do look at it.
I just pushed another GearSwap fix that should get rid of some of the remaining ABA problems. It turns out that one of my assumptions about get_items() was incorrect. Learning what packets do, hooray!
On load, and every time I take an action, I get the following error message, which looks like it gets cutoff ($WindowerPath isn't literally in the error message):
"Shortcuts: Lua error (runtime) - $WindowerPath//addons/shortcuts/targets.lua:50: attempt to index global 'st_ta
That should be fixed if you re-run launcher.
Reloaded launcher and that problem is still persisting. Can't do anything with shortcuts loaded.
I'm getting the same error with gearswap too.
I can't replicate this problem. Could you verify three things for me?
1) You have a ../addons/libs/tables.lua file.
2) Line 38 of shortcuts.lua (below require 'helper_functions') is:
3) If the above two are true, could you please change line 50 of ../addons/targets.lua from:Code:require 'tables'
to:Code:elseif st_targs:contains(targ) or tonumber(targ) then
and reload to see if it works?Code:elseif tonumber(targ) or targ == '<stnpc>' or targ == '<stpc>' or targ == '<stpt>' or targ == '<stal>' then
That fixed the shortcuts errors, any idea on the gearswap? "GearSwap: Lua error (runtime) - ...x86)/windower4//addons/gearswap/equip_processing(cut off here)"