Results: 7Comments by: networm
File: QuestLogCollapseAllButton04-30-11
Re: update on the horizon?
Posted By: networm
Originally posted by jmcgrath Hello, is there an chance you could make the update needed to bring this to 4.1? As it is showing up as being out of date. Thanks. Updated it, just enjoy! and Synkar said 2011年4月30日 12:53:10 (22 hours ago) Hello, is there an chance you could make the update needed to...
File: BuyEmAll11-30-10
zhCN and zhTW localization files update
Posted By: networm
I have correct some words. zhCN if GetLocale() ~= "zhCN" then return end local L = BUYEMALL_LOCALS -- Thanks to q09q09 L.MAX = "最多" L.STACK = "一组" L.CONFIRM = "是否要买\n%2$s × %1$d个?" L.STACK_PURCH = "按组购买" L.STACK_SIZE = "...
File: Multishot (Screenshot)11-24-10
zhCN and zhTW localization files update
Posted By: networm
zhCN and zhTW localization files update I don't know how to upload files so I paste them here. If you pm your email to me that I could send them to you. Locale-zhCN.lua local L = LibStub("AceLocale-3.0"):NewLocale("Multishot", "zhCN") if not L then return end L = "Multishot 将会对以下事Ê...
File: ncHoverBind11-23-10
1 OneKeyMode I think we bind only...
Posted By: networm
1 OneKeyMode I think we bind only one key to any button almost. So I think just allow to bind one key is a good idea. Here is a picture about it: http://min.us/iDOn2.png Here is the code to achieve this: First add this line to head of ncHoveBind.lua: local onekeymode = true Add these code between SCREENTSHOT and ESC judge:...
File: ncHoverBind11-06-10
bind:SetScript("OnKeyUp", function(...
Posted By: networm
bind:SetScript("OnKeyUp", function(self, key) self:Listener(key) end) bind:SetScript("OnMouseUp", function(self, key) self:Listener(key) end) -- chaged the following two Script from OnKeyUp to OnKeyDown to fix can't bind a combine key such as SHFT+T, ALT+SHIFT+Q bind:SetScript("OnKeyDown", function(self, key) self:Listener(key) en...
File: DropTheCheapestThing04-07-09
I think you should update the toolt...
Posted By: networm
I think you should update the tooltip on minimap icon when you loot grey things
File: DropTheCheapestThing04-06-09
update the minimap icon tooltip
Posted By: networm
update the minimap icon tooltip You should update the minimap tooltip frame when you deleted a grey item. I have no display broker.When I press shift+left click on the minimap icon to delete grey item, I found that the grey item didn't disappear from the tooltip. You must move out and move over on the minimap icon to see the gre...