sounds are not playing for me. i'm using the version from here on wowace, and using sm and lsm-3.0. i can select the sounds i want to use just fine, but they won't play. it might be a bug when using no externals, as i do.
same here, deDE client with no-externals
Quote from mort »
I would be nice if zou could set the frame offset in steps by 1 and with a much larger range. It is not possible for me to move the frame in a screen corner.
you can. just type in the exact numbers (click on the number below the slider). steps by 1 works, larger range not sure right now
Question regarding the Skinner Addon and WUU. Is there a way to preserve the contents of the SkinMe folder when updating with WUU? It's a bit frustrating to have to manually go through and move all the files from the AddonSkin folder to the SkinMe folder every time there's an update to Skinner.
workaround: set the skinme folder and files to write-protect
SimpleMD\Locale-deDE.lua:3: AceLocale(SimpleMD): Improper translation exists. "Show in Raid or Party Chat" is likely misspelled for locale deDE.
Ace2\AceLibrary\AceLibrary.lua:122: in function `error'
AceLocale-2.2-40629 (Ace2):220: in function `RegisterTranslations'
SimpleMD\Locale-deDE.lua:3: in main chunk
SimpleMD\SMD_Menu.lua:442: AceConsole-2.0: args.broadcast.args.party: "desc" must be a string
Ace2\AceLibrary\AceLibrary.lua:122: in function `error'
AceConsole-2.0-67789 (Ace2):2354: in function `RegisterChatCommand'
SimpleMD\SMD_Menu.lua:442: in main chunk
I've attached an updated Locale-deDE.lua to fix those
With my very limited (1 week) python skills I hacked together a small script to remove all unused saved variable files from Interface\WTF\Account (unused meaning addon not installed).
It seems to work so far, but perhaps somebody with more python experience could tell me if I'm potentially screwing up or if this is improvable:
import os
# set to your WoW-directory
WOW_PATH = 'E:\\World of Warcraft\\'
addons = os.listdir(os.path.join(WOW_PATH, 'Interface\\AddOns'))
for dirs, _, files in os.walk(os.path.join(WOW_PATH, 'WTF\\Account')):
for file in files:
if os.path.splitext(file)[1] == '.lua' \
and os.path.splitext(file)[0] not in addons \
and os.path.splitext(file)[0] != 'SavedVariables':
print 'Removing:', os.path.join(dirs, file)
os.remove(os.path.join(dirs, file))
elif os.path.splitext(file)[1] == '.bak':
print 'Removing (bak):', os.path.join(dirs, file)
os.remove(os.path.join(dirs, file))
Edit
One minor issue I've come across with with WUU 1.6.505:
If you install from -> URL ... the addon shows as Unknown in the list.
Rightclik -> Edit shows the correct informations, Scan Directory (Ctrl+D) changes Unknown to the correct Site. Just a bit irritating.
2a. I was trying to properly set up MobMap per the example on the wiki, and the addon itself updates correctly, but the database gives me an error: 2008-02-13 16:33:24: (WARN) Download of MobMapDataBase failed, URL=http://www.mobmap.de/database/MobMapDataBaseEnglish.zip: HTTP Error 404: Not Found The php code the site actually uses has this url in it, but "&mirror=1" is appended, which makes me wonder if the actual download site isn't somewhere else.
Those are my settings for MobMap and German-Database (setup as child addon), hope they help:
I actually have the Pitbull Castbar module disabled since I just use Quartz. Unfortunately this causes Deadened to freak out and give this error repeatedly:
0
same here, deDE client with no-externals
you can. just type in the exact numbers (click on the number below the slider). steps by 1 works, larger range not sure right now
0
0
to
in Recount.toc?
0
0
workaround: set the skinme folder and files to write-protect
0
I've attached an updated Locale-deDE.lua to fix those
0
i do
fyi: jwowupdater does that also
0
By the way: os.name also returns nt here (Vista)
0
It seems to work so far, but perhaps somebody with more python experience could tell me if I'm potentially screwing up or if this is improvable:
0
0
Edit
One minor issue I've come across with with WUU 1.6.505:
If you install from -> URL ... the addon shows as Unknown in the list.
Rightclik -> Edit shows the correct informations, Scan Directory (Ctrl+D) changes Unknown to the correct Site. Just a bit irritating.
0
Those are my settings for MobMap and German-Database (setup as child addon), hope they help:
0
0
Same problem here, I had disabled the Pitbull-CastBar module and wanted to use Deadened with Quartz.
(Dirty) solution for me: Enable Pitbull-CastBar module, reload interface, disable Pitbull support from deadened (/deadened), disable Pitbull-CastBar module, reload interface -> success :)
0
Changelog report is working again.
It was a firefox issue on my side. Sorry.