Перейти к содержанию

Дайджесты за январь-февраль

Обновления гайдов и аддонов

Январь Февраль

Мониторинг серверов и редактор аддонов

Представляем вам две легенды. То, о чем можно было только мечтать, стало реальностью.

Мониторинг серверов Редактор аддонов

Подсказки из игры на вашем сайте

Теперь вы можете отображать сведения о внутриигровых элементах простым наведением курсора мыши.

Подробнее

Апдейтер аддонов

Представляем вам программу для автообновления аддонов и делимся подробностями.

Подробнее Скачать

Ciuine

Пользователь
  • Постов

    480
  • Зарегистрирован

  • Посещение

Файлы, опубликованные Ciuine

  1. Это корабельный интерфейсный аддон. Он собирает информацию о перегреве реактора, полученном корабельными щитами, устройствами и корпусом уроне, и выводит её в удобном и понятном виде обозначая повреждения соответствующими цветами.
    This is a simple ship HUD suggested by Compassone. It gathers information about the damage received by your ship/shields/devices and the reactor energy usage and color codes the objects corresponding to that.
    Drag and drop enabled; allows you to move the panel around the entirety of the screen. It is accessed via typing the slash command /shuddnd.
    Goes over top of the map using /shudtop
    23 146
  2. Позволяет настраивать внешний вид кнопок-заклинаний на панели действий.
    Allows for the modification of the Action Bar slots.
    Usage Instruction

    Инструкция по использованию
    Этот аддон, скорее, модификация, чем аддон. Потому, что он лишь помогает настроить внешний вид стандартной панели заклинаний.
    По умолчанию так:

    Но, с помощью команды (/ab):

    Можно сделать, НАПРИМЕР, вот так:

    (Здесь, анимация готового заклинания (EffectColor) стала зелёной, недоступные заклинания (NotCastable) - красными, цвет надписи (Color) - золотым, и размер текста (Scale) сделан .8).
    Каждая кнопка, на панели заклинаний, полностью работоспособна, работает и перетаскивание кнопок. Можно СКРЫВАТЬ любые кнопки, и даже скрытые кнопки продолжают работать.
    Слэш-команды:
    /ab - показывает окно Настроек.
    /abdnd - вкл/выкл перетаскивание кнопок (Drag&Drop).
    /abdndreset - перезагружает Drag&Drop.
    /abhide # - скрыть/показать кнопку в слоте #, причём, в скрытом состоянии, кнопка продолжает работать (здесь, # - число от 1 до 48).
    /absize # - изменить размер слотов (иконок) панели заклинаний. (только числа, например: "/absize 35")
    /abscale # - изменить размер надписи "комбинация клавиш". (только числа, желательно в диапазоне 7-13, например: /abscale 10 = 1, /abscale 1 = 0.1)
    /abcdscale # - изменить размер надписи "счётчик кулдауна". (те же ограничения)
    /abstscale # - изменить размер надписи "кол-во штук в стеке". (те же ограничения)
    /abcusset - применить подобранный пользователем цвет.
    /abdis  - превращает панельки в стандартный вид и обратно, в стандартном виде работает только эта команда и ничего больше
    /abx - задать позицию Х
    /aby - задать позицию Y
    12 949
  3. What it does is display your health/mana/energy and target's health/mana/energy in the center of the screen around your character.
     
    Классический HUD. Показывает ваше здоровье/ману/энергию и здоровье/ману/энергию вашей цели, в центре экрана, вокруг вашего персонажа. Очень удобно в PvP.
     
    Настройка
    Для того, чтобы убрать лишние элементы аддона или отключить ДнД (белый фон у полосок баффов/дебаффов) установите аддон ConfigWindow и напишите в чат /phud для вызова настроек аддона.
    4 034
  4. This "super" add-on is an assistant to add-on function. Similar to AddonManager. However, instead of being able to turn on/off or hide add-ons; it is capable of allowing add-on developers to quickly and simply create buttons or user input abilities for their add-ons. This allows the user and the developer to reduce the amount of memory their add-on uses if they want to allow people to customize certain aspects of the add-on.
     
    Этот "супер" аддон - помощник для для других аддонов. Наподобие AddonManager. Однако, вместо того, чтобы включить/выключить или скрывать аддоны, этот аддон позволяет разработчикам, быстро и просто создавать окно с настройками, или пользовательский ввод для своего аддона. Это позволяет уменьшить объем памяти, используемый аддоном, когда хочется сделать, чтобы люди могли настраивать некоторые аспекты аддона.
    --Developer Advice--
    Response to "CONFIG_INIT_EVENT" -

    Code: userMods.SendEvent("CONFIG_INIT_EVENT_RESPONSE", { sender = common.GetAddonName() })
    Response to "CONFIG_EVENT_"..common.GetAddonName() -
    Required -NoB - This is the number of the button to be created.
    name - This is for the name of the button.
    btnType - This is the type of button;"Simple" - For simple buttons.
    "T/F" - For true and false buttons.
    "EditLine" - For user input lines.
    "Color" - For a customizable color button.
    "Slider" - For a sliding button.
    "Tabled" - For a forward/backward table button.
    Optional -state - This is for the "T/F" button, true or false.
    value - This is mainly for the button types "Tabled" and "EditLine" to update the value.
    steps - This is for the number of steps for the "Slider" button.
    pos - This is for the position the "Slider" button should start at.
    color - This is the RGBA current value of the color button.
    texture - This is the textureId of a texture.
    sizeX - Size for X value of "Tabled" texture.
    sizeY - Size for Y value of "Tabled" texture.
    text - Text for "Tabled" text.
    scale - Scale for "Tabled" text.
    Example -
    Code: userMods.SendEvent("CONFIG_EVENT_RESPONSE", {NoB = 0, name = "Dance", btnType = "T/F", state = true})
    Response to "CONFIG_CHANGE_BUTTON_RESPONSE" -
    Required -NoB - Number of the button to change text.
    Optional -
    name - Name of the button. "EditLine" or "Tabled" buttons.
    value - The new value for the button. "EditLine" or "Tabled" buttons.
    texture - The new texture. "Tabled" buttons only.
    sizeX - Size for X value of "Tabled" texture.
    text - Text for "Tabled" text.
    scale - Scale for "Tabled" text.
    Example -
    Code: userMods.SendEvent("CONFIG_CHANGE_BUTTON_RESPONSE", {NoB = 0, name = "Dance2", value = "Tango"})
    Response from "CONFIG_SIMPLE_"..common.GetAddonName() -
    Values Sent - {name}
    Response from "CONFIG_BUTTON_"..common.GetAddonName() -
    Values Sent - {name, state}
    Response from "CONFIG_EDIT_LINE_"..common.GetAddonName() -
    Values Sent - {name, text}
    Response from "CONFIG_COLOR_"..common.GetAddonName() -
    Values Sent - {name, color}
    Response from "CONFIG_SLIDER_"..common.GetAddonName() -
    Values Sent - {name, pos}
    Response from "CONFIG_TABLED_"..common.GetAddonName() -
    Values Sent - {name, dir} (dir is "+" or "-")

    Example code for True/False buttons:
    Code: --CONFIG WINDOW COOPERATION
    function ConfigInitEvent()
    userMods.SendEvent("CONFIG_INIT_EVENT_RESPONSE", { sender = common.GetAddonName() })
    end

    function ConfigEvent()
    local num = 0
    for i, v in NPB do
    userMods.SendEvent("CONFIG_EVENT_RESPONSE", {NoB = num, name = L [GetGameLocalization()]  , btnType = "T/F", state = v})
    num = num + 1
    end
    end

    function ConfigButtonResponse(p)
    local s
    for i, v in L [GetGameLocalization()]  do
    if v == p.name then
    s = i
    end
    end
    if NPB   ~= nil then
    NPB   = not NPB  
    end
    userMods.SetGlobalConfigSection("NPB", NPB)
    common.StateUnloadManagedAddon( "UserAddon/"..common.GetAddonName() )
    common.StateLoadManagedAddon( "UserAddon/"..common.GetAddonName() )
    end
    Code: function Init()
    -- CONFIG WINDOW EVENTS (INIT, RESPONSE, BUTTON)
    common.RegisterEventHandler( ConfigInitEvent, "CONFIG_INIT_EVENT" )
    common.RegisterEventHandler( ConfigEvent, "CONFIG_EVENT_"..common.GetAddonName())
    common.RegisterEventHandler( ConfigButtonResponse, "CONFIG_BUTTON_"..common.GetAddonName())
    end
    7 992
  5. This tracks all buffs/debuffs cast by the player on all targets. Works for all classes.
    Отслеживает все баффы/дебаффы, повешенные игроком на все цели. Работает для всех классов.
    Customizable with Config Window via (/cw); (text appears in your language)

    Drag and drop without ConfigWindow accessed via /dttdnd.
    16 075
  6. RU:
    Заменяет стандартные панели с портретами и здоровьем/маной, для игрока, его группы, выбранной цели, питомца, и цель цели. Панели крупнее стандартных, поэтому, полоски здоровья/маны здесь гораздо разборчивее. Кроме того, все панели можно перетаскивать мышкой.
    EN:
    PLATES replaces the standard Plates add-on. Which displays player/target/targetoftarget/playerpet/party information starting in the top left of the screen.
    Последняя проверенная версия работы аддона: 2.0.07.08
    59
  7. EN:
    Replaces the standard raid plates display.
    RU:
    Заменяет стандартный интерфейс рейда.
    Последняя проверенная версия работы аддона: 2.0.08.14
    14
  8. A simple replacement to the overhead name plates.
    простая замена накладные таблички.
    Последняя проверенная версия работы аддона: 2.0.09.12
    27
  9. Данный аддон заменяет стандартную визуализацию повреждений на более подробный вариант, который отображает надписи, разлетающиеся от вашего персонажа в определённых направлениях, а не поднимающиеся над головами противников.
    Аддон создан американским игроком.
    English:
    This addon replaces the standard damage visualizer to a more detailed version that displays the announcements moving away from your character, and not above the heads of enemies.
    Инструкция:
    I created a series of add-ons called Combat Texts. What they do is take your outgoing damage and they display it as multiple separate announcements near the area of your character.
    Like so:

    Click the image to expand the picture.
    As you can see, in the picture: Vampirism is in the critical spot, my pet hit, my Putrefy hit for normal damage, and my Neurotoxin was partially resisted and showed such. These move up and the left of the player's screen.
    CTDR is part two of the series that I'm working on. This part in the series displays damage you receive from an enemy. It functions just like my CT but with damage received rather than output.
    Like so:

    In this part of the series damage received is displayed to the bottom-left of the character. This time I used an alt of mine to demonstrate the parry/resist/glance/dodge/hit functionality.
    CTH and CTHR are the newest in my series, they take your healing done/received and puts it to the right of your character. The healing done is displayed on the top and the healing received on the bottom. These have healer/target naming attached to the Skill Name button.
    It works like so:

    As you can see the healing is displayed to the right of the character and shows Crits/Glances/Resists/Hits in different locations, all in a varying greens (for healing!).

    The picture demonstrates the fields where damage done, damage received, healing done, healing received display. The text moves from the center of the character to the end of that field in some manner. Mana received moves down and to the right.
    It also has a GUI --
    Click this;

    To open this;

    Images attach to switches as follows;
    Red Out = Damage Done
    Red In = Damage Received
    Blue Out = Healing Done
    Blue In = Healing Received
    Kitten = Pet Damage Done
    Purple In = Mana Received
    Eyeball = Spell Names
    (not visibility of whole)
    Wise Sage = Healer/HealTargetNames
    Text = Text Size
    (off=25/on=20)

    These switches when activated will turn on or off the series type linked to it. When you turn these switches off and on, the add-on saves that information for later loading for each character; which means if you turn a button off for a character, it stays off until you turn it back on for that character.
    Update (v4.2) or (r5):


    Updated this add-on with some of my new understanding on the code. Killed all the text/tooltip files. Removed more redundant coding, added better detection/writing for damage done and healing done/received suggested by Tihi.

    Update (v4.3) or (r8):


    Added LibTiogan.lua to restore Alt-Z/EscapeMenu show/hide.
    Added four defined slash command toggles; /ctnormal, /ctsimple, /ctphud, /ctswap. These each trigger a different mechanism for the moving and fading.

    Normal (/ctnormal) uses the traditional CT set-up.
    Simple (/ctsimple) uses the design asked for by r3d.
    PHUD (/ctphud) uses a set-up complimentary to the standard HUD.
    Swap (/ctswap) uses a set-up complimentary to the SwapBar HUD asked for by ovsanka.



    Update (v4.4) or (r9):


    Now with sprinkles.

    Sprinkler Left (/ctsprinklerL) Sprinkles damage/healing done to the left, received to the right.
    Sprinkler Right (/ctsprinklerR) Sprinkles damage/healing done to the right, received to the left.
    Sprinkler Up (/ctsprinklerU) Sprinkles damage/healing done upwards, received downwards.
    Sprinkler Down (/ctsprinklerD) Sprinkles damage/healing done downwards, received upwards.
    Super Sprinkler (/ctsprinklerS) Sprinkles your damage upwards, damage received downwards, healing done to the right, healing received to the left.



    Update (v4.5) or (r11):


    Removed lots and lots of code and useless excessive button .xdbs. Zip reduction from 188KB to 88KB -ish, without the readme.
    With this, I recommend removing the previous versions of this add-on as you'll end up with lots of useless files.
    Added support for Brazilian Portuguese and added /ctcrit, which lets you keep crits on screen for 4 seconds instead of the normal 1.5 to 2 seconds.
    Corrected an error in my global methodology which actually triggered an interesting unseen problem.

    Swap Setting:

    37 065
  10. Добавляет отдельное окно чата.
    Я очень рекомендую удалить все версии до R18, перед установкой более новой версии, иначе у вас накопится куча бесполезных файлов, в связи с реструктуризацией.
    Adds a separate chat window.
    I would highly recommend deleting all versions prior to r18 before downloading the new one as you'll end up with useless files due to restructuring.
    Инструкция по использованию
    Type /ww to open/close the panel or click the text button.

    Use these buttons to decide what text is shown. ^
    Some localization provided by Duvodas and Carnifex. The rest is Google Translate, please mention if it is incorrect.
    Customization via ConfigWindow (right click the text button or typing /cw):

    Now with custom color creator. Set color by moving the sliders and clicking the respective color button.
    Drag-To-Resize:


    Container Customization (right-click container buttons):

    Slash Commands:
    /ww - Show/Hide WhisperWindow
    /wwreset - Reset DND of WhisperWindow
    /wwclear - Clear current window of text
    /wwtotalclear - Clear all windows.
    /wwtop - Set WhisperWindow display above/below the map.
    /wwhelp - Prints slash command information in All.
    слэш-команд:
    /ww - Показать/Скрыть WW
    /wwreset - Сброс DND из WW
    /wwclear - очистить текущее окно текста
    /wwtotalclear - Очистить все окна.
    /wwtop - Задать WhisperWindow дисплей выше/ниже карте.
    /wwhelp - Печать слэш команду информации во всех.
    22 090
×
×
  • Создать...

Важная информация

Пользуясь сайтом, вы принимаете Условия использования