Results: 4Comments by: Grogwort
File: MiniMap by Fyrakin08/06/14
Just a heads-up. I came across thi...
Posted By: Grogwort
Just a heads-up. I came across this typo (I assume) in latest version: Line 458 of ZrMM.lua if mPin:IsQuest() == ture then I'm thinking "ture" means "true" :)
File: Merchants07/23/14
Quick fix for mouse-over error [Updated]
Posted By: Grogwort
Quick fix for the following error: user:/AddOns/Merchants/Merchants.lua:225: operator .. is not supported for nil .. string stack traceback: user:/AddOns/Merchants/Merchants.lua:225: in function 'GetInfoFromTag' user:/AddOns/Merchants/Merchants.lua:244: in function 'tooltipFn' EsoUI/Ingame/Map/WorldMap.lua:871: in function 'Upda...
File: Lootdrop, Continued (All in One)06/01/14
Love this mod! But small prefere...
Posted By: Grogwort
Love this mod! But small preference for the simple stack up animation of previous version 1.7.6 compared to 1.8.0 I liked how it was kind of unobtrusive and just stacked quietly (I put mine in lower right corner of the screen). Now it is quite animated. Just a personal preference.
File: Luminary - BankerShutUp05/13/14
Love this mod, but the crafting tab...
Posted By: Grogwort
Love this mod, but the crafting tables feature wasn't working. So I took a look at your code in BankerShutUp.lua. In this: function BankerShutUp:shutupCraft(idNumber, index) if mBankerShutUpSV.SHUTUP_BLACKSMITH then if index == CRAFTING_TYPE_BLACKSMITHING then BankerShutUp.ShutUpQuick()...