Download
(28Kb)
Download
Updated: 05-10-23 10:19 PM
Pictures
File Info
Compatibility:
Embers of Neltharion (10.1.0)
Updated:05-10-23 10:19 PM
Created:01-24-17 12:51 PM
Downloads:2,750
Favorites:4
MD5:

gmLm

Version: 1010-2023051102
by: gmarco [More]

gmLm

gmLootMonitor

A minimal LDB plugin to show the latest group loots (and optionally whisper to the more lucky players if they want to give the loots to you)

Works better with a data broker display like chocolate bar, bazooka, ninjapanel, stat block, titan panel, docking station, buttonbin and more, but you can also use the console command to attach to minimap.

Use:

Lua Code:
  1. /gmlm
  2.  
  3. or the commands
  4.  
  5. /gmlm minimap show
  6. /gmlm minimap hide
  7. /gmLm demo
  8. /gmLm reset

If you are interested in helping translating, please visit forum:
https://www.wowinterface.com/downloa....html#comments


providing the following entries:

Lua Code:
  1. L["Right-Click"]        = ""
  2. L["Left-Click"]         = ""
  3. L["Middle-Click"]       = ""
  4. L["Items reports"]      = ""
  5. L["No items yet"]       = ""
  6. L["Whisp player"]       = ""
  7. L["Show item"]          = ""
  8. L["Min Quality"]        = ""
  9. L["Equip Only"]         = ""
  10. L["Myself"]             = ""
  11. L["Demo"]               = ""
  12. L["Hey, do you mind to trade me %s if you don't need it ?"] = ""

Example in Italian:

Lua Code:
  1. -- Italian translations by me
  2. L["Right-Click"]        = "Tasto-Destro"
  3. L["Left-Click"]         = "Tasto-Sinistro"
  4. L["Middle-Click"]       = "Tasto-Centrale"
  5.  
  6. --- etc etc

Actually it supports for the following locale:
- enUS
- itIT
- zhTW. Thanks to BNS.
- zhCN. Thanks to BNS.

1010-2023051102
- bump toc
- added in .toc the IconTexture key
- fixes items in the demo

1000-2022122301
- first fixes for Need/Greed loot give method.

1000-2022110601
- added X-WoWI-ID and X-Curse-Project-ID keywords to let WowUp manage it
- bump toc

915-2021110401
- Used the latest LibQTip v.9.1.5-1-g4c6a3d8
- dump toc

915-2021110301
- Hotfix a libqtip error. (taken from xodiv inputs in curseforge pages).
- bump toc

900-2020101801
- update libqtip to the latest 442326b-alpha

900-2020101401
- bump toc
- first fixes to work with 9.0.x
- update libqtip to the latest
- fixed a display class color

830-2020040601
- fixed a bug in open legenda
- remake the loading defaults

830-2020040101
- fixed a stupid bug

830-2020033101
- added the :SetScale() on tooltip and (from 0.8 to 2.0 step 0.05)
- managed the configurations and the legenda
- revamped the help and the layout

830-2020033002
- update the chinese localization (zhCN and zhTW) by BNS. Thanks so much my friend.

830-2020033001
- complete rewrite using libqtip
- localization
- added a minimap icon (by default is hidden) and removed the custom frame

the minimap icon can be show/hide with the console cmd:

/gmlm minimap show
/gmlm minimap hide

- added a demo
/gmlm demo or ALT+middle mouse button on broker


830-2020031501
- bump toc

820-2019082601
- fixed a little bug triggered when you cage a pet from collection

820-2019062801
- bump toc

810-2018122201
- bump toc

801-2018081101
- bump toc

720-2017042201
- fix a toc bug

720-2017032801
- bump toc

715-2017021301
- added the cli command to show it (if you don't have an LDB)

715-2017012401
- initial release
Thanks Lombra for his inputs:
http://www.wowinterface.com/forums/showthread.php?t=55021
Optional Files (0)


Archived Files (4)
File Name
Version
Size
Author
Date
1000-2022122301
28kB
gmarco
12-23-22 02:39 PM
1000-2022110601
28kB
gmarco
11-06-22 03:07 AM
915-2021110401
27kB
gmarco
11-04-21 12:33 AM
915-2021110301
27kB
gmarco
11-03-21 02:09 PM


Post A Reply Comment Options
Unread 12-23-22, 01:16 PM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Hi all,

I think I have fixed it...

Just a couple of raid run to check and then I cmmit
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 12-20-22, 10:51 AM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Originally Posted by cremor
Here is a debug print from when the error happens:
Code:
DEBUG: player: itemlink: [Kontrollierte Strömungstechnik] qlt:4 class:Rüstung subclass:Verschiedenes equislot:INVTYPE_TRINKET classid:4 subclassid:0 disabled:true
Looks like 'player' is an empty string.
Thanks so much for pointing out the error.
I have to check it better now.
The problem is that I am not so often in raid group with need/greed options on loots.
It happens only there I think.

I try to fix asap.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 12-19-22, 03:44 PM  
cremor
A Murloc Raider

Forum posts: 9
File comments: 46
Uploads: 0
Here is a debug print from when the error happens:
Code:
DEBUG: player: itemlink: [Kontrollierte Strömungstechnik] qlt:4 class:Rüstung subclass:Verschiedenes equislot:INVTYPE_TRINKET classid:4 subclassid:0 disabled:true
Looks like 'player' is an empty string.
Report comment to moderator  
Reply With Quote
Unread 12-19-22, 06:48 AM  
BNS
A Kobold Labourer
 
BNS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 111
Uploads: 1
There is a addon with similar features, which may be available for reference.
https://www.curseforge.com/wow/addons/nanoloot
Report comment to moderator  
Reply With Quote
Unread 12-16-22, 12:06 AM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Originally Posted by cremor
I also get this error multiple times when items are rolled on after killing a boss in the new raid.

I do not get the error in dungeons. Only in raids where the new group loot feature to roll on items is used. The error happens while the items are still being rolled on. So maybe it doesn't work because there is no winner yet?

I'm playing with a German WoW client in case that matters.

Code:
3x gmLm/core.lua:489: Usage: local className, classFilename, classID = UnitClass(unit)
[string "=[C]"]: in function `UnitClass'
[string "@gmLm/core.lua"]:489: in function <gmLm/core.lua:430>

Locals:
(*temporary) = nil
Thanks so much for this input.
I investigate asap in this direction.

Thanks.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 12-14-22, 03:57 PM  
cremor
A Murloc Raider

Forum posts: 9
File comments: 46
Uploads: 0
I also get this error multiple times when items are rolled on after killing a boss in the new raid.

I do not get the error in dungeons. Only in raids where the new group loot feature to roll on items is used. The error happens while the items are still being rolled on. So maybe it doesn't work because there is no winner yet?

I'm playing with a German WoW client in case that matters.

Code:
3x gmLm/core.lua:489: Usage: local className, classFilename, classID = UnitClass(unit)
[string "=[C]"]: in function `UnitClass'
[string "@gmLm/core.lua"]:489: in function <gmLm/core.lua:430>

Locals:
(*temporary) = nil
Last edited by cremor : 12-14-22 at 04:02 PM.
Report comment to moderator  
Reply With Quote
Unread 11-11-22, 04:03 PM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Originally Posted by BNS
This error occurred in a raid.
There is no problem on the display, you can see the screenshot of the following webpage, but you will jump out of the error .
https://addons.miliui.com/show/223/all
By the way, can I share your addons here? It will indicate the source.
Hi BNS,

sure you can share and do what you want of my addons
No problems

And now about the error ... I was not able to reproduce it.
I'll try to run a LFG run in a raid to check it and let you know.

Stay tuned ...
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 11-07-22, 07:07 PM  
BNS
A Kobold Labourer
 
BNS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 111
Uploads: 1
This error occurred in a raid.
There is no problem on the display, you can see the screenshot of the following webpage, but you will jump out of the error .
https://addons.miliui.com/show/223/all
By the way, can I share your addons here? It will indicate the source.
Report comment to moderator  
Reply With Quote
Unread 11-07-22, 03:07 PM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Hi,

In this period I have done a lot of m+ dungeons to test others addons as well but I never trigger this error. :/

This is the code:



In line 486 I try to find the class ot the "player" who get the loot.
If it is not possible I assume that the player name is in the form name-domain and so I have to split it and recheck (489).

It works for me ... is there something different in the chinese servers in the naming conventions ?



Please let me know.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 11-07-22, 08:21 AM  
BNS
A Kobold Labourer
 
BNS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 111
Uploads: 1
Every time killed one Boss, The following errors occur after picking up items:

Code:
12x Interface/AddOns/gmLm/core.lua:489: Usage: local className, classFilename, classID = UnitClass(unit)
[string "=[C]"]: in function `UnitClass'
[string "@Interface/AddOns/gmLm/core.lua"]:489: in function <Interface/AddOns/gmLm/core.lua:430>

Locals:
(*temporary) = nil
Last edited by BNS : 11-07-22 at 09:09 AM.
Report comment to moderator  
Reply With Quote
Unread 03-31-20, 09:35 AM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Originally Posted by BNS
Thank you very much! It's great to have this feature.
I'll update all others ... step by step
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 03-31-20, 05:37 AM  
BNS
A Kobold Labourer
 
BNS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 111
Uploads: 1
Thank you very much! It's great to have this feature.
Report comment to moderator  
Reply With Quote
Unread 03-30-20, 11:20 PM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Hi BNS,

I was thinking about what you said on the zoom of the tooltip and taking the suggestion of EKE is so easy to implement.

So I did.

Lua Code:
  1. SHIFT + LEFT click decrease by 0.05 till 0.8
  2.  
  3. SHIFT + RIGHT click increase by 0.05 till 2.0



I think I'll upload and updated soon.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 03-30-20, 05:04 AM  
BNS
A Kobold Labourer
 
BNS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 111
Uploads: 1
Hi! The following is a supplementary translation.
zhTW:
Code:
L["Items reports"]		= "物品報告"
L["No items yet"]		= "尚無物品"
	
L["Whisp player"]		= "密語玩家"
L["Show item"]			= "顯示物品"
	
L["Min Quality"]		= "最低品質"
L["Equip Only"]			= "只限可裝備"
L["Myself"]				= "我自己"
L["Demo"]				= "範例"

L["Hey, do you mind to trade me %s if you don't need it ?"] = "您好!如果您並不需要%s 可否交易給我呢?感謝!"
zhCN:
Code:
L["Items reports"]		= "物品报告"
L["No items yet"]		= "尚无物品"
	
L["Whisp player"]		= "密语玩家"
L["Show item"]			= "显示物品"
	
L["Min Quality"]		= "最低品质"
L["Equip Only"]			= "只限可装备"
L["Myself"]				= "我自己"
L["Demo"]				= "范例"

L["Hey, do you mind to trade me %s if you don't need it ?"] = "您好!如果您并不需要%s 可否交易给我呢?感谢!"
Report comment to moderator  
Reply With Quote
Unread 01-01-19, 02:00 AM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Originally Posted by gmarco
Hi,

I'll check it asap. I am currently use docking station and it seems to works fine.

I'll let you known.
Hi again.

Uhm I have to check better because I am not able to reproduce it.




Can you try to move in the bar position to see if something else is covering it ?
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Last edited by gmarco : 01-01-19 at 02:25 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: