- Screenshot
- More
- More Information
| Created On: | Aug. 2, 2005 |
|---|
- About LootHog (dinesh)
Original version from Chompers:
http://www.curse-gaming.com/mod.php?addid=1266
http://ui.worldofwar.net/ui.php?id=756
Thanks to Chompers for this great addon.
Dinesh is so kind and will be maintaining the mod with
me. The new version 2.6.1 is entirely from him so thx
alot! As of now we both are responsible for the mod.
He will be added to the list of maintainers as soon
as possible.
Type /loothog or /lh in your chat window to open the
main window of loothog.
This addon collects /random rolls in a window and lists
all players who rolled plus their class and level.
The list will show all players in your group/raid and
show if they have rolled or still have to. Rolls are
ordered with the highest at the top of the list.
---------------------
TITAN PANEL SUPPORT:
---------------------
You can now access the roll list via a Titan Panel
plugin. Just activate this plugin through the
Titan Panel menu.
If you are using
the Titan Panel plugin and don't want the
LootHog main window to auto show when someone rolls
deactivate the auto show feature via the options panel
of LootHog.
---------------------
Feature List:
* Automatically detects random rolls and collects them in a window
* Class and level information will be shown in the list (only in groups possible)
* Working translations: English, French, German
* Option to discard /random rolls from users which are not in your group or raid
* Players can pass on /random rolls if typing the correct pattern
* Option to acknowledge rolls to players
* Option to clear list if someone else announces the winner
* Option to output the roll table in ascending order to chat
* Visual clarification of the draw case (equal rolls from players)
* Random-Roll Button and Pass Button
* Countdown with auto announce after countdown finished
* Announce players which have yet to roll to chat via a button
* myAddOns support
* Titan Panel support
You can pass on a roll by typing a key word (case insensitive):
German: Passe
English: Pass
French: Passe
Some features where inspired or taken from the
comments on the original addon on this site.
I tried to give full credit to everyone who
contributed. If I overlooked someone please
drop me a note.
Comments and Bug reports will be welcome.
To Do (in no particular order):
* Options dialog appears to display defaults on load, even though settings are correctly set in the mod
* Add ability to announce 'Top X Rollers' where X > 1
* Create option to switch between comma separated and newline separated when announcing rolls (possibly some number of party members/rollers above which it will switch from latter to former)
* Create option to change bounds of 'Roll' button
* Option to change parameters for bounds checking (i.e. not only 1-100)
* Option to turn off group notification
* Fix window sizing across resolutions - maybe use slider?
* Option to have timeout trigger a countdown
* Option to enable/disable 'pass' checking
* Option to enable/disable list of non-rollers
* Option to switch between 'clear/hide' and 'disable' on seeing someone else announce
* Support for BossPanel
* Support for FuBar
* Add warning text before countdown starts
Regards
Suan (Khaz'goroth) and Dinesh (Dalaran)
- Downloads (2)
- Screenshots (3)
- Tickets
- Comments
- RSS
You need to login or register to post comments.
Benefits of Registration
- Interact with hundreds of thousands of other gamers on an open social network.
- Post your stories, news, images, videos, and other content to share.
- Create a network with your fellow gamers or join an existing one.
- Gain reputation for everything you do.
- Similar Addons
- 4,418 Auctioneer Auction & Economy, Mail, ...
- 1,373 BigWigs Bossmods Raids & Encounters, Other, ...
- 951 Koruyo's Interface PvP, Group/Guild Management, ...
- 699 Enhanced Newbie ... Chat & Communication, Auction ...
- 670 Druid Bar Other and Druid
- 15,799 QuestHelper Map and Quest & Leveling
- 5,510 Omen Threat Meter Raids & Encounters
- 5,418 Atlasloot Enhanced PvP, Map, Tradeskill, and ...
- 4,871 GroupCalendar Group/Guild Management, Quest ...
- 4,820 Titan Panel Action Bars






- +0
- Thumbs Down
- Thumbs Up
dinesh saidIs there anything not working under 2.1? Mine works fine just being loaded out of date.
Mith: as I've said before, we included Titan support when someone who used Titan wrote it. Someday perhaps I will switch to FuBar, but until then someone who uses FuBar will have to write it.
- +0
- Thumbs Down
- Thumbs Up
johtro saidhttp://www-en.curse-gaming.com/downloads/details/6054/
- +0
- Thumbs Down
- Thumbs Up
wsuhoey saidWill we see an update for this for 2.1?
- +0
- Thumbs Down
- Thumbs Up
Mithoron saidCan we please get FUBAR support? Love Loothog and since switching to FUBAR (much better than Titan memory-wise) I've missed this...and the stand-alone version just doesn't cut it, hehehe...
- +0
- Thumbs Down
- Thumbs Up
dinesh saiddrakma, i am quite certain that I never saw that behavior when I was testing. Are you sure you installed it correctly? What language and locale?
- +0
- Thumbs Down
- Thumbs Up
Drakma saidHi, yes I think I installed ot correctly. Is there anything special to do ? I am using the french client. Drak
- +0
- Thumbs Down
- Thumbs Up
Drakma saidHi, just one thing (too tired to read if it has been asked before),
but when you annonce the result it says something like :
XXXX wins with a : (65-1) 100
But in fact he won with a 65 (1-100) , if you could correct that plz.
Drakma
- +0
- Thumbs Down
- Thumbs Up
dinesh saidre: jweick that does sound fun, but it's such a guild specific thing, I don't think I will want to clutter up the options for the majority of users with it.
I can't really think of an easy way to get the custom behavior you want, since we rely on the winning roll being the highest number. you could potentially modify loothog_ProcessRoll to look for rolls of 1 and turn them into 101, which would work, but then when you announced it would still say 101. good luck if you want to give it a shot - i'll certainly try to help out if you have more questions.
- +0
- Thumbs Down
- Thumbs Up
jweick saidcustom feature...........
we love using your mod but
in our guild a roll of 1 beats 100 (ace trumps King) and it is a lot of fun.
we were wondering if it was possible to either:
2 if you could make that an option in the menu to allow for 1 to be recognized as a win
thank you in advance
- +0
- Thumbs Down
- Thumbs Up
gjamendola saidre: Fairytale - Anyone could tell me please how to fix the complete list of rolls to show the rolls in separated rows instead of all in one.
I posted this awhile back and it still works. I take no credit for this modification since a friend did it for me and would prefer to remain anon. Feel free to add or do as you like with it. Thanks for the great mod.
Open loothog.lua, go to line 500
Replace:
local roll_counter = #loothog_rolls local report_roll = "" while (roll_counter >= 1) do --report_roll = "" if (report_roll == "") then report_roll = string.format(LOOTHOG_MSG_ROLLS, roll_counter, loothog_rolls[roll_counter][1], loothog_rolls[roll_counter][2]) else report_roll = report_roll .. ", " .. string.format(LOOTHOG_MSG_ROLLS, roll_counter, loothog_rolls[roll_counter][1], loothog_rolls[roll_counter][2]) end --loothog_chat(report_roll) roll_counter = roll_counter - 1 end
With:
local roll_counter = table.getn(loothog_rolls) local report_roll = "" while (roll_counter >= 1) do --report_roll = "" --if (report_roll == "") then -- report_roll = string.format(LOOTHOG_MSG_ROLLS, roll_counter, loothog_rolls[roll_counter][1], loothog_rolls[roll_counter][2]) --else -- report_roll = report_roll .. ", " .. string.format(LOOTHOG_MSG_ROLLS, roll_counter, loothog_rolls[roll_counter][1], loothog_rolls[roll_counter][2]) --end --loothog_chat(report_roll) loothog_chat(string.format(LOOTHOG_MSG_ROLLS, roll_counter, loothog_rolls[roll_counter][1], loothog_rolls[roll_counter][2])) roll_counter = roll_counter - 1 end
- +0
- Thumbs Down
- Thumbs Up
Fairytale saidAnyone could tell me please how to fix the complete list of rolls to show the rolls in separated rows instead of all in one.
- +0
- Thumbs Down
- Thumbs Up
Suan saidHi folks,
@ mir, I think you refer to my comment on the mod RollTracker on this site. It is dated back to 2005/09/26. It was a polite comment albeit a bit short. I posted it in regard of the posting dates of both extensions of LootHog in an effort to unify the source for users. No offence meant. I hardly spammed there nor at any other place so I don't get why your so aggressive or unmannered. Now for your assumptions: LootHog is no trojan :-) Titan Panel should have been an optional requirement (if not so something went wrong unintentional ;-). The mod works standalone as far as I know. More RAM is used due to increased features and/or sloppy programming. LootHog is simple, if you read all the old comments or kept track of all the feature requests you would see that I always tried to keep it simple and to the point. Only mistake is that I did not update it too frequently in the past which now is entirely dinesh's job.
Be polite
Regards Suan
- +0
- Thumbs Down
- Thumbs Up
dinesh saidNew version 3.0.1 is released. It only changes things a little for TitanLootHog, which is now distributed separately: http://wow.curse-gaming.com/en/files/details/5358/titanloothog/
re:funkydude - I just tried disabling TItanLootHog and running the mod, and didn't discover any obvious errors. Can you be more specific?
re: mir - well, I can tell you it's not a trojan. I don't know exactly what comments you're referring to from Suan, though I do remember his annoyance when someone took this code and released a practically identical version in the past. In any case, what's done is done. If you don't like this mod, feel free not to use it. Otherwise, feel free to make suggestions for improving it.
re:hexas - this version (and the new TitanLootHog download) should work now.
re: shurikenv - I'll add it to the to do list, but I am very behind on new feature enhancements these days.
- +0
- Thumbs Down
- Thumbs Up
Shurikenv saidi like the chances you have done i was wondering if you could add on when you do a count down it does a "last call for rolls" and then the count down it would just be a bit nice
- +0
- Thumbs Down
- Thumbs Up
Hexas saidsoory Titan Loothog is Inkompatibel
- +0
- Thumbs Down
- Thumbs Up
-mir- saidsuan-
your spamming all the similar mods actually makes me want this one LESS. it makes me skeptical that this isn't some sort of trojan in disguise.
on top of that, not everyone uses titan panel. further more, yours somehow needs about 2x the script RAM of the original loothog, and even more than roll tracker.
sometimes simple = good. not being an ass and claiming all rivals should stop being DL'd goes a long way too.
- +0
- Thumbs Down
- Thumbs Up
dinesh saidthat is what i was planning to do, as i said in the comment right before yours.
are you saying you're getting errors now? if so, I'll look into them - the titan code was added before i joined the project, so i don't really know how they did things. (and I do use titan, so I am not seeing any errors if there are some.)
- +0
- Thumbs Down
- Thumbs Up
funkydude saidcould you please make titanloothog an optional dep for loothog. some people don't use titan and loading it via xml will give an xml error. loading via optionaldep is a much smarter choice.
- +0
- Thumbs Down
- Thumbs Up
dinesh saidsorry, you're right. i'm actually going to separate titanloot into its own addon shortly. when i do so, i'm also going to release a new version of loothog that lists titan as an optional dependency - otherwise the titan plugin won't necessarily pick up rolls if it loads in the wrong order.
- +0
- Thumbs Down
- Thumbs Up
jasonkresge saidTitan Loot wasn't updated, but a simple TOC change and it works fine.