Quantcast
Channel: Addons from WoW.CurseForge.com
Viewing all 3100 articles
Browse latest View live

LibModuleDBShare-1.0

$
0
0

LibModuleDBShare-1.0 provides a shared profile manager for addons without a central core.

Including LibModuleDBShare in your project

Using a repository

Manually

  • Download the latest version of the library.
  • Copy the LibModuleDBShare-1.0 subfolder into your Libs folder.
  • In your <addon>.toc or embeds.xml file, load the LibModuleDBShare.xml file.

Using LibModuleDBShare

Dependencies

LibModuleDBShare-1.0 requires the following libraries:

  • AceDB-3.0
  • AceDBOptions-3.0
  • AceConfigRegistry-3.0
  • AceConfigDialog-3.0
  • CallbackHandler-1.0 is required by AceDB-3.0 and AceConfigRegistry-3.0
  • AceGUI-3.0 is required by AceConfigDialog-3.0
  • LibDualSpec-1.0 is not required, but cannot be used if absent

Creating your group

In each module of your addon, create your database as normal. Then, check to see if the group exists. If it does, add your database, otherwise create it.

localdatabase;-- this function is called after the ADDON_LOADED event fireslocalgroup;functioninitializeDB()database=LibStub("AceDB-3.0"):New("MyAddonDB",defaults,true);group=LibStub("LibModuleDBShare-1.0"):GetGroup("Group Name");ifnotgroupthengroup=LibStub("LibModuleDBShare-1.0"):NewGroup("Group Name","A description for this group.",database);elsegroup:AddDB(database);endend

Options Panels

With each group that LibModuleDBShare manages, it creates an interface options panel in the Bilzzard options frame. This panel displays the description of your addon, supplied when creating your group, has the same name as your group, and has a profiles management subpanel. While not required by the library, putting your modules' options panels here keeps your addon's options in one place.

localmyOptionsTable;-- assume this to be defined-- this function is called after the group is createdfunctionaddOptionsToBlizzPanel()LibStub("AceConfigRegistry-3.0"):RegisterOptionsTable("MyModuleName",myOptionsTable);LibStub("AceConfigDialog-3.0"):AddToBlizOptions("MyModuleName","Module Name","Group Name");-- third argument is the name of the parentend

LibDualSpec integration

If the usesDualSpec parameter of the :NewGroup method is set to true when creating the group, the group profile manager will include options for setting up an alternate profile, just like any other database that uses LibDualSpec. There is no need to enhance the individual databases of member modules; the group takes care of everything.
Additionally, it is possible to enable dual spec support after you create your group. DBGroup objects have an :EnableDualSpec() method, which takes no parameters, and does exactly what its name says. There is also an :IsUsingDualSpec() method, which returns true or false, depending on whether the group is currently using LibDualSpec.

Slash Commands

LibModuleDBShare can add a slash command to its groups.

-- this function is called after the group is createdfunctionaddSlashCommandToGroup()group:EnableSlashCommand("MY_GROUP","/mygroupcommand")end

By default, this command opens the root options panel for the group. If you specify a handler function as the third parameter to :EnableSlashCommand(), that function will be called instead.
It is also possible to specify secondary command handlers for your group. For example, "/mygroupcommand foo" will call the OnFoo() function, while "/mygroupcommand bar" will call the OnBar() function.

localfunctionOnFoo(message,editBox)-- handle foo hereendlocalfunctionOnBar(message,editBox)-- handle bar hereend-- this is called after enabling slash commandslocalfunctionaddSecondaryCommands()group:AddSecondaryCommand("foo",OnFoo);group:AddSecondaryCommand("bar",OnBar);end

All handler functions are passed two parameters. The first is the message typed after the command, and the second is the editBox that the command originated from. NOTE: for secondary handlers, message does NOT include the secondary command name; "/mygroupcommand foo blah" would only pass "blah" to OnFoo().

Saving Data

Because LibModuleDBShare has no saved variables of its own, it will create a namespace on each of its members' databases to store its information.


Best Seller

$
0
0

Best Seller

Sell your things to vendors automatically. This addon is more than just a "grey" junk seller. There are a lot of filters that you can apply to automate the selling of anything. It is better than other "sell grey stuff" type AddOns out there, in fact its the best.

Latest version: 5.1.0.0

Updated for 5.1 patch

5.0.5.1:

Removed annoying debug information.

5.0.5

Fixed some stuff that MoP broke, and / or I broke.

Features

  • Safe selling mode sells only 12 items at a time
  • Editable sell list, just enter the name of any item that you want to automatically sell (enter wildcards in the format: word*)
  • Editable exclude list, just enter the name of any item that you wish to not sell automatically (enter wildcards in the format: word*)
  • Sell soulbound items between a determined low item level and high item level
  • Sell only grey items mode. This will override all other filters and only sell grey items.
  • Sell food & drink items that you have out-leveled; ie; ice cold milk, with option to sell food items with "well fed" buff
  • Auto buy "Best Buy" with editable buy listing (enter wildcards in the format: word*)
  • Auto repair all of your items, using either your own funds or your guilds funds (requires guild funding access)
  • Auto repair merchant reputation check
  • Detailed information on what sold and what did not sell and the reasons why. You can turn this on or off.
  • Auto select the highest value quest rewards
  • Auto complete quests, with option to not complete if the reward items are higher iLevel than what you currently have equipped
  • Optionally remember what you sell to vendors manually so next time it will sell it automatically
  • Hard coded DO NOT SELL list

Planned features

  • Monitors quest log and determines items that you need to complete quests and will not sell them. (some quest items are not classified as quest items, they may be tradeskill items, or food, etc.)
  • Auto-sell BoP items that you cannot use. For example, plate on a hunter or mail on a mage.
  • Preview mode will highlight the items in your bags that will be sold before you actually talk to a vendor. This will allow you to modify your filters.
  • Dynamic dungeon farming option. For the soulbound items option, the high and low item levels will be changed dynamically based on your last dungeon. ie; Ramparts will set the low 85 and high 117 based on the boss drops in Ramparts.

Reaper

$
0
0

Reaper

This is an addon that adds various features to the game. The features are very unrelated to each other. I use this addon for my own needs and I figured it would be nice to share with the community. I also use this addon to experiment with new things, and if it gets kind of large I'll branch it out to a separate addon.

Features

NEW v5.0.5:

  • Moved Combat HUD to it's own Addon (Combat HUD)

v5.0.3:

  • Moved Pet Battle Mini HUD to it's own Addon ( petbattlehud )

v5.0.1:

  • Added toggle Minimap button to options interface
  • Added toggle Debug mode to options interface

Older features:

  • Turns off mature language filter on start up
  • Auto follow someone when they say "follow" in party chat or whisper.
  • A simple ding announcement to your guild chat when you level a character. Auto ding "fun mode" will put random one liners into the ding message.
  • Announce XP gains you receive to party chat or DEFAULT_CHAT_FRAME. Tracks session XP, and calculates time until level
  • Announces dungeon reset information in party chat
  • Show the guild message of the day & guild information as a message box on start up
  • Show the guild message of the day to guild chat whenever you start the game.
  • Displays all spell links in a scroll frame, additionally you can search spells using /rp spell wildcard

spelllist

  • Audible alert when someone applies to your guild using guild finder and displays the name of the last person to sign up in DEFAULT_CHAT_FRAME.

Planned features

  • Auto follow: reply with successful follow, or out of range, and also filter who you want to auto follow.
  • Ensure Officer Chat is enabled.
  • Announce REP gains you receive to party chat, or DEFAULT_CHAT_FRAME. Tracks session REP, and calculates time until level
  • Macro tools. Helpers that you can add to your own macros for conditional statements. For example, x=bTHB("Name of Buf"); if(x) then do something end
  • Item Whisperer - Send a list of items in your inventory to someone in a whisper, if key words are whispered to you.
  • Counter tools to count stuff... Any stuff that you wish.
  • Ignore bind on pickup messages when you are soloing dungeons
  • Toast system to inform you of events in the game or things that you should or should not be doing
  • Disallow quest items to be placed into the bank
  • Third-party plugin system

This is a work in progress, and thus it will be updated with new features periodically.

Pet Battle HUD

$
0
0

Pet Battle HUD

Pet Battle HUD

Pet Battle HUD is like player frames for your pet team. I made this addon because I kept getting into pet battles and my pets were either dead or had very low health. Now you have that information available at all times.

Coming soon

  • Use PetBattle Teams information to quickly change pet teams if you have that addon installed.
  • Options panel
  • Lock Pet Battle HUD in place
  • Hide Pet Battle HUD if in party, raid, or if you are in combat, and other circumstances.
  • Max, Medium, and Mini styles that will take up more or less screen area.
  • Heal pets buttons that will use the pet battle bandages, or global cooldown whichever is available.
  • Targetting system for minimap that will alert you if there is a pet you do not have available.

v5.1.0.1

  • Couple more minor bug fixes for 5.1 patch
  • Added /pbh missing on (or off) - this will turn on or off the messages for what pets you are missing

v5.1.0.0

  • Update/fixed for patch 5.1

v5.0.7.2

  • Added pet family indicators
  • Fixed some bugs

v5.0.7 , v5.0.7.1

  • Bug fix, updated UI elements

v5.0.6

  • Added level bubbles
  • Added colors to pets names to indicate quality of the pet
  • Added speed information
  • Added power information

v5.0.5

  • Pet team levels, hp/maxhp bars, xp/maxxp bars, updated in real time during pet battles, and any other time pet information changes.
  • Zone information when you enter a new zone or exit a pet battle tells you what pets are available for capture in the zone.

PBHUD2

PugUtility

$
0
0

An experimental project for helping raid leaders and guilds to avoid problematic players on their groups.

Broker: Raid Finder

$
0
0

Broker: Raid Finder– A broker addon that monitors trade and lfg channels in major cities for raid offers. Supports remote search through friends and guild mates.

Features –

  • Monitor General, Trade and LookingForGroup channels in major cities for raid offers.
  • Remote search. With activated addon communication option guild mates, mutual friends and battlenet friends using this addon will monitor city channels for you while you are out of town and inform you about the results.
  • Cross-character support. Hits made on one character are available on all your characters of the same faction.
  • Sound and text notifications for hits with timeout option to avoid irritation because of spammed messages.
  • Optionally exclude saved instances from monitoring.
  • Postings of players from the raid you are currently in will be omitted.
  • Whisper players directly by using the 'Whisper’ button. No problems with tricky names with accents, umlauts and other creative spelling.
  • Adjust monitored keywords for all instances.
  • Plug-in support to extend addon functionality.
  • Profile support for settings.

New –

  • Plug-in support to extend addon functionality. Comes bundled with 2 Plugins:
    • BRF Forwarder: Forwards LFG messages to all users of the plugin so they can track raid offers as long as one of them is in a major city.
    • BRF Forwarding Tracker: Keeps track of messages forwarded by LFGForwarder and TradeForwarder and feeds them to the addon.
  • Option 'Message Filters’ – Applies chat filters such as spam filters introduced by other addons before processing messages. Recommended when using forwarding plugins to make sure you are not reported for forwarding spam.
  • Option 'Filter Matches’ – Removes matches made by the addon from being shown in the chat windows.

Install –

Copy the Broker_RaidFinder folder to your Interface\AddOns directory.

Commands –

	/braidfinder arg
	/brfind arg

	With arg:
	version – display version information
	menu – display options menu
	on – activate monitoring
	off – deactivate monitoring
	show – show log window
	help – display this help

Usage –

  • In options select raids to search for and activate monitoring to start.
  • Click on addons broker entry or minimap button for interaction (or use slash commands listed above)
    • Right-click – Open options menu.
    • Left-click – Open log window which is listing all matches.
    • Alt-Left-click – Activate/deactivate monitoring.
  • Whisper players throught he log window.
  • Activate addon communication option for remote searches. This means when you are in town you may act as server for other clients out of town. If you are out of town you will engage other players as server for your remote searches. NOTE: see section Restrictions

Interface –

  • Icon –
    • colored icon – indicates active monitoring
    • grey icon – indicates deactivated monitoring
  • Label –
    • I: – Number of matched instances.
    • P: – Total number of players searching for any of your tracked instances.
    • ! – Remote monitoring active, that means a player is actively working as server for you monitoring the city channels.
  • Tooltip –
    • For each tracked instance last hit is shown with name of searching player, total number of matches for that instance and time since last match.
    • Saved instances are marked red.
    • Instances without hit are grey.
    • Color-coded time since match (green for most recent; red means that match almost has reached end of time frame and is about to be removed from list).
  • Log window –
    • Lists all matches for tracked instances with time, author and instance.
    • For selected entry complete message will be shown.
    • Filter log list by instance or source. Source is the character who found the match. (current character, alt or remote character)
    • 'Whisper’ button to contact selected player directly.

Options –

  • General –
    • Monitoring active – Activate/deactivate the monitoring.
    • Addon communication – Toggle whether or not the addon shall sync with addons of other players.
    • Minimap Button – Show/hide Minimap Button
    • Hide Hint – Hide usage hint in tooltip
  • Raids – Set up which raids you will monitor.
  • Keywords – Set up keywords for each instance.
    • LFG Keywords – Comma separated list of keywords indicating someone is looking for players for a raid.
    • Default – Revert to default keywords.
  • Monitoring – Set up monitoring parmaters for addon.
    • Guild Chat – Monitor guild chat.
    • Exclude Saved Raids – Exclude raids you are currently saved to from monitoring.
    • Time Frame – Set up how long the log will reach back.
  • Notifications – Set up notifications when addon finds a match.
    • Text Alert – Show text message when addon finds a match.
    • Sound Alert – Play sound when addon finds a match.
    • Notification Sound – Choose sound to be played on notifications.
    • Timeout – Set notification timeout. You will not be notified about matches of a single player for the same instance more than once during the timeout duration.
  • Extras
    • Message Filters – Applies chat filters such as spam filters introduced by other addons before processing messages. Recommended when using forwarding plugins to make sure you are not reported for forwarding spam.
    • Filter Matches – Removes matches made by the addon from being shown in the chat windows.
  • Plug-ins
    • Every plugin registered with the addon will be added in this section. There are 3 options for each of them.
    • Activate – Activated/deactivates plug-in.
    • Label – Activates/deactivates label extension of the main addon.
    • Tooltip – Activates/deactivates tooltip extension of the main addon.

Restrictions –

  • Addon communication is restricted to your guild mates, chars of your battlenet friends in the current realm and mutual(!) friends who have this addon running as well. Addon communication has to be activated on both sides.
  • Especially you cannot just add players you frequently see in the city chats to your friend list in the hope they run this addon so they now can do the searching for you.
  • Remote monitoring is restricted to default keywords. This is to prevent players from creating excessively long or accidentally or maliciously malformed keyword lists for remote search.
  • For clients without supported localization this will default to english localization which in all likelyhood will confine the usability of this addon considerably for players using such clients. Help with proper localized lists of default keywords for non-english clients is greatly appreciated.
  • The matching works on a first hit policy. If a message contains more than one of your searched instances it will register only for the instance of the first hit in the message.
  • For remote monitoring this means that some clients might miss out on a hit when one client is registered for the first hit and another for the omitted second hit. That restriction is in place in order to keep the work for the server addon low so the player doing the searching for you does not face excessive load due to this service.

SkeenStunWatch

$
0
0

SkeenStunWatch

What is SkeenStunWatch?

SkeenStunWatch is simply a remake of the old beloved Stunwatch addon by cilcraft. And alike the good old Stunwatch really all it does is to render a progress bar, that shows the time left on ones stuns. It somewhat configurable in terms of positioning, size, what to detect, ect. Alike the old Stunwatch, its pretty well suited for PvP as well as PvE rogues.

So how does SkeenStunWatch work?

SkeenStunWatch is nothing alike the original Stunwatch in terms of source code, this remake is written bottom up, to fit into the style of the other SkeenCore addons. The old StunWatch is marely an inspirational source or goal, of how the addon should end, and as a matter of fact, this addon shares more source code with EnergyWatch Reborn (specifically the bar design).

What was the motivation for creating SkeenStunWatch?

My primary source of motivation for this project, was to make one of my most beloved addons work again, mostly because I came in a lack of it, during my own arena pvp'ing, and obviously I though that I wanted to share.

So why should I download the SkeenStunWatch?

Because your interested in monitoring your crowd control and stun abilities. Or simply because you miss the old StunWatch ;)

So why is it called SkeenStunWatch?

The addon is named after my undead (previously human) rogue, as this character was the one who got the development started.

So is this addon like bug free and ready to go?

Not really ready to go, some features are missing, and will be worked on, however its ready to go in the sense of stability and usability.

Notes:

Having any issues (or enhancement ideas) with the addon, let me know, by sending a ticket at: http://wow.curseforge.com/addons/skeenstunwatch/create-ticket/

Using the ticket system, makes it easier for me, then if you just leave a comment. (+ it makes people able to vote your ticket up, if it enjoys them as well)

Skeen

Sequenced

$
0
0

Sequenced is yet another enemy cooldown tracking addon which is meant to overcome some of shortages of existing solutions by introducing the flexible spell categorization (or spell tagging) and cooldown expiration time sorting.

Some basic facts about Sequenced:

  1. It's possible to have any number of bars to track enemy cooldowns.
  2. Each bar can track some specific group(s) of spells. To establish these groups you must perform spell tagging. Default tagging includes - crowd control (goes to bar1), defensives (goes to bar2) and all the rest goes to bar3.
  3. The spell icons on a particular bar are always sorted by their expiration time. Spell icons are only visible when the spell is actually on cooldown. If two different warriors use pummel you will actually see two pummel icons.
  4. Flexible configuration. Its possible to have different profiles for each class/spec/location(arena, bg, world) combination, which means that the number of bars and the spell tags they are tracking could change depending on whether you're on your warrior or on your druid and whether your are in arena/bg/wpvp. Configuration is done by editing config.lua. This file has special, very user friendly format:)
  5. Decent visual configuration of bar's positions, scales and orientation (vertical/horizontal).
  6. There's an option (enabled by default for bg, but not for arena) to only track cooldowns of the "closest" enemies which can be handy for battlegrounds and perhaps for some not so massive wpvp.
  7. Such effects like Cold Snap/Preparation/Readiness are taken into account.

First and mandatory steps after installation:

  1. Enter visual configuration mode by "/sq c" command
  2. Move (left click), scale (mousewheel) and flip (right click) bars as you like
  3. Exit visual configuration mode by "/sq c" or use (optionally) "/sq test" to simulate spell cooldowns.
  4. Please note that initially addon has 3 profiles: default (world), if_arena (for arena) and if_bg (for bg). Visual settings are bound to profiles. So you need to configure bar positions and scales separately for those three profiles. You can manually switch your active profile using "/sq p". You can also copy visual settings from one profile to another with "/sq reset".

If you're unhappy with the default configuration

(too many spells, too many bars, not enough bars etc)

  1. Open config.lua (path: WoWFolder/interface/addons/Sequenced/config.lua) with your favorite text editor and edit it. The format of this file is more than easy and is explained in README.txt
  2. After editing config.lua use "/sq update" (or to make it short - "/sq u") to update Sequenced. Note that this command always reloads your interface.

clcInfo_Monk

$
0
0

Table of contents

  1. 1Overview

Overview

This is a clcInfo module for Monks, targeted at PVE. Like any other clcinfo module, it works by suggesting the next ability to use for an optimal rotation. What that rotation is, is completely configurable through the clcinfo options, but of course a default is provided.

The specs covered are:

  • Brewmaster
  • Windwalker

Please note that the modules have only been tested on a level 90 Monk, but logic is in place for levelling monks as well.

Setup is easy. For users new to clcInfo, default templates will be created on the first load. Users with clcInfo already installed will be prompted to create templates for the specs they have not already created templates for. After that its just about positioning the icons where you want them and lock them in place (and maybe change it so they only show when you have a valid target).

To change the default rotation, default settings or export macros, just write /clcInfo and select the class module representing your specialization.

clcInfo_Monk needs translators

If you are proficient in a language other than English, please see if you can help translate.

SW-DKP Loot System

$
0
0

This is a customization of EPGP and EPGP Lootmaster Addons. Something Wicked uses a standardized loot value as well as a variation on the EPGP formula. Guilds that desire to use a version of EPGP that utilizes a standardized loot value instead of the ilvl/gear slot variations will find this version preferable to the standard EPGP. Additionally this adaptation uses the ratio based PR stadard rather than the EP/GP standard.

How is the different from EPGP? How is this different from DKP? How is this different than a Loot Council?

Something Wicked developed a relational loot system with a few desires in mind:

  • We wanted a loot council, but we didn't trust ourselves, or anyone else to run it.
  • We wanted a system that rewarded seniority, without being punitive to newer members, allowing them to integrate with the senior members in a short time.
  • We wanted a system that didn't arbitrarily weight gear or use an auction system that can be manipulated.

DKP differences:

We originally used the popular EQDKP web software to track our system. We continued to award "DKP" based on hours raided and we continued to award points on gear. The difference is that rather than merely subtracting from the totals you've accumulated, leaving a result that would grow over the months of farming a tier of content, we used a relative system that divides the loot you've been awarded by the hours raided. Essentially giving the people who have had less loot per hour raided priority over those with more.

EPGP differences:

Doesn't EPGP do this? The answer is not quite. The base of the EPGP loot system uses varying weights on both the EP (effort) and the GP (gear( side. The system might weight a helm as more valuable than a belt, or encourage bidding to vary the gear. While this system works, it wasn't what we were looking for.

Under our system, all loot is worth the same. It doesn't change if the items are more or less popular and it doesn't punish players for getting the first drop, while a later drop is worth less. This maintains integrity in the system by insuring that an entire set of gear costs the same amount for every player per tier.

The goal in our system is to make a loot council that is essentially run by a calculator, as it has no bias. An ideal loot council will award gear based on the contribution to a guild, and our system measures that one only two criteria: 1) how much time they've put into learning/downing content; 2) how much they've already been rewarded for that time.

Keep in mind, this mod will not run your guild for you. It is merely a tracking/awarding tool. You will need to adapt the system to fit your guild. Some suggestions from our guild:

Upgrading Gear in the same tier/reducing waste

We allow members to upgrade their normal gear to heroic gear at a discount (essentially ensuring that everyone spends 2.0 per slot per tier, regardless if they take a normal piece before heroic, or upgrading straight to heroic.)

Decay

EPGP uses a weekly decay. We don't, we realize that gear doesn't drop proportionally to time spent raiding. In a given tier, it isn't important to use if your contribution to our progress is in the first week, or the last week, so we only do a decay before beginning a new tier of content. By using a 50% decay at the point of new content it helps deemphasize the value of old contribution, while maintaining some amount of seniority reward.

Initiate/Offspec loot

We have four levels of loot awards: Members/Initiates/Sidegrade/Offspec.

  • Members receive the highest priority on loot drops, based on the their Current loot ratio.
  • Initiates are eligible for loot after Members, before any alternate use.
  • Sidegrades are defined as items in the same slot that someone has already purchased a different item for. We give "free" sidegrades to prevent punishing players that take actual upgrades without penalizing them for not holding out for the "absolute Best in Slot." However, sidegrade has a specific meaning. It doesn't mean "slight upgrade over what I'm using," it doesn't mean "I bought this item from the AH, now I want the better drop from the raid for free." Players are only eligible for sidegrades if they've purchased something in the tier.
  • Offspec: The sidegrade and offspec tiers are essentially the exact same thing. Both are giving free gear to members, the only difference is that items for offspecs don't require a prior purchase for eligibility. This requires a knowledgeable raid leader to prevent abuse, you don't want people taking "offspec loot" for healing, when in fact it is just going into their DPS spec without paying for it. Loot systems don't run themselves, don't let the mod replace your judgment.
The base of this mod is used with permission from Alkis Evlogimenos in accord with the EPGP license.

If you are looking for the original version of the EPGP mod: http://wow.curse.com/downloads/wow-addons/details/epgp-dkp-reloaded.aspx

MuchMoreMunch

$
0
0

Automatically generate macros that use the best food available.

Inspired by Buffet and Mounted, MuchMoreMunch provides placeholder tags for the best food, drink and potions for use with the Blizzard macro language.

Valid placeholders are:
<hpp> - health potion
<hps> - healthstone
<mpp> - mana potion
<mps> - mana gem
<hpf> - health food
<mpf> - mana food
<b> - bandage

Multiple placeholders can be combined for use in a castsequence, e.g.
/castsequence [combat] reset=combat <hps,hpp>

The addon provides a number of preset macros that can be modified for your characters' unique needs. For best results we recommend that you keep the same macro names between all your characters and just update the contents of the macro.

--------------------------------------------------------------------------------------

For the inquisitive: MuchMoreMunch will try to choose the best item by finding those which restore the greatest amount. It prefers conjured food over non-conjured food but if no conjured food is available, it uses the food with the smallest number available. It also prefers non-combo food over combo food (that which restores HP & MP), unless it's conjured.

Thnan's Mod - Farm

$
0
0

Thnan's Mod - Farm

Thnan's Mod used to be one addon with several unrelated features. This addon is only the farm portion.
Now that the addon has been split, the original project will no longer be updated.

This addon adds a tool panel for your farm. The panel has buttons for every seed and every tool as well as a "grow check" button.
The seed buttons provide one-click planting in the nearest Tilled Soil.
Right clicking a tool button will drop that tool. This can be turned off in the options menu.
RIght clicking a seed button will enable right click planting mode. In this mode, double right clicking a Tilled Soil will cause the selected seed to be planted in it.
The grow check button will target any plant that needs attention before it will grow, i.e. any plant that is not a "growing" plant.
Jogu's forecast will be saved and displayed in the tool panel. Unfortunately, this feature does not work in all locales. If your locale is not supported, see the localization section below.

Bugs/Suggestions

Bug reports and feature suggestions can be made using the ticket system here. Closed or completed tickets are filtered out by default, they can be viewed by changing the filter settings.

Localization

If you are interested in translating my mod, please send me a PM here. Currently only the forecast feature requires localization to actually function, but having a translated UI would be nice as well.

GoingPrice_EU

$
0
0

The GoingPrice_EU addon uses the LibExtraTip library to display various statistics from eu.battle.net. The statistics are sampled over all realms in the EU region. To get realm specific data, head over to http://goingpriceaddon.com/download to download realm specific addon's - as many as you want. I suggest all the realms you have characters on. Install them together with GoingPrice_EU. The GoingPrice suite is smart enough to load only what's needed.

These addon's should update quite frequently - about every hour or so for realm specific addon's and daily for the region addon.

If you find any of the GoingPrice addon's useful, please consider making a donation.

Release versions take the form of 5.2.xxxxxxxxxx where the '5.2' part is the version of the Wow interface supported and the 'xxxxxxxxxx' part is the date (in seconds from epoch) that the latest price was pulled from eu.battle.net

GoingPrice_US

$
0
0

The GoingPrice_US addon uses the LibExtraTip library to display various statistics from us.battle.net. The statistics are sampled over all realms in the US region. To get realm specific data, head over to http://goingpriceaddon.com/download to download realm specific addon's - as many as you want. I suggest all the realms you have characters on. Install them together with GoingPrice_US. The GoingPrice suite is smart enough to load only what's needed.

These addon's should update quite frequently - about every hour or so for realm specific addon's and daily for the region addon.

If you find any of the GoingPrice addon's useful, please consider making a donation.

Release versions take the form of 5.2.xxxxxxxxxx where the '5.2' part is the version of the Wow interface supported and the 'xxxxxxxxxx' part is the date (in seconds from epoch) that the latest price was pulled from us.battle.net

SkeenCore3GUISpellFlash

$
0
0

This addon, is simply a GUI plugin for SkeenCore3 that immitates spellflash

It serves to isolate the GUI from the core, and does nothing on its own, as it's fully dependend on the core.

For tickets/comments please refer to SkeenCore3 @ http://www.curse.com/addons/wow/skeencore-3


SkeenCore3GUIDisabled

$
0
0

This addon, is simply a no operation GUI plugin for SkeenCore3

It serves to isolate the GUI from the core, and does nothing on its own, as it's fully dependend on the core.

For tickets/comments please refer to SkeenCore3 @ http://www.curse.com/addons/wow/skeencore-3

SkeenCore3FireMage

$
0
0

This addon, is simply a Fire Mage rotation plugin for the SkeenCore3.

It serves to isolate the rotation, and does nothing on its own, as it's fully dependend on the core.

For tickets/comments please refer to SkeenCore3 @ http://www.curse.com/addons/wow/skeencore-3

SkeenCore3ArcaneMage

$
0
0

This addon, is simply a Arcane Mage rotation plugin for the SkeenCore3.

It serves to isolate the rotation, and does nothing on its own, as it's fully dependend on the core.

For tickets/comments please refer to SkeenCore3 @ http://www.curse.com/addons/wow/skeencore-3

SkeenCore3FrostMage

$
0
0

This addon, is simply a Frost Mage rotation plugin for the SkeenCore3.

It serves to isolate the rotation, and does nothing on its own, as it's fully dependend on the core.

For tickets/comments please refer to SkeenCore3 @ http://www.curse.com/addons/wow/skeencore-3

SkeenCore3ElementalShaman

$
0
0

This addon, is simply an Elemental Shaman rotation plugin for the SkeenCore3.

It serves to isolate the rotation, and does nothing on its own, as it's fully dependend on the core.

For tickets/comments please refer to SkeenCore3 @ http://www.curse.com/addons/wow/skeencore-3

Viewing all 3100 articles
Browse latest View live