Results: 147Comments by: Mike-N-Go
File: PvP Flag Broker02-20-09
Here are a few ideas: 1) 'Protec...
Posted By: Mike-N-Go
Here are a few ideas: 1) 'Protected' enable PvP when clicked and shift is held, insted of just a click; should prevent accidentally enabling PvP. function PvPFlagBroker.OnClick(self, button) if (button == "LeftButton") then if (PvPFlagBroker_Settings.panel.TogglePvPClick) then if UnitIsPVP("player") and not IsSh...
File: SlashLib02-19-09
Here are a few ideas: 1) Shorter...
Posted By: Mike-N-Go
Here are a few ideas: 1) Shorter /slashlibdo; I think /sl would suffice 2) Ability to create unique slash commands in with the addon (IE:, something is called 'in', have the mod run the code (provided 'slashName' is the var storing the string 'in', _G = "/in" SlashCmdList = function( msg ) ... end ) this could be a shortcut or th...
File: Recipe Book02-18-09
Originally posted by Nightspirit...
Posted By: Mike-N-Go
Originally posted by Nightspirit /rb is the same command as used for RatingBuster. It's giving me trouble using both at the same time. From RecipeBook.lua: --Slash Command Handlers-- SlashCmdList = RecipeBook_SlashHandler; SLASH_RecipeBook1 = "/recipebook"; SLASH_RecipeBook2 = "/rbook"; if IsAddOnLoaded("RatingBuste...
File: Wintergrasp Timer02-14-09
Originally posted by thetakerfan...
Posted By: Mike-N-Go
Originally posted by thetakerfan Would it be possible to add a toggle to switch the display to only show the time left instead of both the time and time left, or split the two fields into the addon label and text so one can be turned off in ldb display options? I have many major changes in the works. All in due time.
File: Trade Secretary: Who Crafts02-14-09
Originally posted by xkingofnyx d...
Posted By: Mike-N-Go
Originally posted by xkingofnyx does this no longer work, for some reason I have no database or any options to "open it up" the instructions are rather vague to be honest. I have tried every /wcs /wcc option with and without player/proffession names, all i ever return is O results. What is the trick to actually scanning a prof...
File: Wintergrasp Timer02-11-09
Originally posted by ZillahGiovanni...
Posted By: Mike-N-Go
Originally posted by ZillahGiovanni Great addon, but not have russian translation 8( I can help, but i'm don't know what strings need ingame translation, and what need "sounds like" translation. If U comment string variables i'm correct translation. For begin: NPC1 = "Чародей Б&#...
File: Daily Bean Counter02-07-09
Re: Missing title in LDB object
Posted By: Mike-N-Go
Originally posted by SquishyMage Hi, looks good, except for one slight problem when used with StatBlockCore. DBC doesn't provide a name for its LDB object. Auctualy, I think I set what you are refering to as an empty string :rolleyes:.. I guess I missed that in my first LDB feed. I think I fixed that in version 0.1.02, l...
File: Wintergrasp Timer02-06-09
Change of Ownership
Posted By: Mike-N-Go
Since I have had all kinds of ideas and all mikma wants in this mod is the timer countdown, he has passed ownership of the file to me, and I'll be developing it. Mikma has plans to make an extremely light version of the mod, so be looking for that as time passes.
File: Wintergrasp Timer02-06-09
Re: Readout change
Posted By: Mike-N-Go
Originally posted by Niightblade Mind changing it to look like this?: Battle of Wintergrasp starts in: 26m 2s (6:25pm) Makes more sense than the current readout imho :) I think this would be a good to try this display style in the broker text.
File: Wintergrasp Timer02-06-09
Originally posted by Mikma This I...
Posted By: Mike-N-Go
Originally posted by Mikma This I didn't even think off. Might need to change it to SVPC actually :o No need to do per char, as then we would have to update it manually for each character... Add code like this to PLAYER_ENTERING_WORLD event: realmName = GetCVar("realmName"); And save WGTime to a table and use the time...
File: Blipstick02-05-09
Re: Are you able to do this feature request?
Posted By: Mike-N-Go
Originally posted by mark7777g I wonder if this is possible but am not sure so I am making a request to see. Can you make it so that when a blip (ie a quest giver, mining, herb, tracking node, etc) appears on the minimap that there is a audible sound? of course it could be config to make the sound for which type blip user wante...
File: Wintergrasp Timer02-05-09
An error causing general bugginess...
Posted By: Mike-N-Go
An error causing general bugginess (IE LDB feed not refreshing/frozen, spam from the mod, etc) Date: 2009-02-05 00:00:00 ID: 56 Error occured in: Global Count: ∞ Message: ...terface\AddOns\WintergraspTimer\WintergraspTimer.lua line 140: attempt to compare number with string Debug: : ? ...terface\AddOns\Winte...
File: MyNameTogglesWhenIAFKorDND02-04-09
Originally posted by tralkar Ok i...
Posted By: Mike-N-Go
Originally posted by tralkar Ok i did turn everything off, and removed those files you said, and still get the beep.. One good thing is i will now know when the mob is at half health =) What version are you running? I might recommend trying the other version and seeing if there is the same problem.
File: Wintergrasp Timer02-04-09
Shouldn't the WGTime var be per ser...
Posted By: Mike-N-Go
Shouldn't the WGTime var be per server? How I see it is currently set up may cause conflict if the player uses the mod to keep track of more then one server WG start time.
File: Wintergrasp Timer02-04-09
And another: When the time for Wint...
Posted By: Mike-N-Go
And another: When the time for Wintergrasp is within 5 minutes or less, color the border of the screen with a color.
File: Bang! Wintergrasp 202-04-09
The picture that you have up for th...
Posted By: Mike-N-Go
The picture that you have up for this mod at the time of my posting, I can hardly see it because the resolution is so low.
File: PvP Flag Broker02-04-09
Awesome. I have a mod that takes th...
Posted By: Mike-N-Go
Awesome. I have a mod that takes the data from the API and displays it in LDB on my todo list, guess I do not have to make it =D. This will work great with my PitBull unit frames, because those unit frames don't have an option to display PvP flagging information, as far as I know.
File: Intel02-04-09
Originally posted by Tuhljin Sorr...
Posted By: Mike-N-Go
Originally posted by Tuhljin Sorry for the delay, everyone. I've been busy with other things and haven't really had the opportunity to test things involving Wintergrasp. I haven't even played a full battle there yet. There are some other Wintergrasp timer addons available now that also lessened the priority of getting this implemen...
File: Wintergrasp Timer02-04-09
Originally posted by Mikma Some o...
Posted By: Mike-N-Go
Originally posted by Mikma Some of Mike-N-Go's ideas are actually good, so I'll have a go when I get the time for it :D Thanks :). And when can I start charging you for my ideas? (jk)
File: Wintergrasp Timer02-03-09
Another idea for the mod: Do a /w...
Posted By: Mike-N-Go
Another idea for the mod: Do a /who wintergrasp and ping the people in the zone. If they pingback because they have this mod, update the time left until next battle or time left until the current battle will be completed.
File: Wintergrasp Timer02-03-09
Originally posted by daimaah I tr...
Posted By: Mike-N-Go
Originally posted by daimaah I tried searching through the comments but couldn't find if this was already fixed... When using 24h time format, if time is 23:something and there's more than an hour left, the "Time when battle will start at" shows as 24:49 (or 24:anything, depending on the actual time left), which isn't corret. Mi...
File: QuietCopter02-02-09
This mod does not work for me. I in...
Posted By: Mike-N-Go
This mod does not work for me. I installed the files on my computer as directed, yet it does not quiet copters. I am on a Macintosh, might that have something to do with it?
File: MyNameTogglesWhenIAFKorDND02-01-09
Originally posted by tralkar Trye...
Posted By: Mike-N-Go
Originally posted by tralkar Tryed it, liked it, but something is interfearing with it. When fighting mobs i get a loud beep about 50% through the kill, when i delete the addon it stops. here are the addons im useing .............................. EquipCompare BadBoy SellFish QuietCopter Gun Silencer/Suppressor D...
File: Trade Secretary: Ad Repeater02-01-09
Originally posted by ThunderNimbus...
Posted By: Mike-N-Go
Originally posted by ThunderNimbus It might be useful to have an option to put the output to a custom channel for testing your Ads. For people not quite as comfortable with programming and lua, this would give us the option to cycle through all of our ads quickly and make sure they display properly. Even a static test channel li...
File: Wintergrasp Timer02-01-09
And some more: If we do change the...
Posted By: Mike-N-Go
And some more: If we do change the GMOTD, it should need be triggered manually by the user, but I got a better idea: Set a calendar, defaulted to guild/friends, event with the time of the next WG match. And anyone who sends the addon message with the prefix of this mod can be promoted or passed ownership of the event when the user w...