promotional bannermobile promotional banner

JuggyCompare

Abandoned
In-game Loot Factor (DKP) comparisons for Juggernaut

JuggyCompare

JuggyCompare is a World of Warcraft addon that makes Juggernaut's Loot Factor data available to officers in-game. This allows more informed loot decisions without forcing each officer to tab out to the website, compare any number of members who sent on an item, and then tabbing back to discuss their opinion with other officers.

The loot factor data is pulled from JuggyCompare_Data.lua, and I've included an example of the expected format in case you want to try to replicate it. But only Juggernaut officers have access to the real data that we use.

Files

JuggyAttendance.lua

Performs several functions related to attendance and loot recording:

  • Adds a command to copy a list of everyone in the raid (/att)
  • Adds a command to copy a list of loot on a corpse (/lc)

JuggyCompare.lua

Handles all things comparison-related.

JuggyCompare_Data.lua

Stores the data used in the comparison. Ideally pulled daily from a website before raids.

Example format

JuggyCompare_Data = {
  ["updated"] = "August 30, 2009 00:00",

  ["Tsigo"] = {
    ["NAME"]     = "Tsigo",
    ["RANK"]     = "Officer",
    ["RAIDS_30"] = "100%",
    ["RAIDS_90"] = "100%",
    ["RAIDS_LT"] = "100%",
    ["LASTLOOT"] = "2009-08-30",
    ["LF"]       = "0.00",
    ["SLF"]      = "0.00",
    ["BISLF"]    = "0.00",
  },
}

JuggyCompare_Nicks.lua

Contains a list of "nicknames" for members. Useful if someone is constantly mis-typing someone's name, or if a member changes their name and officers are still using the old one out of habit. Note that this shouldn't be used for abbreviation of names, as the core JuggyCompare has functionality to match partial names.

Examle format

JuggyCompare_Nicks = {
    methos = "Baud",
    kamien = "Tsigo",
}

The JuggyCompare Team

profile avatar
  • 6
    Projects
  • 125.3K
    Downloads

More from _ForgeUser5958View all

  • EasyDestroy project image

    EasyDestroy

    • 11.9K
    • Addons

    Hold Alt-Shift and right-click an item to destroy it.

    • 11.9K
    • October 25, 2012
    • Addons
  • Cutup project image

    Cutup

    • 74.4K
    • Addons

    A collection of Rogue modules.

    • 74.4K
    • July 30, 2011
    • Addons
    • +1
  • RaidCooldowns project image

    RaidCooldowns

    • 123.7K
    • Addons

    Tracks, transmits and displays the cooldowns of your raid.

    • 123.7K
    • July 29, 2010
    • Addons
    • +2
  • FilterAFK project image

    FilterAFK

    • 42
    • Addons

    FilterAFK

    • 42
    • November 2, 2006
    • Addons
  • EasyDestroy project image

    EasyDestroy

    • 11.9K
    • Addons

    Hold Alt-Shift and right-click an item to destroy it.

    • 11.9K
    • October 25, 2012
    • Addons
  • Cutup project image

    Cutup

    • 74.4K
    • Addons

    A collection of Rogue modules.

    • 74.4K
    • July 30, 2011
    • Addons
    • +1
  • RaidCooldowns project image

    RaidCooldowns

    • 123.7K
    • Addons

    Tracks, transmits and displays the cooldowns of your raid.

    • 123.7K
    • July 29, 2010
    • Addons
    • +2
  • FilterAFK project image

    FilterAFK

    • 42
    • Addons

    FilterAFK

    • 42
    • November 2, 2006
    • Addons