Category: Raid Mods
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Author:
Version:
r84
Date:
09-14-2009 06:34 PM
Size:
193.39 Kb
Downloads:
6,630
Favorites:
119
MD5:
Pictures
Click to enlarge
Main menu
PassLoot   Popular! (More than 5000 hits)
What this mod does

This mod will allow you to automatically roll greed, need, pass, or if the setting is disabled, let you manually roll on loot based on customized loot rules.

By adding customized rules, you can do things like roll greed on all Bind on Equip items, except in Karazhan. You could also let it ignore all Bind on Pickup items, to let you manually roll on them.

Features
Automatic loot settings for each category:
  • Pass - This will automatically pass on the loot in this rule.
  • Greed - This will roll greed on the loot in this rule.
  • Need - This will roll need on the loot in this rule.
  • If no loot method is selected, you will have to manually roll on the items.

Loot rules can filter loot based on the following:
  • Bind on status
  • Equip slot
  • Group/Raid
  • Item Level
  • Item Name (partial or exact)
  • Item price
  • Loot Won Counter/Comparison (How often you have won an item with the rule)
  • Quality
  • Required Level
  • Item type and subtype
  • Uniqueness
  • Zone
  • Zone Type

Each filter may have multiple matches.
At least one match from each filter is required to match the entire rule.
An example of this logic:
Quality:
- Rare
- Epic
Binds on:
- None
- Equip
- Use
This will match all (Rare OR Epic) AND (None OR Equip OR Use)

Basic Usage
  • To open the configuration menu, type /passloot
  • Use Add button to create a new rule (Rules are processed in the order they are listed)
  • To remove a rule, select the rule and click the remove button
  • To move a rule up and down in the list, select the rule and click the up/down buttons
  • Once a rule has been selected, you can edit the description or change it's filters.
  • To add a filter to the selected rule, select the filter you wish to add and click add.
  • To remove a filter, select the filter in the Active Filters window and click remove. (You can also shift-right click the filter)
  • To edit an active filter, select the filter in the Active Filters window and change it's properties. (You may have multiple filters of the same type to match)

Example setup

If you want to roll greed on all BoE items, except when on a raid in Karazhan, you can do the following:
  1. Create 3 rules.
  2. In the first rule, set the Zone to Karazhan.
  3. In the second rule, set the Bind On dropdown to pickup.
  4. In the third rule, set the Bind On dropdown to any (or equip), and select the Greed checkbox.
The rules are matched in the order they appear.

Notes
  • Default settings
    • Mod: On (If this setting is off, it won't do automatic pass/greed/need on anything)
    • Quiet: disabled (If this setting is enabled, you won't see what it rolls on)
    • All loot categories are disabled by default to let you manually roll on them.
  • When rolling greed or need on BoP items, WoW will still ask you if you are sure you want to roll since it will bind on pickup.
  • The Loot Won Counters are only incremented when you win loot. It will remember what rule was matched and will increment that counter accordingly.

Translation
  • Translation is done through the localization system at www.wowace.com/projects/pass-loot/localization/
  Change Log - PassLoot
- r84 -
Shrunk the UI a tiny bit so it could fit in the Blizzard Interface Panels. UI is now displayed there.
ZoneType dropdown expanded a little.

- r83 -
Workaround libsink deforming item links.

- r82 -
Moving from UI from xml to lua coded.

- r81 -
Refresh Active/Available filter lists after disabling a module.

- r80 -
Fixed the tooltip frame that was supposed to be passed to modules.
Removed the settings and profiles tabs, and moving them to Ace config menu.
Renamed some localization keys.
ItemPrice: 3.2 does not need LibItemPrice any longer I believe.
ZoneType: 3.2 changes for 10/25 man normal/heroic modes.
Renamed Zone.lua to ZoneName.lua
Removed PassLoot.xml and Modules.xml
Updated .toc for 3.2

- r79 -
Translation repackage - Russian update (Thanks StingerSoft and lacostes)

- r78 -
toc update (Adding X-WoWI-ID for Minion updater support)

- r77 -
Changed ItemPrice to use a money input frame, and display money with some icons.

- r76 -
Repackaged with updated libraries.

- r75 -
correct toc version

- r74 -
Support for Raid Normal/Heroic in ZoneType filter.
toc update

- r71 -
Added RollMethod to PassLoot_OnRoll message.

- r70 -
Moved the PassLoot_OnRoll event to before the actual rolling occurs, and added the RollID to it's arguments.

- r69 -
Removed embeds.xml, updated .toc

- r68 -
WotLK compatibility.
Binds: Added Bind on Account
TypeSubType: Added Sigils, Inscription Bag, Glyphs, Armor and Weapon Enchantments,
OptionFrameBoxTemplate replacement.
Description change
Added a Settings tab, moved Quiet/Enable mod checkboxes there
Added option to change output to different chat frames using LibSink
Added ItemLevel and RequiredLevel filters
Changed ShowTooltip()
Added ItemPrice filter. Must have a item price library/mod that gives GetSellValue(), or have ItemPrice-1.1 library.
Removed a few remaining arg1 and this's
Small code change to look more uniform.
Added some more data validation checks.

- r79132 -
Redesigned the UI a bit
You may now have multiple filters of the same type (Must have at least 1 match from each filter type)

- r77429 -
PassLoot is now modular. Each filter is it's own module, allowing people to create their own modules.
Changed the layout a little bit.

- r76645 -
Added Group/Raid selection to check if you are in a group or raid.
Added Zone Type to check what type of zone you were in (outside, normal group, heroic group, or raid instance)
Added a Loot Won Comparison and Loot Won Counter. The counter for each rule is incremented only when you win loot based on that rule.

- r65855 -
Updated toc for 2.4

- r64541 -
Updated toc
Changed a few formatting strings
zhTW and zhCN translations from a few people
libbabble-inventory-3.0 seems to have been updated to support more languages as well

- r63489 -
Added a locales.xml
Fixed externals issue.

- r63478 -
Updated .toc to allow embeded files to be loaded separately
Changed versioning to reflect the svn #s instead.

- 3.0.0 -
Changed EquipSlot to a 2-tier dropdown menu style. Dividing up the slots into armor/weapon/misc slots
Merged ItemType and ItemSubType dropdowns into a single dropdown. Also using the 2-tier style.
Removed the command line functions of menu, quiet, enable. (it goes directly to the config window)
Rewrote a few functions (localization, db, event handling) using Ace.

- 2.8.1 -
Fixed error message. (Unique setting wasn't being set on upgrade)

- 2.8.0 -
Added tooltip scanning back in to check for binding and uniqueness
Binding now has the following options: Any, None, Equip, Pickup, Use, Quest
Added a unique check with the following options: Any, Unique, Not (unique)

- 2.7.0 -
Added a button to create a copy of the current profile.
Fixed highlighting text bug.
Added small bits of german localization (item types, subtypes, and equip locations) Untested.

- 2.6.0 -
Updated for 2.3.0
Added the new categories for items in Consumable and Trade Goods, and Containers.

- 2.5.1 -
Updated toc

- 2.5 -
Displays what rule was matched when it rolls on an item.
Combined the ranged weapons for equip slots (guns were showing up under wands).
Combined the chest location to include robes.
Updated a few tooltip descriptions

- 2.4 -
Changed item names to be case-insensitive.
Added a checkbox to turn on/off the mod from the menu.
Added profiles. You can now create your own, or use the default. The default profile can not be deleted. (although individual rules can)
Added a tab menu to switch between rules and profiles.
Changed the way Equip slot works. It is now an equip type.
Removed Armor and Weapon types.
Added Type, and SubTypes. You can now select armor, weapon, recipes, gems, etc from the Type dropdown. SubType will be individual types.

Note: the Miscellaneous Type covers pretty much everything that isn't covered by the other types. (Just the way Blizzard defines items)
It should convert armor / weapon / equip slots to the new format, but double check to make sure it was converted correctly.

- 2.3 -
Fixed quality of loot checking.
Changed zone check to be case-insensitive.

- 2.2 -
It wasn't checking rules sequentially, now it should.
Should no longer keep checking rules if it finds a rule that matches and that rule lets you manually roll on it.

- 2.1 -
Added Equipment slot match.
Added Weapon type match.
Added Armor type match.
Removed poor and common quality (you can't set loot threshold that low anyway)
Added color to the quality match.
Changed how Quality and Bind variables are saved.
Wrote a function to upgrade older rules. (hopefully it will keep all your BOE/BOP/Quality settings for each rule)

- v2.0 -
Rewrite to allow dynamic loot rules.
  Archived Versions - PassLoot
File Name
Version
Size
Author
Date
r83
194kB
Odlaw
09-11-2009 10:31 PM
r82
193kB
Odlaw
08-06-2009 10:50 PM
r79
117kB
Odlaw
06-26-2009 11:25 AM
r78
116kB
Odlaw
06-02-2009 01:51 PM
r77
116kB
Odlaw
05-27-2009 12:13 PM
r76
115kB
Odlaw
05-22-2009 12:10 PM
r75
115kB
Odlaw
04-17-2009 11:08 AM
r74
115kB
Odlaw
04-14-2009 11:23 AM
r71
100kB
Odlaw
01-25-2009 12:55 PM
r68
99kB
Odlaw
10-13-2008 05:42 PM
  Comments - PassLoot
Post A Reply Comment Options
Old 11-12-2009, 10:00 AM  
Kaelth
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Is it possible to switch profiles with a chat command? I love the addon but it would be really convenient for me to be able to macro switch from greed/pass in 5 mans depending on whether or not I am disenchanting.
Kaelth is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-12-2009, 08:15 PM  
AnrDaemon
A Cyclonian
Interface Author - Click to view interfaces

Forum posts: 41
File comments: 1003
Uploads: 1
Just went to say a huge thank you for this mod!
I was not very sure of it's value, as I've had some bad setups for it that i have abandoned/redesigned, but now I started tanking HC instances recently on my alt, it greatly saves my time, and in the result - whole raid by clearing screen space from occasional green rolls in the middle of a pull.
AnrDaemon is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-11-2009, 10:56 PM  
Odlaw
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 1
File comments: 6
Uploads: 5
AnrDaemon -
That error is from LibSink deciding to strip colors from my item links when you try to send stuff through to a channel. (I added a workaround in r83)

I'm not quite sure what happened with your filters.
I updated ZoneType filter, to include heroic versions. However, that shouldn't have done what you described. Any filter that had it set to 10 or 25 man was just renamed to 10/25 Man Raid - Normal. I added separate options for heroic versions.

I did rewrite the graphical UI stuff. That should have just been bugs in how data was displayed. I don't think I introduced any bugs that create/delete rules/filters randomly.

The only thing that I can think of that might have affected you, was I moved the profile / output options to Ace3 config menu. The profile options are now created by Ace itself, rather than my own code. Same thing with the output stuff - LibSink creates the config stuff for output options.

The only thing I can think of, is when I had Ace create the profile stuff, it does it slightly different than what I did with my own code for profiles. This could have inadvertently changed your profile to something with a bunch of test rules you may have created at some point? Check your profile to see if it is the correct profile.

As for an AtlasLoot filter. I'll look into it.
Odlaw is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-04-2009, 11:49 AM  
AnrDaemon
A Cyclonian
Interface Author - Click to view interfaces

Forum posts: 41
File comments: 1003
Uploads: 1
Just-an-idea.
Add a rule "In AtlasLoot wishlist - wishlist name"?
AnrDaemon is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-02-2009, 07:52 PM  
AnrDaemon
A Cyclonian
Interface Author - Click to view interfaces

Forum posts: 41
File comments: 1003
Uploads: 1
Great mod. Even better it posted at WoWI (to say: finally!).
Not without issues, however...

Got it when set PassLoot to route messages through Party channel.
Code:
Date: 2009-09-02 22:59:50
ID: -1
Error occured in: Global
Count: 1
Message: SendChatMessage(): Invalid escape code in chat message
Debug:
   (tail call): ?
   (tail call): ?
   [C]: ?
   [C]: FLT_Orig_SendChatMessage()
   GFW_Linkerator\Linkerator.lua:298: SendChatMessage()
   Chatter\Modules\ChatLink.lua:68:
      Chatter\Modules\ChatLink.lua:61
   (tail call): ?
   ...face\AddOns\Chatter\Libs\LibSink-2.0\LibSink-2.0.lua:281: func()
   ...face\AddOns\Chatter\Libs\LibSink-2.0\LibSink-2.0.lua:371:
      ...face\AddOns\Chatter\Libs\LibSink-2.0\LibSink-2.0.lua:357
   ...face\AddOns\Chatter\Libs\LibSink-2.0\LibSink-2.0.lua:377: Pour()
   PassLoot\PassLoot.lua:205: ?()
   ...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146:
      ...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146
   [string "safecall Dispatcher[3]"]:4:
      [string "safecall Dispatcher[3]"]:4
   [C]: ?
   [string "safecall Dispatcher[3]"]:13: ?()
   ...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:91: Fire()
   ...\AddOns\DataStore\libs\AceEvent-3.0\AceEvent-3.0.lua:119:
      ...\AddOns\DataStore\libs\AceEvent-3.0\AceEvent-3.0.lua:118
AddOns:
  Swatter, v5.1.DEV.213
  WowheadLooter, v30201
  NPCScan, v3.2.0.5
  Altoholic, v3.2.001d
  Atlas, v1.14.2
  AtlasBattlegrounds, v1.14.2
  AtlasDungeonLocs, v1.14.2
  AtlasOutdoorRaids, v1.14.2
  AtlasTransportation, v1.14.2
  AtlasLoot, vv5.07.05
  AucAdvanced, v5.1.DEV.2530
  AucFilterBasic, v5.1.DEV.4432
  AucFilterOutlier, v5.1.DEV.4432
  AucMatchUndercut, v5.1.DEV.2531
  AucScanData, v5.1.DEV.4432
  AucStatPurchased, v5.1.DEV.4432
  AucStatSales, v5.1.DEV.2842
  AucStatSimple, v5.1.DEV.4432
  AucUtilAHWindowControl, v5.1.DEV.3311
  AucUtilAppraiser, v5.1.DEV.2530
  AucUtilAskPrice, v5.1.DEV.3175
  AucUtilAutoMagic, v5.1.DEV.3142
  AucUtilCompactUI, v5.1.DEV.2530
  AucUtilEasyBuyout, v5.1.DEV.3583
  AucUtilFixAH, v<%version%> (<%codename%>)
  AucUtilItemSuggest, v5.1.DEV.3108
  AucUtilPriceLevel, v5.1.DEV.2545
  AucUtilScanButton, v5.1.DEV.2530
  AucUtilSearchUI, v5.1.DEV.3655
  AucUtilVendMarkup, v5.1.DEV.2530
  AuldLangSyne, v2.0
  AuldLangSyneBackup, v2.0
  AuldLangSyneFriendList, v2.0
  AuldLangSyneFu, v2.0
  AuldLangSyneGuildList, v2.0
  AuldLangSyneInfo, v2.0
  AuldLangSyneNote, v2.0
  AuldLangSynePanel, v2.0
  AuldLangSyneSync, v2.0
  Babylonian, v5.1.DEV.130
  Bartender4, v4.4.1
  BeanCounter, v5.1.DEV.4432
  Cartographer, v2.0
  CartographerFoglight, v2.0
  CartographerGroupColors, v2.0
  CartographerGuildPositions, v2.0
  CartographerNotes, v2.0
  CartographerZoneInfo, v2.0
  ChatSounds, v30200.0.0
  Chatter, v1.0
  ClosetGnome, v1.0.602
  Configator, v5.1.DEV.190
  Constructor, v<%version%> (<%codename%>)
  DataStore, v3.2.001
  DataStoreAchievements, v3.2.001
  DataStoreAuctions, v3.2.001
  DataStoreCharacters, v3.2.001
  DataStoreContainers, v3.2.001
  DataStoreCrafts, v3.2.001
  DataStoreCurrencies, v3.2.001
  DataStoreInventory, v3.2.001
  DataStoreMails, v3.2.001
  DataStorePets, v3.2.001
  DataStoreQuests, v3.2.001
  DataStoreReputations, v3.2.001
  DataStoreSkills, v3.2.001
  DataStoreSpells, v3.2.001
  DataStoreStats, v3.2.001
  DataStoreTalents, v3.2.001
  DebuffFilter, v1.97
  DebugLib, v5.1.DEV.130
  Decursive, v2.4.0.2
  Enchantrix, v5.1.DEV.4432
  FishingBuddy, v0.9.7d
  FramesResized, v2.3.1-45
  Gatherer, v<%version%>
  GearScore, v3.0.07 - Release
  GFWLinkerator, v3.2
  gfxToggle2, v2.3.0-beta2
  GoldenTicket, v1.0.14
  Gymnast, v
  HealBot, v3.2.0.4
  IceHUD, v1.5.13 (Revision: 437)
  Informant, v5.1.DEV.3721
  LibExtraTip, v1.1
  LibHealComm30, v
  Livestock, v1.1.7
  OgriLazy, v1.1.0
  OmniCC, v2.5.6
  oRA2, v2.0.$Revision: 666 $
  PassLoot, v3.6
  PassLootConfirmBoP, v1.0
  PreformAVEnabler, v2.41
  QuestHelper, v1.1.13
  RatingBuster, v
  RecipeRadar, v1.32
  RecipeRadarTitan, v2.00.30000
  Recount, v
  ReloadUI, v1.1.0
  RepWatch, v2.1.16
  SatrinaBuffFrame, v3.1
  SharedMedia, v3.0
  SlideBar, v5.1.DEV.136
  StanceSets3, v3.5
  Stubby, v5.1.DEV.130
  TipHelper, v<%version%> (<%codename%>)
  Titan, v4.2.9.30200 - Revision 309
  TitanAmmo, v4.2.9.30200
  TitanBag, v4.2.9.30200
  TitanClassTracker, v
  TitanClock, v4.2.9.30200
  TitanCoords, v4.2.9.30200
  TitanGoldTracker, v4.2.9.30200
  TitanHealBot, v3.2.0.0
  TitanLootType, v4.2.9.30200
  TitanPerformance, v4.2.9.30200
  TitanReagentTracker, v1.5.1
  TitanRegen, v4.2.9.30200
  TitanRepair, v4.2.9.30200
  TitanSkills, v1.0.8
  TitanVolume, v4.2.9.30200
  TitanXP, v4.2.9.30200
  TomTom, v222
  TooltipItemIcon, v1.54
  TotemTimers, v10.02
  TradeLinks, v3.1.2 9901
  WowLua, v31 
  XPerl, v3.0.5g
  XPerlArcaneBar, v
  XPerlCustomHighlight, v
  XPerlParty, v
  XPerlPartyPet, v
  XPerlPlayer, v
  XPerlPlayerPet, v
  XPerlRaidAdmin, v
  XPerlRaidFrames, v
  XPerlRaidHelper, v
  XPerlRaidPets, v
  XPerlTarget, v
  XPerlTargetTarget, v
  zimMinimap, v20400.2
  ZZML, v4.1
  BlizRuntimeLib_enUS v3.2.0.30200 <eu>
  (ck=eb1)
Also, if there's any serious changes in filters, please-please disable all filters when they do not match required version!
It did f**ed me first two chest loots in TotC in update, before I realized there's something nasty going and disabled it for investigation.
Can't give you any data right now, when that happened, I wasn't able to find any suitable place to post a comment. From memory, it looks like every rule was populated with every filted with every possible value (basically, it was been rolling Greed on everything, even worse - i has +BoP mod installed).
AnrDaemon is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 01-25-2009, 01:28 PM  
shobu
A Defias Bandit
Interface Author - Click to view interfaces

Forum posts: 3
File comments: 79
Uploads: 1
Just posting to say thanks. This addons rocks!!!!
shobu is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-25-2008, 02:39 PM  
jadakren
A Warpwood Thunder Caller
 
jadakren's Avatar
Interface Author - Click to view interfaces

Forum posts: 99
File comments: 112
Uploads: 2
three words

Quote:
Originally posted by Andeh
2 words.

Master looter.
three words: No One Cares
jadakren is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-29-2008, 11:17 AM  
cypsyan
A Kobold Labourer

Forum posts: 0
File comments: 46
Uploads: 0
is there a way to bypass this "looting this BOP item will bind it to you are you sure?"
cypsyan is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-10-2008, 10:35 AM  
Odlaw
A Kobold Labourer
Interface Author - Click to view interfaces

Forum posts: 1
File comments: 6
Uploads: 5
Updated the UI a bit.

I have also made it so you can add multiple filters of the same type (ie - add rare and epic quality filters at the same time) Each filter must have at least one match in order to match the entire rule.

An example of the logic:
Quality:
Rare
Epic
Binds on:
None
Equip
Use

This will match all (Rare OR Epic) AND (None OR Equip OR Use)

When it upgrades your old database, you'll still see a lot of 'Any's. You can remove them from the active filters to clean it up if you so choose.

Also, you can select a filter to remove individually, or select the title of the filter to remove all of that type. (You can also shift-right-click to remove instead of clicking the remove button)



I'll work on the new filter...
My to-do list is:
wotlk compatibility
item sell price filter (someone else asked for one)
item level / required level filter
Output to different chat frame selection
Odlaw is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-02-2008, 11:12 PM  
Jzar
A Flamescale Wyrmkin
 
Jzar's Avatar
Interface Author - Click to view interfaces

Forum posts: 104
File comments: 180
Uploads: 4
haha First I discovered zimGreed, until I lost a Formula: Enchant Boots - Vitality (on my enchanter) to someone else who rolled need, who wasn't an enchanter, and zimGreed rolled greed for me.

Then I discovered AutoRoll, which works great, except it leaves my XLoot Group frames stuck open when it rolls on things for me.

Passloot works perfectly! I love it! Thank you so much!

My request is for an additional filter for loot to roll on, and that is item level (and / or required level). I'd love to be able to run my wife through low level instances, and just have it pass on everything there. Thank you!

Last edited by Jzar : 08-03-2008 at 02:00 AM.
Jzar is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-29-2008, 03:26 PM  
gmillerd
A Deviate Faerie Dragon

Forum posts: 13
File comments: 14
Uploads: 0
ml?

Seriously, Master Looter has its place. But this addon is just great for instances that have a steady influx of token loot or massive trash mobs.

Been using these since ZG and its just perfect.
gmillerd is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-21-2007, 05:14 PM  
Mooshroom
A Murloc Raider

Forum posts: 5
File comments: 12
Uploads: 0
Master Looter in a zone where you are trying to kill many many trashmobs (with a chance to drop really nifty epics like e.g. SSC) will slow you down too much ... "Rez me and wait with the pull, i am still running around looting 20 bodies". No thanks, if YOU have the time for that, great, some of us that are trying to clear a place out prefer to have 25 minions that click sparkling bodies and get on with the killing.

I think this is great, is going to save me quite a bunch of mouseclicks and no "annoying" loot windows in the middle of the fight where you are supposed to keep healing either.

Thanks for this nice piece of work!
Mooshroom is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-10-2006, 04:59 AM  
Andeh
A Wyrmkin Dreamwalker

Forum posts: 54
File comments: 21
Uploads: 0
2 words.

Master looter.
Andeh is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.