Jump to content

Av_vA

Player
  • Content count

    3305
  • Joined

  • Last visited

Everything posted by Av_vA

  1. Av_vA

    Will HoWrath do 173 damage too on Elysium? :^)

    Players can't get any holy resistance, it's exists only in PvE
  2. Av_vA

    Hunter pvp

    Only 1h weapons worth wielding in PvP is r14 1h swords or something similian from aq40/naxx. Otherwise take 2h in PvP, even class staff is great coz 2 crit, good stam and damage for raptor.
  3. -Вы готовы, дети? -Да! Капитан! -Я не слышу! -ТАК ТОЧНО, КАПИТАН!!! -Ктоо-о-о-о-о -Кто играет на иллизиуме? -НИ-И-Х-Т-О-О!
  4. Av_vA

    Hunter pvp

    Topic about specs, not about his starting problems. With crap gear better go full MM, 5% overall damage and 100ap aura gives you better damage(include your pet in especialy while gear suxx) than going in 15% multishot damage coz if you r in crap -> you need a gear -> your spec should be at least "fine" in raids.
  5. Кнопка не нужна - достаточно enter нажать
  6. Av_vA

    Hunter pvp

    Disagree, 1.5-2% crit and ~150 ap and few dodge is better, coz for strong 10 sec CD spell you gimp your autoshots and aimed. Survivalist overrated as for me, it's was a huge for my 6k+ unbuffed r14 tauren, but, for exmaple, as t2 NE it's wasn't worth not taking 10% reduce resist trap, coz if 200-300 hp CAN save you sometimes, trap fail in 90% will ruin your game.
  7. Av_vA

    Human or Dwarf?

  8. Av_vA

    Black Lotus

    Some events requares flasks, but mostly you will be fine if tanks got them. More important thing is coordination between raid and skill of every ppl in, flasks just diminish impact of the fails in raid coz allow you live longer without heal or while you stay in bad spot and getting unnecessary damage or making more damage in DPS race if raid can't stand much time vs boss or ppl in raid a mediocre and can't do decent DPS without flasks or gives you 2k mana boost for a boattle(realy helpful till AQ40 where fights are long and requared better mana conserv and surviality of the raid)
  9. Av_vA

    Human or Dwarf?

    Retri is too bad spec for anything to take it serious
  10. Av_vA

    Hunters and Racials

    NE female FTW
  11. Av_vA

    Human or Dwarf?

    Dwarf, coz 10 frost resistance for naxx coz Stoneform great to cleance poisons on specific events like huhuran/her little sister in AQ20 and make you also immune for some itme that is realy great bonus. Human only gives you a little less time on rep farm that isn't crucial at all.
  12. Av_vA

    Paladin Macros

    Cast Judgement of Crusader on mob and cast SoC on self, next Judgement will be JoCommand if target debuffed with Crusader otherwise it cast SoCrusader and /run local j="Judgement" r="seal of the crusader" s="seal of command" c=CastSpellByName b=buffed if b("judgement of the crusader",'target') then if b(s,'player') then c(j) else c(s) end elseif b(r,'player') then c(j) else c(r) end Seal+Judgement on 1 key, I used this in raids for Judgement of Light/Wisdom but it's also can be used for SoC just change spell names /run if not buffed("Judgement of Light","target") then if buffed("Seal of Light","player") then CastSpellByName("Judgement") else CastSpellByName("Seal of Light") end end 5 min buffs in party, will cast Wisdom on mana users and Might on Wars/Rogs/Druids in form. Great for low level dungeons. It's possible to add a check for huinters and buff their pets, but too lazy for adding it -.- /script local u=TargetUnit t="Target" c=CastSpellByName b=buffed w="Blessing of Wisdom" m="Blessing of Might" for i=0,4 do if i==0 then u("player") else u("party"..i) end if not b(w,t) and not b(m,t) then if UnitPowerType(t)==0 then c(w) else c(m) end end end
  13. Av_vA

    Hunter pvp

    Omg, what a builds! 15% mutishot damage not worth loosing +15% agi http://db.vanillagaming.org/?talent#cZtVohtZcibcRhux http://db.vanillagaming.org/?talent#cZgVohthtcibMRh My personal fav builds for PvP. If you want being full PvE but still wanna not suck too much in PvP - take this http://db.vanillagaming.org/?talent#cx0MZgVohthtIVo0o
  14. Av_vA

    Hunter macros

    Requared SuperMacro obv /script TargetByName("totem1", true) if UnitName("target") == "totem1" then PetPassiveMode();PetAttack();TargetLastTraget() else TargetByName("totem2", true) if UnitName("target") == "totem2" then PetPassiveMode();PetAttack();TargetLastTraget() else .... else TargetByName("totemN", true) if UnitName("target") == "totemN" then PetPassiveMode();PetAttack();TargetLastTraget() else "do something" end end ... end You can rotate needed totems putting most dangerous in 1st checks and others in last checks. Do something means anything that you want, I recomend attacking curent target and put this macro on your common PetAttack() hotkey. Obv number of "end" = number of "if". Mb some1 can make a better code, can't even check is it works now -.-
  15. 50 с гаком эльф хантер ЛФГ. От себя могу предложить хорошую игру, взамен хочу получить эпики без особого напряга.
  16. Av_vA

    How difficult/complicated is priest healing?

    Step 1: make a good macro/addon for healing in raid/party with priority and depending on curent mana Step 2: get/make any autoclick programm Step 3: put your macro/addon hotkey on autoclick This will save 95% of boring routine healing in raids on trash/easy boss fights, also when you don't focus on frames it's allows you focusing more on you spot to avoid staying in AoE for example and at all raids will be not soo boooring
  17. Еще один нюанс - у тебя не должно быть никого в таргете, соответственно надо сначала очистить таргет, а потом вернуть последний, всё в 1 макросе. Так же, хз как там будет щас, но раньше на вальке нужно было еще собаку сначала отозвать с текущей цели(если она кого-то била, например). Так что добавь ClearTarget() и TargetLastTarget() как минимум, чтобы было юзабельно.
  18. У меня макрос с вингклипом, ранг выбирается автоматически в зависимости от текущего кол-ва маны+раптор туда же. Кому как проще, конечно, но, оыбчно, в мили всё равно приходится вингклипом спамить, если пвп билд со вкачанным или там еще контратака. Тут нужен аддон, а не макрос 1) /run CastSpellByName("диспел_собаки");SpellTargetUnit("player"); Дальше сам проверяй, мб что-то придется дописать, но должно работать и так. 2) А не дохера ли ты хочешь?^
  19. Av_vA

    Black Lotus

    2 wyas in my opinion: 1) Make blizzlike and make a restriction for maximum online ppl on server. Just like it was on retail. 2) Make dynamic spawn time or something, depending on curent(or medium over some time period) online to produce more resources for bigger than blizzlike population on server
  20. А если набить до 20999 и сделать квесты пиратов? Или не прокатит?
  21. Av_vA

    Разовые вопросы и ответы

    Обычно голд селлеры фармят голду не руками, а с помощью читов, как это было и на носте вобщем-то
  22. I mean where I can get a token to transfer from nost
×