Aug 05 2007

SWAG – a WoW Loot distribution Addon

Published by phrog at 11:17 pm under WoW

Moved this to its own page: SWAG

(closing comments on this entry)

7 responses so far

7 Responses to “SWAG – a WoW Loot distribution Addon”

  1. phrogon 09 Aug 2007 at 12:57 pm

    08/09 Fresh update. Split out some of the helper classes into separate files, improved some of the /w functions.

    Next up.. undo functions.

  2. phrogon 11 Aug 2007 at 1:38 am

    I’ve moved the current build onto files.frogpit.com; the version number in the title on this post should not be trusted.

  3. phrogon 19 Aug 2007 at 2:23 pm

    v0.18:

    Initial GUI added:
    – /swag pulls it up.
    – View lists as ‘full’ or ‘active only’
    – Move list members about
    – Assign/Bid on selected loot links

  4. ighoston 21 Aug 2007 at 8:19 am

    Its looking great!

    I love the rolling system.

  5. phrogon 03 Sep 2007 at 10:22 pm

    Where to start. Tons of updates. Current source code moved to ’swag.frogpit.com’. First stab at a CGI to parse/distribute the saved variables.

  6. Matton 04 Jan 2008 at 3:03 am

    We’re trying to add another class full of characters in our guild to an existing list, but it’s not working. Is there any way to add a class out of the Main list?

    I’m using the command line text:

    /swag Vanquished_Defender class_filter=Priest level_filter=70 add_method=random copy_from=Main

    It’s saying that this list already exists. We previously created the list using warriors. We eventually want to create three lists that have the T5 classes in each list.

    Any help will be appreciated!

    Thanks,
    Matt

  7. phrogon 05 Jan 2008 at 4:21 pm

    Matt: sorry for the delay in reply, the comment-spam level is getting kind of crazy.

    I’m afraid the only direct way to do this is to modify the values in the saved variables file directly.

    Making sure you’re out of the game, open up your swag.lua saved variables file, and look for the definition of the booty list your looking to edit:

    ….
    ["t_booty_lists"] = {
    ["Fallen Hero"] = {
    ["class_filter"] = {
    “Hunter”, — [1]
    “Mage”, — [2]
    “Warlock”, — [3]
    },
    ….

    …and enter the classes you desire in the array list.

    (I’m closing comments on this topic, and re-opening them on on the new SWAG page)