Sitemap
Меню сайта
Скачать читы для WOW
Скачать аддоны для WOW
Скачать баги для WOW
фильм пруха
Категории раздела
Action Bars [4]
Bags, Bank & Inventory [4]
Buff, Debuff & Spell [5]
Chat [6]
Class Specific [3]
Combat [3]
Data [5]
Fubar [1]
Graphic UI [27]
Map [1]
Mail [0]
Misc... [16]
Quest & Leveling [7]
PvP/Arena/BG [5]
Raid [4]
Tradeskill [0]
ToolTip [1]
Unit [1]
Аддоны для WOW [6]
Наш опрос
Нужно ли краткое описание на руссоком? (к аддонам)
Всего ответов: 465
Статистика


Онлайн всего: 1
Гостей: 1
Пользователей: 0
Форма входа
Вторник, 23.09.2025, 06:21
Приветствую Вас Гость

Каталог файлов

Главная » Файлы » Аддоны

В разделе материалов: 99
Показано материалов: 31-40
Страницы: « 1 2 3 4 5 6 ... 9 10 »

LibStateDriver-1.0   Less than 3 days old!
An alternative to using Blizzard's SecureStateDriver for non-secure code and may also be modified in combat without issue. As new macro-style parameters are encountered, they are parsed to determine the best way to handle them (OnEvent/OnUpdate). A running count of the number of enabled parameters utilizing a particular event is kept in order to ensure all unused events are unregistered to prevent unnecessary event processing.

Parameters are also checked for early outs such as with "[mod][ ]0; 1" or "[combat] 0; [group] 1; [mod][ ] 2; [pet] 3; [stealth] 4; 5". In those examples the "[ ]" would cause event processing for everything after to be ignored. Further, cases like "[mod][ ] 0; 1" or even "0; 1" are detected as not being able to change state so after the initial state is evaluated no further processing is wasted on them. NOTE: Cases such as "[combat][nocombat] 0; 1" are not checked for.
Misc... | Просмотров: 607 | Загрузок: 33 | Добавил: Administrator | Дата: 24.07.2009 | Комментарии (0)

Graphic UI | Просмотров: 675 | Загрузок: 30 | Добавил: Administrator | Дата: 24.07.2009 | Комментарии (0)

Satrina Buff Frames 3   Updated less than 3 days ago!   Popular! (More than 5000 hits)
SBF 3.1.15 - 22 July 2009

A replacement for the UI buff frame. If you can imagine it, you can probably make SBF look like that.
Buff, Debuff & Spell | Просмотров: 940 | Загрузок: 0 | Добавил: Administrator | Дата: 24.07.2009 | Комментарии (0)

Quest & Leveling | Просмотров: 1078 | Загрузок: 17 | Добавил: Administrator | Дата: 24.07.2009 | Комментарии (0)

Graphic UI | Просмотров: 716 | Загрузок: 28 | Добавил: Administrator | Дата: 24.07.2009 | Комментарии (0)

Graphic UI | Просмотров: 1059 | Загрузок: 23 | Добавил: Administrator | Дата: 24.07.2009 | Комментарии (0)

GridStatusControlPipes   Less than 3 days old!
Description

This addon provides further control possibilities for any other Grid status. By now the following controls are available:
  • show or hide status on key press (KeyGuard)
  • show or hide status in or out of combat (CombatGuard)
  • convert duration status (like aura duration) to min/max value status to be able to display remaining time of auras on bar indicators (like GridManaBars) (ToBarFilter)
  • filter status for specific classes (ClassGuard)
  • convert color of status to class color (ClassColorFilter)
  • aura filter (can be used as debuff white list) (AuraGuard)
  • convert value to text (like health) (ToTextFilter)
  • threshold filter for values (ThresholdGuard)

How does it work

Like the name says, the addon works like a pipe, every pipe consists of four parts:
  • indicator - status registered with the indicator of a pipe are used as input for the pipe
  • guards - guards control if a pipe is open or not
  • filters - filters change the values piped through the pipe
  • status - the pipes status is the output of the pipe and can be registered with the actual destination indicator

So what you have is the following:

[status to control] -> [pipe indicator] -> [pipe status] -> ([guards] -> [filters]) -> [destination indicator]

How to use - a few examples

Generally you do the following steps to configure a pipe:
  1. Create pipe by entering its name under "Grid -> Control Pipes -> New Pipe". This will create a new status for the pipe under "Status" and a new indicator for it under "Frames".
  2. Set input of the pipe by registering the status to filter with the pipes indicator under "Grid -> Frames -> <pipe name>"
  3. Set the destination of the pipe by registering the pipes status with the destination indicator under "Grid -> Frames -> <destination indicator>"
  4. Configure the pipes Guards and Filters by adding new ones under "Grid -> Status -> <pipe name> -> <Filters/Guards>"

Some example configurations

"Shadow ward pipe" - As a priest I use GridStatusMissingBuffs to display missing buffs. But since Shadow ward isn't always needed I want to be able to easily toggling showing missing shadow wards on/off. To do this I pipe its state through a pipe which uses the KeyGuard. So I can toggling showing of missing shadow wards by pressing a key.

"Remaining Health pipe" - Most times health deficite is the only value I need to know for healing. But in some cases I need to know the remaining health of a unit to decide who needs special healing (during AoE for example). For this I pipe grids health status through a pipe with a "ToTextFilter" (to convert the health value to a text), a "ThresholdGuard" (to show remaining health only on half death people) and a "KeyGuard" (to toggle this on of).

"Debuff white list pipe" - Grid doesn't come with a whitelist for the debuff type status. To add this I pipe the debuff type status through a pipe with a "AuraGuard" where I can add the debuffs of this kind i don't need to see.

"Remaining hot duration pipe" - I use the mana bar of GridManaBars to show the remaining time of my hots on a unit by piping the "Aura Status" of the hot through a pipe with a "ToBarFilter". The destination of the pipe is the Mana bar indicator.

There are a lot more things you can use it for, just play around with it .
If you need other guards or filters tell me, its pretty easy to add new ones.

Notes
  • The reaction of the key depends on the duration you keep the key pressed. This means, if you keep the key pressed for more than 300ms the key will react as "while key is pressed", otherwise it will react like "toggle on key press".
  • Please resist the urge to create loops with the pipes! I know its tempting but I didn't test what happens if you do so and I won't take responsibility if it caused the ending of the world! Seriously!
Fubar | Просмотров: 783 | Загрузок: 2 | Добавил: Administrator | Дата: 24.07.2009 | Комментарии (0)

Buff, Debuff & Spell | Просмотров: 18163 | Загрузок: 3 | Добавил: Administrator | Дата: 24.07.2009 | Комментарии (3)

Graphic UI | Просмотров: 647 | Загрузок: 28 | Добавил: Administrator | Дата: 24.07.2009 | Комментарии (0)

TradeFilter   Updated less than 3 days ago!
Not just any old filter!
Translators needed - Help localize HERE

TradeFilter only allows strings that match your pattern list to pass. TradeFilter does not only filter trade but has the ability to filter General, LookingforGroup, Say and Yell channels all which are configurable through the blizzard options panel. 

TradeFilter has a set of patterns for trade channel and separate set of patterns for all other channels, or "base" channels as we will call them. This allows the user to define what patterns may be good for trade but not other channels and vise versa. The user has the ability to add patterns of their own to be matched against for both trade and "base" channel filters.
Chat | Просмотров: 689 | Загрузок: 37 | Добавил: Administrator | Дата: 24.07.2009 | Комментарии (0)

У нас вы можете скачать бесплатно читы для WOW
скачать аддоны для WOW
скачать новые читы для WorldofWarcraft
проги для wow 2.4.3

читы на 2.4.3
Аддоны для wow 3.1.3
аддоны для wow 2.4.3
читы для вов 3.1.3 на дамаг
аддоны 3.1.3
аддонэ
Друзья сайта
Все, что вам не хватает для полного счастья - это скачать майл агент с сайта ExeFree.ru - самый популярный сайт в сети интернет. Каждый день администрация добавляет новые игры, приколы, новости, и нужные для пользователей файлы. Все бесплатное вы сможете найти на страницах сайта ExeFree.ru - информационно-развлекательный портал нового поколения.