defflord 155 Report post Posted March 11, 2014 (edited) Сходил бы на дюков, выбил бы https://db.valkyrie-wow.org/?item=20683 и не позорился бы уже и кстати, https://db.valkyrie-wow.org/?item=2802 https://db.valkyrie-wow.org/?item=11815 лучше https://db.valkyrie-wow.org/?item=13965 притом значительно, если у тебя много проков зы попутал, иконки похожие Edited March 11, 2014 by defflord 0 Share this post Link to post Share on other sites
Av_vA 3044 Report post Posted March 11, 2014 Лучший ДД вар - это дестро варлок 0 Share this post Link to post Share on other sites
Yager 10 Report post Posted March 11, 2014 Лучший ДД вар - это дестро варлок Специально для тебя выложу скрин с ддметром после рейда=) 1 Share this post Link to post Share on other sites
Av_vA 3044 Report post Posted March 11, 2014 Хочешь унизить своих варлоков? 0 Share this post Link to post Share on other sites
oldhorn 624 Report post Posted March 11, 2014 Фткун все верно пишет, без личного хила мордой в пол будешь лежать полинста 0 Share this post Link to post Share on other sites
Grinya 780 Report post Posted March 11, 2014 Армс дамажит за счет свипов. В одну цель, фури больше выдаст. 3 Share this post Link to post Share on other sites
Yager 10 Report post Posted March 11, 2014 Фткун все верно пишет, без личного хила мордой в пол будешь лежать полинста По моему любой дд в рейде без хила ничего из себя не представляет или я что то упустил) 1 Share this post Link to post Share on other sites
antidot 1356 Report post Posted March 11, 2014 Даёшь каждому дд персонального хила! 4 Share this post Link to post Share on other sites
фткyн 1469 Report post Posted March 11, 2014 По моему любой дд в рейде без хила ничего из себя не представляет или я что то упустил) У фурик агро генерит бешено, у роги -29%, а у фурика -20% всего, а ведь еще рага генерирует трит. 0 Share this post Link to post Share on other sites
defflord 155 Report post Posted March 12, 2014 У фурик агро генерит бешено, у роги -29%, а у фурика -20% всего, а ведь еще рага генерирует трит. А где ты взял цифру 29% у роги? 0 Share this post Link to post Share on other sites
фткyн 1469 Report post Posted March 12, 2014 Где-то всплывало, у роги такой же как и у кота, а у кота у нас https://db.valkyrie-wow.org/?spell=3025 хотя должно быть, если путаю, 30%, мне лень искать пруфы. 0 Share this post Link to post Share on other sites
defflord 155 Report post Posted March 12, 2014 [*]As of patch 1.12, Cat form has an innate threat reduction component. This is currently believed to be at 20% reduction, which mirrors the threat reduction that rogues previously received 0 Share this post Link to post Share on other sites
фткyн 1469 Report post Posted March 12, 2014 (edited) Ну ёмаё http://forums.elitistjerks.com/topic/7892-rogue-and-cat-threat-reduction-at-29-with-warriors-still-at-20/ ktm_my.lua -- Warrior if mod.my.class == "warrior" then stance = me.getstanceindex() if stance == 1 then me.modifyglobalthreat(-0.2, mod.string.get("threatmod", "battlestance")) elseif stance == 2 then me.modifyglobalthreat(0.3, mod.string.get("threatmod", "defensivestance")) me.modifyglobalthreat(me.mods.warrior.defiance, mod.string.get("talent", "defiance")) elseif stance == 3 then me.modifyglobalthreat(-0.2, mod.string.get("threatmod", "berserkerstance")) end -- Druid Stances elseif mod.my.class == "druid" then stance = me.getstanceindex() if stance == 1 then me.modifyglobalthreat(0.3, mod.string.get("threatmod", "bearform")) me.modifyglobalthreat(me.mods.druid.feralinstinct, mod.string.get("talent", "feralinstinct")) elseif stance == 3 then me.modifyglobalthreat(-0.29, mod.string.get("threatmod", "catform")) end -- Rogue elseif mod.my.class == "rogue" then me.modifyglobalthreat(-0.29, UnitClass("player")) Edited March 12, 2014 by фткyн 0 Share this post Link to post Share on other sites
defflord 155 Report post Posted March 12, 2014 А говорил лень искать 1 Share this post Link to post Share on other sites