• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

AutoRoller

 

Project Updated:
Files Updated: Sun, Sep 27 2009
Supports Game Version: 3.2.0
Category: Bags & Inventory
Tags:

[Edit Tags]

Project Manager: Mecdemort
Additional Authors: No additional authors
Current Version: v1.0
License: All Rights Reserved
Development Site: WowAce.com
Avg Daily DL (last 30 days): 8
Downloads Total: 1,887
Favorites: 5
Comments: 6
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About AutoRoller
  •  

AutoRoller is a simple addon that will automatically roll on items.

Important: If you have problems with the update, please reset your AutoRoller profile first. This can be done by going into addon options, maximize AutoRoller on the left, click on Profiles, and select Reset Profile.

With the new 0.9 Alpha, AutoRoller has moved to a rules system that will allow vast customization of how and when to roll on items. Comments and suggestions at this point will be greatly appreciated.

Each rule's logic can be any statement that evaulates to true or false.

There are several tags available to ease use:

TagValueDescription
poor0Poor quality items
common1Common quality items
uncommon2Uncommon (green) quality items
rare3Rare (blue) quality items
epic4Epic (purple) quality items
legendary5Legendary quality items
artifact6Artifact quality items
heirloom7Heirloom quality items
raidtrue or falsetrue if you are in a raid
partytrue or falsefalse if you are in a raid
combattrue or falsetrue if you are in combat
quality0-7Item quality; compare by number or tag
itypeArmor, Recipe,...Case sensitive see http://www.wowwiki.com/ItemType
subtypesee http://www.wowwiki.com/ItemType
ilvl226Item level, items from Ulduar25 are 226
reqlvl80required level to wear item
nameRod of Beatingname of item, case sensitive
id23564itemID
boetrue or falsetrue if item is bind on equip
boptrue or falsetrue if item is bind on pickup

All of the preceding tags must be lower case, and can be combined with 'and', 'or', and 'not' along with parenthesis. Following are some examples:

Roll if the item is bind on equip and a green (uncommon) or blue (rare):

boe and (quality == uncommon or quality == rare)

If in a raid and in combat, for epic BoP items:

raid and combat and bop and (quality == epic)

If your character's name is Jimbo, ilvl is 226 or above, and it is not armor:

UnitName('player') == "Jimbo" and ilvl >= 226 and not (itype == "Armor")
  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  AutoRoller v1.0 Release 3.2.0 630 9/27/2009
  AutoRoller v0.9.4 Beta Beta 3.2.0 16 9/25/2009
  AutoRoller v0.9.3 Beta Beta 3.2.0 26 9/14/2009
  AutoRoller v0.9.2 Beta Beta 3.2.0 23 9/11/2009
  AutoRoller v0.2 Release 3.1.0 1,007 5/6/2009
  • 1 page(s)
  • Screenshots (2)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

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.
  • i3ruin said

    Does it not work when it's set to Free for All Loot?

    Reply Report Permalink
  • Mecdemort said

    It can't work on FFA, there's nothing to roll on.

    Reply Report Permalink
  • Highend said

    Just stumbled upon this one and wow, fantastic, saves the hassle to click on all those boss blues in a heroic run *g*

    Regards,
    Highend

    Reply Report Permalink
  • 0.9.2B is trying to roll on BoP items.. Even though i have no rule setup for this. Nor do i have the 'Ignore BoP message' enabled.
    I, do however, get the confirmation dialog on every boss loot.

    Reply Report Permalink
  • Mecdemort said

    I've fixed the problem causing it, just a simple typo. The update should be available soon. Temporarily you can replace boe with not bop.

    Reply Report Permalink
  • Mecdemort said

    Could you paste the contents of your [wowfolder]\WTF\Account\[acctname]\SavedVariables\AutoRoller.lua either here or in a ticket? I believe I know what the problem is but without knowing your settings I can't be sure.

    Reply Report Permalink

  • AutoRollerDB = {
    ["profileKeys"] = {
    ["Siaka - Cenarius"] = "Default",
    ["Sambe - Cenarius"] = "Default",
    ["Omawd - Cenarius"] = "Default",
    ["Kendis - Cenarius"] = "Default",
    ["Clotha - Cenarius"] = "Default",
    ["Demesne - Cenarius"] = "Default",
    ["Kency - Cenarius"] = "Default",
    ["Loail - Cenarius"] = "Default",
    },
    ["profiles"] = {
    ["Default"] = {
    ["rules"] = {
    {
    ["logic"] = "boe and ( quality == rare or quality == uncommon )",
    }, -- [1]
    {
    ["enabled"] = false,
    }, -- [2]
    {
    ["enabled"] = false,
    }, -- [3]
    },
    ["chat"] = false,
    },
    },
    }

    Reply Report Permalink
  • Scorpia said

    Does this handle the bind on pickup warning message? (If not, kinda useless to have bop rules)

    Reply Report Permalink
  • Mecdemort said

    Yes, there is an option to disable the confirmation popup.

    Reply Report Permalink
  • warlock576 said

    how do you change the settings on autoroller

    Reply Report Permalink
  • mattbnr said

    All i have to say is keep it simple please. that is why i love this addon. i tried using passloot and the freaking rules you had to set up were terrible. i love the simple need/greed/pass on this.

    Reply Report Permalink
  • Odlaw said

    :(

    Reply Report Permalink
  • Mecdemort said

    The default rules will be the same as the 3 current options, so it will be easy to switch to the new version if you don't want anything else.

    Reply Report Permalink
  • evanion said

    I have only 1 feature request for this addon:
    Make it check the Atlasloot wishlist, and if the item is listed there, do nothing/need/greed.

    Reply Report Permalink
  • Mecdemort said

    Ok create a new rule, and use the following as the rule's logic:

    AtlasLoot_WishListCheck(id, true)

    Just make sure you remove items you already have from your wishlist or it may roll on them again.

    Reply Report Permalink
  • Mecdemort said

    This is actually 'easily' doable now, I'll have a quick look through the Atlas wishlist code and see if I can't help you with the rule.

    Reply Report Permalink
  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 5,877 Bagnon Bags & Inventory
  2. 2,381 RatingBuster Tooltip, and Bags & Inventory
  3. 2,175 ArkInventory Bags & Inventory
  4. 1,663 Outfitter Bags & Inventory, PvP, and...
  5. 1,340 EPGPLootmaster Chat & Communication, Bags...