Results: 6Comments by: mizunagare
File: Hydra - Multibox Leveling Helper12-03-10
Re: Re: Auto-completing quests with 1 reward - no option to toggle off
Posted By: mizunagare
Originally posted by Phanx The functionality you're asking for is how it should already be working. If not, I'll take a look. I don't think I've ever tried to disable that feature. If this is how it's mean to work then all that's missing is a check against self.db.turnin in the quest module's QUEST_COMPLETE function, because ri...
File: Hydra - Multibox Leveling Helper12-02-10
Auto-completing quests with 1 reward - no option to toggle off
Posted By: mizunagare
When I level in Cataclysm, I'm want to enjoy the quests the first time through. I'll be levelling two characters using Hydra, but the current behaviour of the quest module prevents me from doing this. When the quest module is enabled and you get to the turnin panel of a quest with a single reward, it auto-completes, regardless of...
File: BeQuiet01-08-07
Re: Re: Nice addon
Posted By: mizunagare
I'll have to track down if this is something I'm doing wrong or if PlayerMenu assumes that it will always be the "first" addon to modify the menu. I found a workaround, though not one I particularly like. By making PlayerMenu an optional dependency, I force it to load first, so I get to modify the menu it modifies, instead of the...
File: BeQuiet01-08-07
Re: Nice addon
Posted By: mizunagare
Originally posted by SquishyMage I'd like to add this addon as an option to the addon PlayerMenu. That way I can right-click on a name in chat and choose BeQuiet instead of the standard ignore. Would you know the syntax for having one script call another so I could hack PlayerMenu to call BeQuiet with the two necessary parameters...
File: Cartographer12-28-06
/note defaulting to current x,y?
Posted By: mizunagare
When trying to place a note on the exact location I am on the map, I find it hard to get the cursor lined up on the world map frame. The closest I can get (according to the Cartographer distance reading) is 1m, but typically more like 5. Metamap has a "create note on player" button that defaults to our current x,y. Would it be p...
File: FubBar - SkillsPlusFuLt12-08-06
Re: errors with light and 2.20 full
Posted By: mizunagare
Originally posted by WavArt Error: AceAddon: AceOO-2.0: Library "AceHook-2.0" does not exist. AddOn: FuBar_SkillsPlusFu File: SkillsPlusFu.lua Line: 1 Count: 1 same error with the non light version. Got it working, required these changes: - remove the reference to AceHook in the AceLibrary call at the top of the code...