Giter VIP home page Giter VIP logo

juggycompare's Introduction

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)
  • Adds functionality to broadcast and receive information about loot on a corpse. In case the person responsible for recording loot can't be in the raid, this allows them to still use the same copy & paste method instead of typing in item names by hand.

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", }

juggycompare's People

Contributors

rspeicher avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.