Results: 67Comments by: Odlaw
File: PassLoot12-26-09
Re: Re: Re: Variables
Posted By: Odlaw
Ok.. I see what you want now. I could turn the edit box into a text field that saves the entire text, and evaluates it every time loot gets rolled on.. Only downside is if you type in text that gets evaluated into an error, it will return false.
File: PassLoot12-24-09
Re: Variables
Posted By: Odlaw
Having a setting for MyArmoryType / MyWeaponType would be extremely time consuming and difficult to code in. I did add a 'usable' filter. The way it works is it checks for red colored text in the tooltip to determine if you can 'use' it. Similar to how the auction house works if you check for usable items. If you wear mail, cloth...
File: Confirm Loot Roll12-19-09
What happens: You click greed/ne...
Posted By: Odlaw
What happens: You click greed/need/de on some items (bop / epic etc) CONFIRM_LOOT_ROLL or CONFIRM_DISENCHANT_ROLL event fires StaticPopup_Show("CONFIRM_LOOT_ROLL", SomeItemName) is called StaticPopup_OnShow(frame) is called You click 'Accept' and then the ConfirmLootRoll() is done. What I did with my passloot addons for d...
File: PassLoot_AtlasLoot12-19-09
Ok, r5 will now let you choose whic...
Posted By: Odlaw
Ok, r5 will now let you choose which WishList you want to match against. Requires 5.09.02 of AtlasLoot. Thanks to AtlasLoot devs
File: PassLoot_AtlasLoot12-16-09
Originally posted by Daviesh Ask...
Posted By: Odlaw
Originally posted by Daviesh Ask and you shall receive..... You are always welcome to send me a PM on the AtlasLoot forums with your exact requirements. It sounds like to me you just need a function that abstracts the Wishlist database? No API exists because no one has asked for one! FYI: A HUGE part of the Cataclysm works...
File: PassLoot_AtlasLoot12-14-09
Ok, I just went over to the atlaslo...
Posted By: Odlaw
Ok, I just went over to the atlasloot.net website and poked around their forums.. Someone made an addon that puts a message in tooltips when you mouse over an item in your wishlist... Going to see if I can use some of it's code to get the job done. Downside: I have to 'assume' that atlasloot database structure remains the same....
File: PassLoot_AtlasLoot12-14-09
It checks them all I'm afraid. t...
Posted By: Odlaw
It checks them all I'm afraid. the only function I could find that did item checking was: function AtlasLoot_WishListCheck(itemID, all) If i left told it not to check all, it would only work on your currently selected wishlist. This sounds great, but after a reloadui, there is no wishlist selected, and then it doesn't check...
File: PassLoot12-14-09
Was editing my post for better clar...
Posted By: Odlaw
Was editing my post for better clarity.. I am going to give some thought into a not system.. However the logic system might be quite complex and even more confusing to people. Now you said you would like to roll greed/de on everything you don't wear, and let you manually choose things you do... There are a few ways to go about...
File: PassLoot12-14-09
AnrDaemon: Thanks for that awesome...
Posted By: Odlaw
AnrDaemon: Thanks for that awesome idea for confirmation box on adding Confirm DE (Not going to worry about BoP as you can still trade those) willgk: You can add Zone Names to filters currently. The name must match the name in a /who. (case insensitive) xtoq: The filters are based on matching something, instead of not mat...
File: PassLoot12-10-09
r87 toc should be fixed added the...
Posted By: Odlaw
r87 toc should be fixed added the confirm DE filter.. be CAREFUL with that one.. Once it's DE'ed.. it's gone. I am considering moving this one in place of the BoP separate addon.
File: PassLoot12-10-09
Originally posted by Joschasa Wou...
Posted By: Odlaw
Originally posted by Joschasa Would be nice to Auto CONFIRM_DISENCHANT_ROLL like ConfirmBoP did for BoP Items :) (and you forgot to add the ConfirmBoP.lua to the .toc-file) GAH.. i keep missing something.. roger that.
File: PassLoot_ConfirmBoP10-27-09
Good point, I was just copy-pasting...
Posted By: Odlaw
Good point, I was just copy-pasting my description. Although some guilds might still yell at you. Hrm, maybe I should just incorporate this back into the main modules, as the only reason I separated it was so people took caution in using it.
File: PassLoot09-11-09
AnrDaemon - That error is from Li...
Posted By: Odlaw
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...
File: MacroBank06-04-09
Originally posted by xerty Replac...
Posted By: Odlaw
Originally posted by xerty Replace doesn't seem to be working as I would expect it to work. It replaces the macro, but does not replace the macro name and icon. Is this how it is supposed to work ? If so, is there any way to get it to replace everything ? Hrm, Ya, I'll add some options to how replace works. Currently, that'...
File: MacroBank06-01-09
Sure thing.
Posted By: Odlaw
Sure thing.
File: DockingStation (Display)01-28-09
I love it.
Posted By: Odlaw
After trying a few other display addons such as fortress and buttonbin and barrel. I have to say, this is my favorite. One request though, would be to add a setting to change the size of the tooltips like buttonbin has.
File: PassLoot08-10-08
Updated the UI a bit. I have als...
Posted By: Odlaw
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 matc...