AutoRoller

This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

/action logic

Action can be none, need, greed, or disenchant
Logic can be any lua statement that evaluates to true or false
Add -- at the beginning of the line to disable:

  --/need purple

Constants

poor0
common1
uncommon2
rare3
epic4
legendary5
artifact6
heirloom7
silver100
gold10000

Variables

raidbooleantrue if you are in a raid
partybooleanfalse if you are in a raid
combatbooleantrue if you are in combat
qualitynumber0 to 7, use constants above
itypestringArmor, Weapon, etc
subtypestringsee http://www.wowwiki.com/ItemType
ilvlnumberitem level
reqlvlnumberrequired level to equip
namestringname of item, case sensitive
idnumberitemID
boebooleantrue if item is bind on equip
bopbooleantrue if item is bind on pickup
zonestringcurrent zone from GetZoneText()
subzonestringcurrent sub zone from GetSubZoneText()
valuenumbervender cost of an item in copper
greenbooleantrue if uncommon
bluebooleantrue if rare
purplebooleantrue if epic
needbooleantrue if you can roll need
greedbooleantrue if you can roll greed
disenchantbooleantrue if you can roll disenchant
betterilvlbooleantrue if the item's ilvl is higher than equipped

GearScore or GearScoreLite required

gearscorenumbergearscore of the item
bettergsbooleantrue if item's gearscore is higher than equipped

The following is the filter set I use on one of my alts.

/none (subtype == "Pet") or (subtype == 'Mount')
/need (name == "Battered Hilt")
/disenchant green
/greed (name == 'Frozen Orb') or not (need or disenchant)
/disenchant party and blue and (value < (7 * gold)) and not betterilvl
/greed party and blue and not betterilvl

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    18975
  • Created
    May 1, 2009
  • Last Released File
    Mar 9, 2010
  • Total Downloads
    11,878
  • License

Categories

Members

Recent Files

WoW Retail