| Updated: | 12-10-08 04:03 PM |
| Created: | unknown |
| Downloads: | 3,029 |
| Favorites: | 37 |
| MD5: |
-- $EVENTS ZONE_CHANGED_INDOORS ZONE_CHANGED ZONE_CHANGED_NEW_AREA QUEST_LOG_UPDATE
-- $DESC Equips the outfit when you are in one of the zones or minimap sub-zones listed below and "The Multiphase Survey" is not already complete
-- $SETTING zoneList={Type="ZoneList", Label="Zones"}
-- $SETTING minimapZoneList={Type="ZoneList", ZoneType=&"MinimapZone", Label="Minimap zones"}
local currentZone = GetZoneText()
local Baldrick = Baldrick
for _, zoneName in ipairs(setting.zoneList) do
if zoneName == currentZone then
equip = ( Baldrick ~= nil ) and Baldrick.HasQuestAndNotComplete( 11880 )
break
end
end
if not equip then
currentZone = GetMinimapZoneText()
for _, zoneName in ipairs(setting.minimapZoneList) do
if zoneName == currentZone then
equip = ( Baldrick ~= nil ) and Baldrick.HasQuestAndNotComplete( 11880 )
break
end
end
end
if didEquip and equip == nil then
equip = false
end

File Name |
Version |
Size |
Author |
Date |
1.5.111 |
220kB |
LordFarlander |
12-08-08 10:28 AM |
|
1.5.107 |
220kB |
LordFarlander |
12-03-08 01:46 PM |
|
1.5.101 |
219kB |
LordFarlander |
11-21-08 09:01 AM |
![]() |
Comment Options |
|
|
|
|
Baldrick and WotLK
I was wondering if there was an update for Baldrick for WotLK quests. I have the addon installed properly (it works on all my BC and pre BC quests), yet while questing in Northrend, none of my quest items seem to appear in the Baldrick button, e.g i just did a quest where i had to throw meat into a worms mouth to make it explode, and i had to search through my bags to find the item i needed to use.
This has been happening since i started questing in Northrend. Baldrick doesnt seem to detect any of the items i pick up to do quests with. Any help would be greatly appreciated. I am using r1.5.107-release. Edit: Nevermind, i thought this mod also handled regular quests not just dailies. My bad.
Last edited by gothicknight : 12-06-08 at 04:06 PM.
|
|
|
|
|
|
|
|
Having the chicken net not pop up for the frenzyheart chicken capturing quest until you click it is silly- the whole point in the net is to throw it because you cant click them. so why target it before you can use the net?
the net needs to be location based for that one, not target based |
|
|
|
|
|
|
|
AMAZING ADDON, however, it is missing something crucial
For many dailies, such as the reef bull one I just completed, you can only throw a fish a certain range, and the drake hunt, you can only harpoon a dragoon from a certain distance When I have my dragon/reef bull selected, your button does NOT shade red to tell me I am too far. I need to drag the item onto an additional actionbar to see when it reds out, thus making it silly to even use your button for those dailies Please add a red-range-outter ![]() edit: I do recall the drake hunt icon being red yesterday, although I dont know if that was actually the color of the original icon, but I can confirm that tastyfish do not turn red when out of range from the reef cow
Last edited by Codex : 11-22-08 at 12:45 PM.
|
|
|
|
|
|
||
I will get this one added asap, thanks. |
||
|
|
|
|
||
|
||
|
|
|
|
|
|
Doesnt seem to like the nets of the tastyfish for the walrus man reef cow daily
|
|
|
|
|
|
|
|
It doesn't seem that it shows the Shattered Sun Banner when you target Emissary of Hate for the quest The Battle Must Go On.
|
|
|
|
|
|
||
![]() |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 18
Uploads: 0
|
As I frequently do the dailies I love this addon. Saves much space in the action bars.
However there are two errors in the german translation. Line 171 should be: L["Bloodcrystal Reading Taken"] = "Messung des Blutkristalls vorgenommen"; Line 177 should be: L["Dawnchaser sails burned"] = "Segel der Morgensturm in Brand gesetzt"; |
|
|
|
|
||
|
Re: Outfitter
It will never try to equip the goggles if the quest is complete. The script is just a modification of the subzone script actually. |
||
|
|
|
|
|
|
Outfitter
BTW, you may not need a long script for you outfitter. I have simply set an accessory of only the goggles to equip in the subzone of spirit fields. Then as soon as I enter the area with the swirlies, it equip if in my inventory, then as I leave the subzone it unequips. Pretty simple IMO. But I might give your script a try, as I see it unequips when the quest is complete.
|
|
|
|
|
|
||
|
Re: problem
Yeah I did, the latest upload should fix it for you (it did for others with the problem). If not then I'll take another look ![]() |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 63
Uploads: 0
|
Re: Re: problem
Hey, you looked at tha bug or somewhat? I really like the idea, wanna baldrick work for me
![]() |
|
|
![]() |