Results: 335Comments by: gmarco
File: gmFonts07-23-17
Hello, there's any way to change...
Posted By: gmarco
Hello, there's any way to change the font size on this locations? http://imgur.com/aFP5qha Hi, do you want to change only the size or the type too ? http://s6.postimg.org/m314udogh/screenshot_1500837906.png The type can be changed, the size is tied to the normal font.
File: gmFonts07-07-17
https://ibb.co/k4qXNv https://ibb....
Posted By: gmarco
https://ibb.co/k4qXNv https://ibb.co/dryK2v Sorry for the delay in reply but I was on vacation out of italy. gmFonts probably is unable to setup a shadow effect, but Prat should be able to overwrite the fonts in use in the chat. I don't know why it is not able to do so. It could be a problem of the font being used ... ha...
File: gmFonts07-02-17
This addon seems to be blocking Pra...
Posted By: gmarco
This addon seems to be blocking Prat from saving shadow (effect) on the chat font. Uhm, strange. Can you post a couple of screenshots showing the problem ?
File: gmDurability05-20-17
Thanks for your inputs. I have ch...
Posted By: gmarco
Thanks for your inputs. I have changed the localization files and addon accordingly . Really thanks again. Much appreciated.
File: gmDurability05-18-17
zhTW: L = "Shift" L = "&#...
Posted By: gmarco
zhTW: L = "Shift" L = "右鍵" L = "左鍵" L = "中鍵" L = "是" L = "不" L = "%s:出售%s %s 獲得%s" L = "修理使用公會資金" L = "修理" L = "沒...
File: gmDurability05-17-17
Do you think you could change the m...
Posted By: gmarco
Do you think you could change the modifiers that turn of auto repair, guild repair and sell junk to require a shift plus a click? I have accidentally clicked these so many times it would be great. line 126-129 would just be changed like this to do the actual code if button == "LeftButton" and IsShiftKeyDown() then GMDURA...
File: oUF FloatingCombatFeedback05-16-17
Really thanks lightspark :) Show...
Posted By: gmarco
Really thanks lightspark :) Show me your code o_O oUF is embedded, did you embed oUF_FCF too? oUF_FCF is a plugin, so it has to be loaded AFTER oUF. Ehm it was here the problem ... I didn't embeded oUF_FloatingCombatFeedback.lua ... I simply put it as addon in the in the addon folder. Then I wrote a fcf.lua with the code you...
File: oUF FloatingCombatFeedback05-15-17
Thanks for the reply lightspark,...
Posted By: gmarco
Thanks for the reply lightspark, probably I miss something because I am not able to let it works OUF_Simple. I have tried to add the code almost everywhere in the OUF_simple files but I always get errors. Could be the custom embedded OUF version OUF_Simple is using ?. I have tried to find my unit frame name. http://s6.po...
File: oUF FloatingCombatFeedback05-14-17
Hi lightspark, I was trying to u...
Posted By: gmarco
Hi lightspark, I was trying to use this addon in a OUF ui (oUF_Simple). But I was unable to get it works. Should the UI be able to use it or it should work on any OUF interface ? Thanks.
File: DockingStation (Display)04-26-17
Hi Vrul, I have a small iussue w...
Posted By: gmarco
Hi Vrul, I have a small iussue with docking station. A couple of my addons: http://www.wowinterface.com/downloads/info24394-gmEquipSet.html http://www.wowinterface.com/downloads/info24096-gmSpecs.html Both derived from: http://www.wowinterface.com/forums/showthread.php?t=54975 are unable to display their icon in the ba...
File: gmEquipSet04-24-17
Thanks. I added in release 720-2017...
Posted By: gmarco
Thanks. I added in release 720-2017042402 (committed) :)
File: gmExp04-23-17
L = "右鍵-點...
Posted By: gmarco
L = "右鍵-點擊" L = "左鍵-點擊" L = "中鍵-點擊" Hi, are these the correct locale ? if LOCALE == "zhTW" or LOCALE == "zh-CN" then -- chinese translations by BNS L = "右鍵-點擊"...
File: gmExp04-23-17
I finally know where the problem is...
Posted By: gmarco
I finally know where the problem is, I follow the old version of the Chinese translation(My own previous translation), did not notice the code has changed, so will it be, thank you very much! If you are interested in translating into Chinese, I have been translated and ready to join. I'll upload soon the new version with the local...
File: gmExp04-22-17
Hi, This is not my last version....
Posted By: gmarco
Hi, This is not my last version. As you can see you have 290000% while my addon will have printed something like: http://s6.postimg.org/sxujjmuj5/screenshot_658.png with the "%" sign in the left part and not after the number (to not do something like 290K%). Also for the "Progress in rank" you have the % in the wrong p...
File: gmExp04-22-17
I tried a lot of times, that is no...
Posted By: gmarco
I tried a lot of times, that is no effect, always show the full number. This is odd because I don't understand why it happens. The long/short number is a so simple called to a function. This only verify the long/short variable and then return the right numbers. This is the original code in core.lua: local number = funct...
File: gmExp04-21-17
Hi ! Short numbers and long number...
Posted By: gmarco
Hi ! Short numbers and long numbers seem to have no effect in non-english server, always show full numbers, is there a way to improve it? (I am on Taiwan server, sorry for bad English) Hi, I am italian :) and it worked fine here :) Try click on the broker and move away from tooltip . The next time you hover on the addon yo...
File: gmUi03-29-17
is there a way to edit the action b...
Posted By: gmarco
is there a way to edit the action bars and nameplates without editing the lua? Hi, Unfortunately it is not possible to edit action bars without editing Lua vars inside the addon. The only thing you can modify is the position layout that can be done by: /rab unlock then /rab lock when finished. Btw what changes...
File: gmMounts03-29-17
Hi, tried a few random mount addons...
Posted By: gmarco
Hi, tried a few random mount addons, but none of them seemed to let you use flying mounts in non-flying areas. Found this one and it's just what I want. Just wondering though if there's a way to turn off the chat announcement when summing a mount. Again great addon. Hi, there is no defined cfg that you can set at the moment to...
File: rMinimap03-29-17
Hi Zork, After updating to 7.2 I...
Posted By: gmarco
Hi Zork, After updating to 7.2 I got this error ... 1x rMinimap\core.lua:46: attempt to index global 'MiniMapRecordingButton' (a nil value) rMinimap\core.lua:46: in main chunk Thanks :) P.s. Editing in this way fix the iussue even if I don't know what I lost :) --hide regions MinimapBackdrop:Hide() MinimapBorder:Hi...
File: rActionBar_Gm02-26-17
I wanted to enable seeing my keybin...
Posted By: gmarco
I wanted to enable seeing my keybinds. Is that in your layout or something in the Zork's button mod? I searched for "key" and "bind" and found nothing here: rActionBar_Gm\layout.lua rActionBar\bars.lua rActionBar\core.lua rActionBar\blizzard.lua Is there something I need to add to see it? Hi, I think you have to chec...
File: rButtonTemplate_Gm02-16-17
How i can revert the border size?...
Posted By: gmarco
How i can revert the border size? Do you want to modify the borde size ? Something like this ones: http://www.wowinterface.com/downloads/info24309-rButtonTemplate_Gm_sz.html
File: gmLm02-07-17
Re: Roll
Posted By: gmarco
Hello! Nice addon, thank you!! it is possible to add a roll to information? How many has thrown out everyone. Hi, sorry for the delay in answer but I miss this post. I written the addon mainly thinking to a dungeons and LFR . Are you thinking something about a ML raid ?
File: gmAggroMon02-04-17
It is very strange it works quite w...
Posted By: gmarco
It is very strange it works quite well here without this error. Can you pls provide me the WTF/Account/Your_account/SavedVariables/gmAggroMon.lua . It should be something like: GMAGGROMON = { = true, = -305.976043701172, = true, = false, = true, = 180.415390014648, = false, = 1, = "BOTTOM", =...
File: gmAggroMon02-04-17
Hi, can you try to delete the:...
Posted By: gmarco
Hi, can you try to delete the: \WTF\Account\_YOUR_ACCOUNT_\SavedVariables\gmAggroMon.lua file ? Please let me know.
File: gmAggroMon01-29-17
It is very strange it works quite w...
Posted By: gmarco
It is very strange it works quite well here without this error. Can you pls provide me the WTF/Account/Your_account/SavedVariables/gmAggroMon.lua . It should be something like: GMAGGROMON = { = true, = -305.976043701172, = true, = false, = true, = 180.415390014648, = false, = 1, = "BOTTOM", =...