Results: 18Comments by: evantaur
File: Daily Scrapmetal quest05-17-15
I added another slash command, "/db...
Posted By: evantaur
I added another slash command, "/dbd reward" (initial state is false to maintain previous behavior). This toggles automatically accepting the quest reward based on the follower average armor/weapon iLevel as calculated by Altoholic. Thanks to maven79 for the idea. If you don't have (or want) the addon Altoholic, then you have...
File: Daily Scrapmetal quest05-16-15
I added the slash commands "/dbd di...
Posted By: evantaur
I added the slash commands "/dbd disable" and "/dbd enable". The state is saved per character. All of the followers on one of my characters are at 675/675 so I don't need to do this quest on him atm. I thought this was more convenient than turning off the addon completely on each character. nice :)
File: Daily Scrapmetal quest05-02-15
Re: Re: Re: Not turning in
Posted By: evantaur
This works: Line 5, added: DBD:RegisterEvent("QUEST_COMPLETE"); Line 30, added: if (event == "QUEST_COMPLETE") then GetQuestReward(1) end Switch to 2, instead of 1 if you want weapon. the thing is... the reward page is actually as far as i want it to go
File: Daily Scrapmetal quest05-01-15
Re: Not turning in
Posted By: evantaur
This is accepting the quest but not turning it in. It auto accepts the quest correctly, but then I have to re-click the NPC to get it to turn in. It does hit Continue, but stops on the Choose Reward page. I actually don't see any code in the LUA that should account for picking the reward but I am hardly practiced on LUA so its very p...
File: Daily Scrapmetal quest04-22-15
0.7 is out, nothing big...just fixe...
Posted By: evantaur
0.7 is out, nothing big...just fixed the "questlog full" issue
File: Daily Scrapmetal quest04-16-15
pushed out a new version... now che...
Posted By: evantaur
pushed out a new version... now checks that you have enough scrap to complete and that your quest log is not full:)
File: Daily Scrapmetal quest04-15-15
patch added! thank you very much...
Posted By: evantaur
patch added! thank you very much for maintaining this addon, been quite busy lately :(
File: Daily Scrapmetal quest04-04-15
replaced the code... will look into...
Posted By: evantaur
replaced the code... will look into that recommendation thingy a bit later (it's actually 4 am :D)
File: Daily Scrapmetal quest04-04-15
Now if you really want to get fancy...
Posted By: evantaur
Now if you really want to get fancy, add code to parse the player's follower list and compute the average weapon iLvl and average armor iLvl of the active followers. display the results when you interact with these NPCs. This should help with the decision process on which quest reward should be chosen. i'll look into it... :)
File: Daily Scrapmetal quest04-02-15
Thanks for this little but great ad...
Posted By: evantaur
Thanks for this little but great addon! Quick fix for german users in german :D Im deutschen clienten auf Seiten der Allianz muss der Name geändert werden. Öffne die Datei ...World of Warcraft\Interface\AddOns\DBD\DBD.lua In Zeile 8 ersetze "Kristen Stoneforge" durch "Kristen Steinschmiede". Speichern nicht vergessen....
File: Chatterbox12-29-10
thanks for updating :) works per...
Posted By: evantaur
thanks for updating :) works perfectly now
File: Baud Bag (Fan Update)12-08-09
Originally posted by demonpride h...
Posted By: evantaur
Originally posted by demonpride has the bank been actually fixed. i always update thru curse and its always busted. yup
File: Baud Bag (Fan Update)05-15-09
i salute you! thanks for fixing...
Posted By: evantaur
i salute you! thanks for fixing this.
File: SimpleHUD05-09-09
great addon but debuff/buff time...
Posted By: evantaur
great addon but debuff/buff timers doesn't work tested on pw:shield / weakened soul
File: Skillet02-07-09
would love if this addon would conv...
Posted By: evantaur
would love if this addon would convert eternal XXXs to crystalized XXX :P Leggins of XXX: Requires: Cloth of XXX 8/4 Crystalized XXX 0/2 Bank: Eternal XXX 1
File: Wishlist12-28-08
HOWTO: UPDATE FOR WOTLK open Wis...
Posted By: evantaur
HOWTO: UPDATE FOR WOTLK open Wishlist.lua replace lines from 96 to 116 ("-- Create data variables" To "-- Create database") -- Create data variables self.Data = { Factions = {}, Honor = GetHonorCurrency(), ArenaPoints = GetArenaCurrency(), Items = { ] = 0, ] = 0, ] = 0, ] = 0, ] = 0,...
File: Munchies12-23-08
i really like this addon it does ev...
Posted By: evantaur
i really like this addon it does everything i want it to do, so i updated it's item database for Wotlk. Replace lines starting from 82 ({Item = 22019} --Conjured Croissant) to 224 (--Localisation--) with this: {Item = 22019}, --Conjured Croissant --Level 75 {Item = 43518}, --Conjured Mana Pie {Item = 44607}...
File: Reverse Engineering03-04-08
just what i was looking for :)
Posted By: evantaur
just what i was looking for :)