Rogue: Вопрос-ответ.  
Автор Сообщение

0
Сообщение Rogue: Вопрос-ответ.

Troyz писал(а):

нужен макрос

шс к фокусу, сап по фокусу.

помогите пжалста

 

 

[target=focus, modifier:alt]

 

Вместо альта поставь любой удобный для тебя модификатор



06 сен 2012, 14:13
Профиль

0
Сообщение Rogue: Вопрос-ответ.

Кто нибудь выяснил как выпилить общую панель ШД? 



16 сен 2012, 17:41
Профиль Skype

0
Сообщение Rogue: Вопрос-ответ.

local shadowdancebar=2
local f = CreateFrame('frame', 'myownstatedriver', UIParent, 'SecureHandlerStateTemplate')
for i=1,12 do f:SetFrameRef('ActionButton'..i, _G['ActionButton'..i]) end
f:Execute([[ buttons = table.new() for i = 1, 12 do table.insert(buttons, self:GetFrameRef('ActionButton'..i)) end ]])
f:SetAttribute('_onstate-page', [[ for i, button in ipairs(buttons) do button:SetAttribute('actionpage', tonumber(newstate)) end ]])
local getBar = function()
local class, spec = select(2, UnitClass('player')), GetSpecialization()
local pages = {
['DRUID'] = '[bonusbar:1,nostealth] 7; [bonusbar:1,stealth] 8; [bonusbar:2] 8; [bonusbar:3] 9; [bonusbar:4] 10;',
['WARRIOR'] = '[bonusbar:1] 7; [bonusbar:2] 8; [bonusbar:3] 9;',
['PRIEST'] = '[bonusbar:1] 7;',
['ROGUE'] = '[stance:1] 7; [stance:3] '..shadowdancebar..';',
['WARLOCK'] = '[form:2] 10;',
['MONK'] = '[form:1] '..(spec == 1 and 8 or spec == 2 and 9 or spec == 3 and 7 or 9)..'; [form:2] 7;',
['DEFAULT'] = '[vehicleui] 12; [bar:2] 2; [bar:3] 3; [bar:4] 4; [bar:5] 5; [bar:6] 6;',
}
local condition, page = pages['DEFAULT'], pages[class]
if page then condition = condition..' '..page end
condition = condition..' 1'
return condition
end
RegisterStateDriver(f, 'page', getBar())
?



17 сен 2012, 17:46
Профиль



<Смерть с Небес>


Сервер: Свежеватель Душ
Рейтинг поля боя: 1840
2х2: 1753
3х3: 1932
5х5: 768
0
Сообщение Rogue: Вопрос-ответ.

Noxxy писал(а):

local shadowdancebar=2
local f = CreateFrame('frame', 'myownstatedriver', UIParent, 'SecureHandlerStateTemplate')
for i=1,12 do f:SetFrameRef('ActionButton'..i, _G['ActionButton'..i]) end
f:Execute([[ buttons = table.new() for i = 1, 12 do table.insert(buttons, self:GetFrameRef('ActionButton'..i)) end ]])
f:SetAttribute('_onstate-page', [[ for i, button in ipairs(buttons) do button:SetAttribute('actionpage', tonumber(newstate)) end ]])
local getBar = function()
local class, spec = select(2, UnitClass('player')), GetSpecialization()
local pages = {
['DRUID'] = '[bonusbar:1,nostealth] 7; [bonusbar:1,stealth] 8; [bonusbar:2] 8; [bonusbar:3] 9; [bonusbar:4] 10;',
['WARRIOR'] = '[bonusbar:1] 7; [bonusbar:2] 8; [bonusbar:3] 9;',
['PRIEST'] = '[bonusbar:1] 7;',
['ROGUE'] = '[stance:1] 7; [stance:3] '..shadowdancebar..';',
['WARLOCK'] = '[form:2] 10;',
['MONK'] = '[form:1] '..(spec == 1 and 8 or spec == 2 and 9 or spec == 3 and 7 or 9)..'; [form:2] 7;',
['DEFAULT'] = '[vehicleui] 12; [bar:2] 2; [bar:3] 3; [bar:4] 4; [bar:5] 5; [bar:6] 6;',
}
local condition, page = pages['DEFAULT'], pages[class]
if page then condition = condition..' '..page end
condition = condition..' 1'
return condition
end
RegisterStateDriver(f, 'page', getBar())
?

Что это за мазафака???

 



17 сен 2012, 17:48
Профиль

0
Сообщение Rogue: Вопрос-ответ.

скрипт для разных панелей в шд и стелсе



17 сен 2012, 17:52
Профиль

0
Сообщение Rogue: Вопрос-ответ.
Noxxy писал(а):

скрипт для разных панелей в шд и стелсе

А с ванишем тоже панели разные? Говорят в ванише не меняется панель вообще с этим скриптом


18 сен 2012, 07:31
Профиль Skype

0
Сообщение Rogue: Вопрос-ответ.

Ребят подскажите какие чанты/камни делать для мути роги в МОР для бг/арены ..с лича не играл.) Спасибо.  :crab



03 окт 2012, 19:09
Профиль

0
Сообщение Rogue: Вопрос-ответ.

парни а че в мути на 90 лвл не тащит??? назад спекаться как там с дамагом? 



04 окт 2012, 00:01
Профиль

0
Сообщение Rogue: Вопрос-ответ.

НАпишите приоритеты статов в сабе и мути



06 окт 2012, 09:59
Профиль

0
Сообщение Rogue: Вопрос-ответ.

Sinister писал(а):
Noxxy писал(а):

скрипт для разных панелей в шд и стелсе

А с ванишем тоже панели разные? Говорят в ванише не меняется панель вообще с этим скриптом
Да, к ванишу тоже другую панель надо.



07 окт 2012, 23:59
Профиль






Сервер: Черный Шрам
0
Сообщение Rogue: Вопрос-ответ.

уже не надо



08 окт 2012, 08:45
Профиль Skype

0
Сообщение Rogue: Вопрос-ответ.

пацаны а мутику какие статы в приоритете?

1 искусность

2 пвп сила

3??

или как вообще? недавно играю прошу понять(и простить D) и написать по русски.



08 окт 2012, 16:13
Профиль

0
Сообщение Rogue: Вопрос-ответ.

Учитывая, что сейчас рога может убить тряпку за блайнд обвешав дотами, если подловит на тринькет/etc. офк, то искустность будет решать 1х1. Хотя помйму мути сейчас только на бг рубит.



09 окт 2012, 11:18
Профиль

0
Сообщение Rogue: Вопрос-ответ.
Добрый день! Какие капы хита и мастерства сейчас? И во что лучше перековываться в сабе?


09 окт 2012, 12:22
Профиль






Сервер: Черный Шрам
0
Сообщение Rogue: Вопрос-ответ.

3% hit \ 6% exp

pvp pwer>agi>crit



09 окт 2012, 12:31
Профиль Skype

0
Сообщение Rogue: Вопрос-ответ.
alaj писал(а):

3% hit \ 6% exp

pvp pwer>agi>crit

Спасибо! Только почему Крит? Хаст дает реген энергии, мастери - финеширы улучшает, то есть опять же реген увеличивает от снд и входящий ДПС по цели под блидами


09 окт 2012, 12:42
Профиль






Сервер: Черный Шрам
0
Сообщение Rogue: Вопрос-ответ.

It's about 80% better for Assasination to gem PvP Power, according to early numbers. Subtlety gains the 30% but both have Leather specialisation. Means it will be closer for Subtlety and that will affect choices like whether to gem pure PvP Power into red sockets, but based on these numbers PvP Power should come ahead for all specs. This is due to the fact that gems give twice as much PvP Power than Agility. On a 1:1 comparision Agility is better.

But as the EJ theorycrafters have no final numbers, yet, it's not certain. Also in burst periods RNG is a huge factor, especially crit. Ambush hits a lot harder but crits way less than during Cataclysm. Means the best theorycrafting setup will help nothing against the RNG in the rogue burst. If you reforge and gem for crit (crit/pvp power in yellow) you get about 23-24% crit.



09 окт 2012, 12:58
Профиль Skype

0
Сообщение Rogue: Вопрос-ответ.
alaj писал(а):

It's about 80% better for Assasination to gem PvP Power, according to early numbers. Subtlety gains the 30% but both have Leather specialisation. Means it will be closer for Subtlety and that will affect choices like whether to gem pure PvP Power into red sockets, but based on these numbers PvP Power should come ahead for all specs. This is due to the fact that gems give twice as much PvP Power than Agility. On a 1:1 comparision Agility is better.

But as the EJ theorycrafters have no final numbers, yet, it's not certain. Also in burst periods RNG is a huge factor, especially crit. Ambush hits a lot harder but crits way less than during Cataclysm. Means the best theorycrafting setup will help nothing against the RNG in the rogue burst. If you reforge and gem for crit (crit/pvp power in yellow) you get about 23-24% crit.

Очень интересно, еще раз спасибо! Правда, я не увидел здесь четкого выделения Крита как топового вторичного стата. Можно ссылку на источник?


09 окт 2012, 13:12
Профиль

0
Сообщение Rogue: Вопрос-ответ.

Нашел на том же сайте от того же автора приоритет статов от EJ:

So, we have an answer from Pathal the theorycrafting hero from the Elistist Jerks forum about rogue stats. Vishas and me will work them into the guide soon. Remember these are heroic T14 numbers, not yet specialized on players.

Also remember: PvP Power and secondary stats have double the amounts than primary stats.

Quote

Assassination:
With 0 PvP Power: 2.54442215251
With 3k PvP Power: 2.28566735731

Combat:
With 0 PvP Power: 2.7457007624
With 3k PvP Power: 2.46647695606

Subtlety:
With 0 PvP Power: 3.44029279943
With 3k PvP Power: 3.09284615951

These were taken from the current rough H14 scripts, after enabling the PvP flag. The PvP EP weight would be much more helpful if the stats and target armor were set to reflect realistic values though.

Nevertheless, this does suggest that PvP Power is the best method for increasing damage against other players.


Assassination stat table  
Agility 2.7288
PvP Power:    2.2856 
Yellow Hit Rating 1.8504
Mastery Rating   1.3373
Expertise Rating 1.1302   
Haste Rating 1.0777
Crit Rating 0.9973
White Hit Rating 0.6658

Combat stat table
Agility    2.77
Yellow Hit Rating    2.4953
PvP Power:   2.4664
Expertise Rating    2.3198
Haste Rating 1.6345
Mastery Rating 1.1867
Crit Rating    1.0759
White Hit Rating    0.9348

Subtlety stat table
Agility 3.676
PvP Power: 3.092
Yellow Hit Rating 1.5306
Haste Rating   1.314
Expertise Rating 1.2664
Mastery Rating    1.1916
Crit Rating   1.1857
White Hit Rating   0.8136


How the calculation works
Use the number of stats * the number from the stat table to see how much they are worth in a socket. For example shoulders for Assasination:

Socket bonus is 60 Agility: 60 * 2.7288 = 163,728

Mastery/PvP Power gem is: (160 * 1.3373) + (160 * 2.2856) = 213,968 + 365, 696 = 579,664

PvP Power gem is: (320 * 2.2856) = 731,392

Pure agility gem is: (160 * 2.7288) = 436,008

Now with the socket bonus added:

Green PvP Power / Mastery: 743,392
Blue PvP Power: 731,392
Red: Agility: 436,008

Means it's best to use a green PvP Power / Mastery gem for the shoulder slot when playing Assasination. I guess you get how the math works, if not we will try to make it more clear.

Из чего следует приоритет для рефорджа в спеке саба: Кап хита=> мастери=> крит



09 окт 2012, 21:43
Профиль

0
Сообщение Rogue: Вопрос-ответ.

Ребят только начала играть рогой, раньше играл хантом но как увидел их имба ап, решил им не играть, есть несколько вопросов.

1) как открываться на ханте когда он в флаере стоит что бы не попасть во все его трапы?

2) ккак снять с себя паутину и тд? плащ теней ничего не снимает из хантовских замедлений

пока все ;)  :crab



10 окт 2012, 10:42
Профиль
Начать новую тему Ответить на тему


Перейти:  

На сайте использованы материалы, принадлежащие Blizzard Entertainment. Копирование материалов возможно только c разрешения портала. В противном случае это будет называться уже другим словом.
Рейтинг@Mail.ru