Jump to content

monteo

Player
  • Content count

    66
  • Joined

  • Last visited

Everything posted by monteo

  1. monteo

    Cor, CoA, SL macro

    if not buffed("Curse of Agony", 'target') then cast("Curse of Agony") most likely the whole thing in this
  2. monteo

    Cor, CoA, SL macro

    /script if (UnitName('target') == nil) then TargetNearestEnemy() PetAttack(target) else if not buffed("Curse of Agony", 'target') then PetAttack(target) cast("Curse of Agony") else if not buffed("Corruption", 'target') then cast("Corruption") else if not buffed("Siphon Life", 'target') then cast("Siphon Life") else if not buffed("Drain Life", 'target') then cast("Drain Life") end end end end end
  3. Как успехи? Полистал модкрафт, не знаю за что хвататься)
  4. Clear actionbars from food, potions, mounts etc AutoBar
  5. починил, теперь гейм меню закрывается после того как открывается фрейм АддонОрганайзера https://github.com/Monteo/AddOnOrganizer
  6. Не пойму ничего. На гите наисано изменено 15 minutes ago, а в самом репозитории 6 дней назад Chronometer v0.10.3 так же критует. Ладно подождем вечера
  7. Thanks for cool addon I use castbar Punschrulle https://github.com/Attero/Punschrulle and I have not displayed Multi-Shot castes, how to fix it?
  8. @laytya посмотри что там с хронометром, критует на хантах, рогах
  9. на ретровов попробуй. У меня другой вопрос а зачем заменил DM на DEM в vQueue?
  10. monteo

    Хонор

    После вчерашней перезагрузки сервера хонор уже изначально в yesterday был выставлен на 7163 и не изменяется, из всего изменяется только today HK 194 такая проблема у всех моих знакомых. удаление wdb не помогает
  11. @laytya Нашел у тебя аддон BetterCharacterStats, а спд то он не показывает?
  12. Ищу рабочую версию аддона BuyPoisons для ваниллы https://wow.curseforge.com/projects/project-402 где тут на форуме спойлер?
  13. попробуй его https://github.com/Attero/Punschrulle или https://github.com/AtheneGenesis/Vanilla_oCB
  14. в копилку https://github.com/Monteo/ChatBar Added Raid Warning (A) and Battleground (B) chat
  15. monteo

    Account Name

    можно ли удалить из логина 1 букву? так получилось tt
  16. /mobhealth3 save /mobhealth3 stablemax оба параметра должны быть on
  17. /script local c=CastSpellByName if UnitAffectingCombat("player") then c("Vanish") else if not buffed("Stealth") then c("Stealth") else c("Sap") end end ваниш конечно лишний, при спаме легко кд потерять, поэтому вот без него /script local c=CastSpellByName if not buffed("Stealth") then c("Stealth") else c("Sap") end
  18. Какие сроки, когда заработает?
  19. К сожалению можешь откатывать. Я делал в принципе тоже самое. Он отображается в дутаймере только после еще одного удара шадов болтом и показывает время почему то 8 минут. А так если ты не бьешь то не отследить дутаймером эффект. Можно удалять :(
  20. А кто DoTImer исправлял? реально туда прикрутить эффект Shadow Vulnerability от Improved Shadow Bolt ?
  21. Sw_stats c русифицированными опциями
×