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

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

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

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

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

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

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

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

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

Подробнее

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

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

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

Ciuine

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

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

  • Посещение

Весь контент Ciuine

  1. This add-on relies on knowing the names of the gems in your localized language. It is only tuned for English. You would have to go into the LUA and change all the "Astral ..." to what they are called in your language.
  2. This is fixed in the current version. I was attempting to correct a bug that occurs rarely when the owner of an emote is passed as a number instead of an objectId. So I tried to do a type(p.unitId) ~= "number" but as it turns out this check treats objectIds and numbers as the same thing, even though object.IsExist() gets angry with actual numbers.. This caused the add-on to see all objectIds as numbers and then passed a false. I apologize for applying this not fully tested piece of code in for the few minutes it was up.
  3. I recently received a message containing a full French translation from Lysonia. I have yet to make the changes, I'll do so now. Edit: Test out the new version and see if everything is correct.
  4. I've seen this as well. It's likely related to the dynamic ID system and how frequently they change player IDs. I'll see if I can fix it. I can try and change it so that it updates the list when the Avatar's zone changes to prevent the despawn recognition failure.
  5. This was why I gave the table display, so you could see what you typed in. To remove the values just type it in again.
  6. If you look at the notes for the add-on there's an Ignore List, which you can type in the buff you want ignored and it will ignore it. I need translating for the ConfigWindow display to avoid these replies.
  7. Run AOTextureViewer using WindowsXP backwards compatibility. The current version of AOTextureViewer will not create the .xdb's necessary for add-ons for you. It just converts .dds pictures to .bin files. The UITextureConverter is frequently damaged by new patches; and is not something to rely on.
  8. I don't understand, is there an issue with the EditLine for Cyrillic? Quote: Может кому нибудь это пригодиться Translates to, "Can anyone else is handy". But I guess I should assume it means "Perhaps this is useful to someone".
  9. RaidPlates I need to remove the mental overload detection since it is useless now, atleast on the NA/EU servers.
  10. Not in this CT. I've been (slowly) working on a new CT, but have been quite lazy recently.
  11. The first suggestion is doable, and something I was already considering since I personally see like 9 aura of potencies whenever I cast a spell. Not that I care about buffs though. I'll add a ConfigWindow EditLine button that lets people add/subtract ignored buff names, and possibly a ConfigWindow Table button to view values in the ignored table. For the second suggestion, I think this would be best in a separate add-on. This is designed to be primarily a buff/debuff timer, and I do not want to add unnecessary things. Update: First suggestion done, requires ConfigWindow r4.
  12. AddonManager sends this event. I removed LibTiogan because it did not function in the RU version and passed errors due to the new Chat add-on's new name.
  13. Ciuine

    DoTTimer

    Версия 8

    16 117 раз скачали

    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.
    Бесплатный
  14. Ciuine

    DoTTimer

    DoTTimer Просмотр файла 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. Добавил Ciuine Добавлено 07.06.2011 Категория Аддоны  
  15. Type; turns on/off the display of chat types, ie. [zone] [world]. Limit; limits the number of text messages per container, a requested feature because some people can't handle too many text objects. Background; background color for the main window. Next five are custom colors for text, you create a color used the CusSet button to set the custom color and then you can use these custom colors to change the desired text. QuestGoal; turns on/off the display of Quest Goals for the quest messages.
  16. I have it set that if you move the buttons they become stagnant where they were placed. This is so you can continue to move the window around without moving the buttons. If you want the buttons to remain locked to the window at all times reset the drag and drop. I'm sorry that you feel that way. I've had numerous people give me feedback on the Russian localization and I've changed it a number of times but someone else always says it's not correct.
  17. Impressive shot, I wore that hat for like an hour or so. You turn off DND by clicking the lock button near WhisperWindow in Addon Manager. When I update the add-on to support ConfigWindow I might add a DnD button in to the events sent.
  18. Thanks for the Japanese translation. The error is corrected as well, this line was using the GetTableSize() function from LibTiogan but since I removed that it also needs to be removed.
  19. This is apparently a problem with the mass influx of updates that occured. As I can't update the Update Log without uploading a new version. The new version just... hasn't appeared yet... I'll reupload both this and ConfigWindow which is also experiencing this error.. Edit: There, issue corrected. Google Translate: Это, видимо, проблема с массовым притоком о новинках, которые произошли. Как я не могу обновить журнал обновлений без загрузки новой версии. В новой версии только ... еще не появился ... Я выкладывание как это и ConfigWindow которая также переживает эту ошибку .. Изменить: Там, проблема исправлена.
  20. Can you add some sort of version based check? Code: if avatar.GetUnlocks then mission.DNDConfirmPickAttempt() end For some reason, DarkDPSMeter doesn't drag with this DNDConfirmPickAttempt; atleast in my version/client of Allods. Anyone want to verify that it's not just me experiencing this?
  21. Ciuine

    ConfigWindow

    Версия 7

    8 016 раз скачали

    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
    Бесплатный
  22. ConfigWindow Просмотр файла 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 Добавил Ciuine Добавлено 28.05.2011 Категория Аддоны  
  23. Ciuine

    ConfigWindow

    http://alloder.pro/files/file/28-configwindow/Нажмите здесь, чтобы скачать файл Type /cw to access Configwindow. 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. Demonstration 1 (actual configuration buttons for NamePlateBars minus IconTabled); Seen in this image is a large list of true/false buttons, generated with a single loop of code from the owner add-on. Also seen is a demonstration of the tabled buttons which allow the user to easily switch forward and backward through a predefined table stored in the owner add-on. Demonstration 2 (not actual configuration buttons for NNRS); Seen in this image is a fake IconTable with no icons. A slider button which sends an event every time the slider is moved to the owner add-on. A color button, which can be changed based on the color sliders in the right side of the window. Two EditLine buttons, one numeric and one string, clicking these opens and focuses on an EditLine to which the user can type in information and press enter to send the information to the owner add-on. A true/false button.
  24. Yes, replace all versions of the text. Some are for spawned, others are for despawned.
  25. You'd have to do a lot of commenting and there'd be a lot of dead weight. The add-on this was primarily developed from is a simple crit announce also for download on UI9. That'd be a better start point for something so simple, since all you'd have to add is a heal critical. If the sword is lost, check the CT_Total table in the user.cfg file with a text editor in the AllodsOnline/Personal/ folder. I'm in the process of creating a new add-on similar to CT_Total that shows icons, names, has changeable colors, sizes, start locations, and styles. But I honestly haven't touched it very much since I started leveling again. I was more worried about repairing damaged features in RaidPlates, FullMap, and NamePlateBars.
×
×
  • Создать...

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

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