Big FAQ update.

This commit is contained in:
Xinhuan 2008-11-01 09:30:02 +08:00
parent 10b3cf44a2
commit ac4f06d0a1
8 changed files with 198 additions and 0 deletions

View file

@ -242,6 +242,10 @@ Seit dem Patch 3.0.2, macht Omen keines dieser Dinge mehr und eine Thread Librar
Ein weiterer Vorteil dieser Implementierung ist die Anzeige der Bedrohung von NPCs (z.B. die menschliche Form von Kalecgos). Auch gebt es einige Nachteile; Die Frequenz der Aktualisierungen ist viel geringer, Bedrohung kann nur erfasst werden wenn jemand in Ihrer Gruppe den Mob im Ziel hat und sich im direkten Kampf mit diesem Monster befindet.
|cffffd200How do I get rid of the 2 vertical gray lines down the middle?|r
Lock your Omen. Locking Omen will prevent it from being moved or resized, as well as prevent the columns from being resized. If you haven't realized it, the 2 vertical gray lines are column resizing handles.
|cffffd200Wie lasse ich Omen3 wie Omen2 aussehen?|r
Ändern Sie sowohl die Hintergrundtextur als auch die Randtextur auf Blizzard Tooltip, ändern Sie die Hintergrundfarbe auf schwarz (indem Sie den Sichtbarkeitsbalken ganz nach unten ziehen) und die Randfarbe auf blau.
@ -250,6 +254,24 @@ Ein weiterer Vorteil dieser Implementierung ist die Anzeige der Bedrohung von NP
Die Blizzard Threat API gibt keine Bedrohungsdaten zurück wenn Sie nicht im direkten Kampf mit diesem Monster sind. Wir denken dies ist ein Versuch von Blizzard den Netzwerkverkehr zu reduzieren.
|cffffd200Is there ANY way around this Blizzard limitation? Not being able to see my pet's threat before I attack has set me back to guessing.|r
There is no way around this limitation short of us doing the guessing for you (which is exactly how Omen2 did it).
The goal of Omen3 is to provide accurate threat data, we no longer intend to guess for you and in the process lower your FPS. Have some confidence in your pet/tank, or just wait 2 seconds before attacking and use a low damage spell such as Ice Lance so that you can get initial threat readings.
|cffffd200Can we get AoE mode back?|r
Again, this is not really possible without guessing threat values. Blizzard's threat API only allows us to query for threat data on units that somebody in the raid is targetting. This means that if there are 20 mobs and only 6 of them are targetted by the raid, there is no way to obtain accurate threat data on the other 14.
This is also extremely complicated to guess particularly for healing and buffing (threat gets divided by the number of mobs you are in combat with) because mobs that are under crowd control effects (sheep, banish, sap, etc) do not have their threat table modified and addons cannot reliably tell how many mobs you are in combat with. Omen2's guess was almost always wrong.
|cffffd200The tooltips on unit mouseover shows a threat % that does not match the threat % reported by Omen3. Why?|r
Blizzard's threat percentage is scaled to between 0% and 100%, so that you will always pull aggro at 100%. Omen reports the raw unscaled values which has pulling aggro percentages at 110% while in melee range and 130% otherwise.
By universal agreement, the primary target of a mob is called the tank and is defined to be at 100% threat.
|cffffd200Synchronisiert Omen3 oder holt Daten aus dem Kampflog?|r
Nein. Omen3 versucht nicht Daten mit anderen Spielern abzugleichen oder aus dem Kampflog zu ziehen. Momentan ist es nicht geplant dies zu tun.
@ -258,6 +280,8 @@ Nein. Omen3 versucht nicht Daten mit anderen Spielern abzugleichen oder aus dem
Omen3 aktualisiert so oft die Bedrohungswerte wie Blizzard es zulässt.
In fact, Blizzard updates them about once per second, which is much faster than what Omen2 used to sync updates. In Omen2, you only transmitted your threat to the rest of the raid once every 3 seconds (or 1.5s if you were a tank).
|cffffd200Wo kann ich Fehler melden oder Vorschläge machen?|r
http://forums.wowace.com/showthread.php?t=14249
@ -265,6 +289,10 @@ http://forums.wowace.com/showthread.php?t=14249
|cffffd200Wer hat Omen3 geschrieben?|r
Xinhuan (Blackrock US Alliance).
|cffffd200Do you accept Paypal donations?|r
Yes, send to xinhuan AT gmail DOT com.
]]
L["WARRIOR_FAQ"] = [[Die folgenden Daten stammen von |cffffd200http://www.tankspot.com/forums/f200/39775-wow-3-0-threat-values.html|r am zweiten Okt. 2008 (Danke an Satrina!). Die Zahlen sind für Level 80.

View file

@ -242,6 +242,10 @@ Since patch 3.0.2, Omen no longer does any of these things and the need for a th
Further benefits of this new implementation include the addition of NPC threat on a mob (eg, Human Kalecgos). However, there are some drawbacks; frequency of updates are much slower, threat details cannot be obtained unless somebody in your party/raid are targetting the mob and it is also not possible to obtain threat from a mob you are not in direct combat with.
|cffffd200How do I get rid of the 2 vertical gray lines down the middle?|r
Lock your Omen. Locking Omen will prevent it from being moved or resized, as well as prevent the columns from being resized. If you haven't realized it, the 2 vertical gray lines are column resizing handles.
|cffffd200How do I make Omen3 look like Omen2?|r
Change the both the Background Texture and Border Texture to Blizzard Tooltip, change the Background Color to black (by dragging the luminance bar to the bottom), and the Border Color to blue.
@ -250,6 +254,24 @@ Change the both the Background Texture and Border Texture to Blizzard Tooltip, c
The Blizzard threat API does not return threat data on any mob you are not in direct combat with. We suspect this is an effort on Blizzard's part to save network traffic.
|cffffd200Is there ANY way around this Blizzard limitation? Not being able to see my pet's threat before I attack has set me back to guessing.|r
There is no way around this limitation short of us doing the guessing for you (which is exactly how Omen2 did it).
The goal of Omen3 is to provide accurate threat data, we no longer intend to guess for you and in the process lower your FPS. Have some confidence in your pet/tank, or just wait 2 seconds before attacking and use a low damage spell such as Ice Lance so that you can get initial threat readings.
|cffffd200Can we get AoE mode back?|r
Again, this is not really possible without guessing threat values. Blizzard's threat API only allows us to query for threat data on units that somebody in the raid is targetting. This means that if there are 20 mobs and only 6 of them are targetted by the raid, there is no way to obtain accurate threat data on the other 14.
This is also extremely complicated to guess particularly for healing and buffing (threat gets divided by the number of mobs you are in combat with) because mobs that are under crowd control effects (sheep, banish, sap, etc) do not have their threat table modified and addons cannot reliably tell how many mobs you are in combat with. Omen2's guess was almost always wrong.
|cffffd200The tooltips on unit mouseover shows a threat % that does not match the threat % reported by Omen3. Why?|r
Blizzard's threat percentage is scaled to between 0% and 100%, so that you will always pull aggro at 100%. Omen reports the raw unscaled values which has pulling aggro percentages at 110% while in melee range and 130% otherwise.
By universal agreement, the primary target of a mob is called the tank and is defined to be at 100% threat.
|cffffd200Does Omen3 sync or parse the combat log?|r
No. Omen3 does not attempt to sync or parse the combat log. Currently there are no intentions to do so.
@ -258,6 +280,8 @@ No. Omen3 does not attempt to sync or parse the combat log. Currently there are
Omen3 updates the threat values you see as often as Blizzard updates the threat values to us.
In fact, Blizzard updates them about once per second, which is much faster than what Omen2 used to sync updates. In Omen2, you only transmitted your threat to the rest of the raid once every 3 seconds (or 1.5s if you were a tank).
|cffffd200Where can I report bugs or give suggestions?|r
http://forums.wowace.com/showthread.php?t=14249
@ -265,6 +289,10 @@ http://forums.wowace.com/showthread.php?t=14249
|cffffd200Who wrote Omen3?|r
Xinhuan (Blackrock US Alliance) did.
|cffffd200Do you accept Paypal donations?|r
Yes, send to xinhuan AT gmail DOT com.
]]
L["WARRIOR_FAQ"] = [[The following data is obtained from |cffffd200http://www.tankspot.com/forums/f200/39775-wow-3-0-threat-values.html|r on 2nd Oct 2008 (credits to Satrina). The numbers are for a level 80.

View file

@ -242,6 +242,10 @@ Depuis le patch 3.0.2, Omen ne fait plus rien de cela et n'a plus besoin d'une b
Un autre avantage de cette nouvelle implementation est l'ajout de la menace des PNJs envers un monstre (ex. la forme humaine de Kalecgos). Cependant, il y a également quelques inconvénients : les fréquences de mise à jour sont beaucoup plus lentes, les détails de la menace ne peuvent être obtenues qu'à condition que quelqu'un dans votre groupe/raid cible le monstre en question et il n'est également pas possible d'obtenir la menace d'un monstre envers lequel vous n'êtes directement en combat.
|cffffd200How do I get rid of the 2 vertical gray lines down the middle?|r
Lock your Omen. Locking Omen will prevent it from being moved or resized, as well as prevent the columns from being resized. If you haven't realized it, the 2 vertical gray lines are column resizing handles.
|cffffd200Comment faire pour que Omen3 ressemble à Omen2 ?|r
Utilisez comme texture d'arrière-plan et de bordure la texture \"Blizzard Tooltip\" et mettez la couleur de l'arrière-plan en noir (en mettant la barre de luminosité tout en bas) et celle de la bordure en bleu.
@ -250,6 +254,24 @@ Utilisez comme texture d'arrière-plan et de bordure la texture \"Blizzard Toolt
L'API de Blizzard ne renvoye pas de données de menace concernant les monstres envers lesquels vous n'êtes pas directement en combat. Nous pensons qu'il s'agit d'une mesure de Blizzard afin d'économiser la bande passante.
|cffffd200Is there ANY way around this Blizzard limitation? Not being able to see my pet's threat before I attack has set me back to guessing.|r
There is no way around this limitation short of us doing the guessing for you (which is exactly how Omen2 did it).
The goal of Omen3 is to provide accurate threat data, we no longer intend to guess for you and in the process lower your FPS. Have some confidence in your pet/tank, or just wait 2 seconds before attacking and use a low damage spell such as Ice Lance so that you can get initial threat readings.
|cffffd200Can we get AoE mode back?|r
Again, this is not really possible without guessing threat values. Blizzard's threat API only allows us to query for threat data on units that somebody in the raid is targetting. This means that if there are 20 mobs and only 6 of them are targetted by the raid, there is no way to obtain accurate threat data on the other 14.
This is also extremely complicated to guess particularly for healing and buffing (threat gets divided by the number of mobs you are in combat with) because mobs that are under crowd control effects (sheep, banish, sap, etc) do not have their threat table modified and addons cannot reliably tell how many mobs you are in combat with. Omen2's guess was almost always wrong.
|cffffd200The tooltips on unit mouseover shows a threat % that does not match the threat % reported by Omen3. Why?|r
Blizzard's threat percentage is scaled to between 0% and 100%, so that you will always pull aggro at 100%. Omen reports the raw unscaled values which has pulling aggro percentages at 110% while in melee range and 130% otherwise.
By universal agreement, the primary target of a mob is called the tank and is defined to be at 100% threat.
|cffffd200Est-ce que Omen3 se synchronise ou analyse le journal de combat ?|r
Non. Omen3 n'essaie pas de se synchroniser ou d'analyser le journal de combat. Il n'y a actuellement aucune intention de le faire.
@ -258,6 +280,8 @@ Non. Omen3 n'essaie pas de se synchroniser ou d'analyser le journal de combat. I
Omen3 met à jour les valeurs des menaces que vous voyez aussi souvent que les mises à jour des valeurs provenants de Blizzard le permettent.
In fact, Blizzard updates them about once per second, which is much faster than what Omen2 used to sync updates. In Omen2, you only transmitted your threat to the rest of the raid once every 3 seconds (or 1.5s if you were a tank).
|cffffd200Où puis-je signaler des bogues ou faire une suggestion ?|r
http://forums.wowace.com/showthread.php?t=14249
@ -265,6 +289,10 @@ http://forums.wowace.com/showthread.php?t=14249
|cffffd200Qui a écrit Omen3 ?|r
Xinhuan (Blackrock US Alliance).
|cffffd200Do you accept Paypal donations?|r
Yes, send to xinhuan AT gmail DOT com.
]]
L["WARRIOR_FAQ"] = [[Les données suivantes proviennent de http://www.tankspot.com/forums/f200/39775-wow-3-0-threat-values.html et datent du 2 octobre 2008 (merci à Satrina). Les nombres concernent le niveau 80.

View file

@ -242,6 +242,10 @@ Since patch 3.0.2, Omen no longer does any of these things and the need for a th
Further benefits of this new implementation include the addition of NPC threat on a mob (eg, Human Kalecgos). However, there are some drawbacks; frequency of updates are much slower, threat details cannot be obtained unless somebody in your party/raid are targetting the mob and it is also not possible to obtain threat from a mob you are not in direct combat with.
|cffffd200How do I get rid of the 2 vertical gray lines down the middle?|r
Lock your Omen. Locking Omen will prevent it from being moved or resized, as well as prevent the columns from being resized. If you haven't realized it, the 2 vertical gray lines are column resizing handles.
|cffffd200How do I make Omen3 look like Omen2?|r
Change the both the Background Texture and Border Texture to Blizzard Tooltip, change the Background Color to black (by dragging the luminance bar to the bottom), and the Border Color to blue.
@ -250,6 +254,24 @@ Change the both the Background Texture and Border Texture to Blizzard Tooltip, c
The Blizzard threat API does not return threat data on any mob you are not in direct combat with. We suspect this is an effort on Blizzard's part to save network traffic.
|cffffd200Is there ANY way around this Blizzard limitation? Not being able to see my pet's threat before I attack has set me back to guessing.|r
There is no way around this limitation short of us doing the guessing for you (which is exactly how Omen2 did it).
The goal of Omen3 is to provide accurate threat data, we no longer intend to guess for you and in the process lower your FPS. Have some confidence in your pet/tank, or just wait 2 seconds before attacking and use a low damage spell such as Ice Lance so that you can get initial threat readings.
|cffffd200Can we get AoE mode back?|r
Again, this is not really possible without guessing threat values. Blizzard's threat API only allows us to query for threat data on units that somebody in the raid is targetting. This means that if there are 20 mobs and only 6 of them are targetted by the raid, there is no way to obtain accurate threat data on the other 14.
This is also extremely complicated to guess particularly for healing and buffing (threat gets divided by the number of mobs you are in combat with) because mobs that are under crowd control effects (sheep, banish, sap, etc) do not have their threat table modified and addons cannot reliably tell how many mobs you are in combat with. Omen2's guess was almost always wrong.
|cffffd200The tooltips on unit mouseover shows a threat % that does not match the threat % reported by Omen3. Why?|r
Blizzard's threat percentage is scaled to between 0% and 100%, so that you will always pull aggro at 100%. Omen reports the raw unscaled values which has pulling aggro percentages at 110% while in melee range and 130% otherwise.
By universal agreement, the primary target of a mob is called the tank and is defined to be at 100% threat.
|cffffd200Does Omen3 sync or parse the combat log?|r
No. Omen3 does not attempt to sync or parse the combat log. Currently there are no intentions to do so.
@ -258,6 +280,8 @@ No. Omen3 does not attempt to sync or parse the combat log. Currently there are
Omen3 updates the threat values you see as often as Blizzard updates the threat values to us.
In fact, Blizzard updates them about once per second, which is much faster than what Omen2 used to sync updates. In Omen2, you only transmitted your threat to the rest of the raid once every 3 seconds (or 1.5s if you were a tank).
|cffffd200Where can I report bugs or give suggestions?|r
http://forums.wowace.com/showthread.php?t=14249
@ -265,6 +289,10 @@ http://forums.wowace.com/showthread.php?t=14249
|cffffd200Who wrote Omen3?|r
Xinhuan (Blackrock US Alliance) did.
|cffffd200Do you accept Paypal donations?|r
Yes, send to xinhuan AT gmail DOT com.
]]
L["WARRIOR_FAQ"] = [[The following data is obtained from |cffffd200http://www.tankspot.com/forums/f200/39775-wow-3-0-threat-values.html|r on 2nd Oct 2008 (credits to Satrina). The numbers are for a level 80.

View file

@ -242,6 +242,10 @@ Since patch 3.0.2, Omen no longer does any of these things and the need for a th
Further benefits of this new implementation include the addition of NPC threat on a mob (eg, Human Kalecgos). However, there are some drawbacks; frequency of updates are much slower, threat details cannot be obtained unless somebody in your party/raid are targetting the mob and it is also not possible to obtain threat from a mob you are not in direct combat with.
|cffffd200How do I get rid of the 2 vertical gray lines down the middle?|r
Lock your Omen. Locking Omen will prevent it from being moved or resized, as well as prevent the columns from being resized. If you haven't realized it, the 2 vertical gray lines are column resizing handles.
|cffffd200How do I make Omen3 look like Omen2?|r
Change the both the Background Texture and Border Texture to Blizzard Tooltip, change the Background Color to black (by dragging the luminance bar to the bottom), and the Border Color to blue.
@ -250,6 +254,24 @@ Change the both the Background Texture and Border Texture to Blizzard Tooltip, c
The Blizzard threat API does not return threat data on any mob you are not in direct combat with. We suspect this is an effort on Blizzard's part to save network traffic.
|cffffd200Is there ANY way around this Blizzard limitation? Not being able to see my pet's threat before I attack has set me back to guessing.|r
There is no way around this limitation short of us doing the guessing for you (which is exactly how Omen2 did it).
The goal of Omen3 is to provide accurate threat data, we no longer intend to guess for you and in the process lower your FPS. Have some confidence in your pet/tank, or just wait 2 seconds before attacking and use a low damage spell such as Ice Lance so that you can get initial threat readings.
|cffffd200Can we get AoE mode back?|r
Again, this is not really possible without guessing threat values. Blizzard's threat API only allows us to query for threat data on units that somebody in the raid is targetting. This means that if there are 20 mobs and only 6 of them are targetted by the raid, there is no way to obtain accurate threat data on the other 14.
This is also extremely complicated to guess particularly for healing and buffing (threat gets divided by the number of mobs you are in combat with) because mobs that are under crowd control effects (sheep, banish, sap, etc) do not have their threat table modified and addons cannot reliably tell how many mobs you are in combat with. Omen2's guess was almost always wrong.
|cffffd200The tooltips on unit mouseover shows a threat % that does not match the threat % reported by Omen3. Why?|r
Blizzard's threat percentage is scaled to between 0% and 100%, so that you will always pull aggro at 100%. Omen reports the raw unscaled values which has pulling aggro percentages at 110% while in melee range and 130% otherwise.
By universal agreement, the primary target of a mob is called the tank and is defined to be at 100% threat.
|cffffd200Does Omen3 sync or parse the combat log?|r
No. Omen3 does not attempt to sync or parse the combat log. Currently there are no intentions to do so.
@ -258,6 +280,8 @@ No. Omen3 does not attempt to sync or parse the combat log. Currently there are
Omen3 updates the threat values you see as often as Blizzard updates the threat values to us.
In fact, Blizzard updates them about once per second, which is much faster than what Omen2 used to sync updates. In Omen2, you only transmitted your threat to the rest of the raid once every 3 seconds (or 1.5s if you were a tank).
|cffffd200Where can I report bugs or give suggestions?|r
http://forums.wowace.com/showthread.php?t=14249
@ -266,6 +290,10 @@ http://forums.wowace.com/showthread.php?t=14249
Это сделал Xinhuan (Blackrock US Alliance).
|cffffd200Do you accept Paypal donations?|r
Yes, send to xinhuan AT gmail DOT com.
|cffffd200Кто перевел Омен3 на русский?|r
Это сделал StingerSoft (Азурегос/Эритнулл).

View file

@ -242,6 +242,10 @@ Threat 2.0库也包含了其他人都用这个库的时候同步整个团队的
NPC NPC
|cffffd200How do I get rid of the 2 vertical gray lines down the middle?|r
Lock your Omen. Locking Omen will prevent it from being moved or resized, as well as prevent the columns from being resized. If you haven't realized it, the 2 vertical gray lines are column resizing handles.
|cffffd200如何将 Omen3 Omen2 |r
Blizzard Tooltip
@ -250,6 +254,24 @@ Threat 2.0库也包含了其他人都用这个库的时候同步整个团队的
|cffffd200Is there ANY way around this Blizzard limitation? Not being able to see my pet's threat before I attack has set me back to guessing.|r
There is no way around this limitation short of us doing the guessing for you (which is exactly how Omen2 did it).
The goal of Omen3 is to provide accurate threat data, we no longer intend to guess for you and in the process lower your FPS. Have some confidence in your pet/tank, or just wait 2 seconds before attacking and use a low damage spell such as Ice Lance so that you can get initial threat readings.
|cffffd200Can we get AoE mode back?|r
Again, this is not really possible without guessing threat values. Blizzard's threat API only allows us to query for threat data on units that somebody in the raid is targetting. This means that if there are 20 mobs and only 6 of them are targetted by the raid, there is no way to obtain accurate threat data on the other 14.
This is also extremely complicated to guess particularly for healing and buffing (threat gets divided by the number of mobs you are in combat with) because mobs that are under crowd control effects (sheep, banish, sap, etc) do not have their threat table modified and addons cannot reliably tell how many mobs you are in combat with. Omen2's guess was almost always wrong.
|cffffd200The tooltips on unit mouseover shows a threat % that does not match the threat % reported by Omen3. Why?|r
Blizzard's threat percentage is scaled to between 0% and 100%, so that you will always pull aggro at 100%. Omen reports the raw unscaled values which has pulling aggro percentages at 110% while in melee range and 130% otherwise.
By universal agreement, the primary target of a mob is called the tank and is defined to be at 100% threat.
|cffffd200Omen3 |r
Omen3
@ -258,6 +280,8 @@ Omen3 不需要同步资料或者分析战斗资料,现阶段没有任何必
Omen3
In fact, Blizzard updates them about once per second, which is much faster than what Omen2 used to sync updates. In Omen2, you only transmitted your threat to the rest of the raid once every 3 seconds (or 1.5s if you were a tank).
|cffffd200我要去哪里反馈 Bug |r
http://forums.wowace.com/showthread.php?t=14249
@ -265,6 +289,10 @@ http://forums.wowace.com/showthread.php?t=14249
|cffffd200谁制作了 Omen3|r
Xinhuan (Blackrock US Alliance) --Xinhuan
|cffffd200Do you accept Paypal donations?|r
Yes, send to xinhuan AT gmail DOT com.
]]
L["WARRIOR_FAQ"] = [[|cffffd200http://www.tankspot.com/forums/f200/39775-wow-3-0-threat-values.html|r2008年10月2号Satrina 80
便

View file

@ -242,6 +242,10 @@ Omen2使用仇恨2.0Library. 這個Library是根據偵測戰鬥紀錄, 法術, B
NPC的仇恨. SW1的人形NPC坦王的仇恨. . , Raid中如果沒有人的目標是那個NPC的話, . (, ).
|cffffd200How do I get rid of the 2 vertical gray lines down the middle?|r
Lock your Omen. Locking Omen will prevent it from being moved or resized, as well as prevent the columns from being resized. If you haven't realized it, the 2 vertical gray lines are column resizing handles.
|cffffd200怎樣將Omen3的外觀改成跟Omen2類似?|r
, , .
@ -250,6 +254,24 @@ Omen2使用仇恨2.0Library. 這個Library是根據偵測戰鬥紀錄, 法術, B
, Blizzard仇恨API不會給任何仇恨值. Blizzard為了減少網路資料傳送.
|cffffd200Is there ANY way around this Blizzard limitation? Not being able to see my pet's threat before I attack has set me back to guessing.|r
There is no way around this limitation short of us doing the guessing for you (which is exactly how Omen2 did it).
The goal of Omen3 is to provide accurate threat data, we no longer intend to guess for you and in the process lower your FPS. Have some confidence in your pet/tank, or just wait 2 seconds before attacking and use a low damage spell such as Ice Lance so that you can get initial threat readings.
|cffffd200Can we get AoE mode back?|r
Again, this is not really possible without guessing threat values. Blizzard's threat API only allows us to query for threat data on units that somebody in the raid is targetting. This means that if there are 20 mobs and only 6 of them are targetted by the raid, there is no way to obtain accurate threat data on the other 14.
This is also extremely complicated to guess particularly for healing and buffing (threat gets divided by the number of mobs you are in combat with) because mobs that are under crowd control effects (sheep, banish, sap, etc) do not have their threat table modified and addons cannot reliably tell how many mobs you are in combat with. Omen2's guess was almost always wrong.
|cffffd200The tooltips on unit mouseover shows a threat % that does not match the threat % reported by Omen3. Why?|r
Blizzard's threat percentage is scaled to between 0% and 100%, so that you will always pull aggro at 100%. Omen reports the raw unscaled values which has pulling aggro percentages at 110% while in melee range and 130% otherwise.
By universal agreement, the primary target of a mob is called the tank and is defined to be at 100% threat.
|cffffd200Omen3有同步資料或者分析戰鬥資料麼?|r
Omen不需要同步資料或者分析戰鬥資料. .
@ -258,6 +280,8 @@ Omen不需要同步資料或者分析戰鬥資料. 現階段沒有任何比要
Omen3仇恨更新速度跟Blizzard提供仇恨數據給我們的速度是一樣的.
In fact, Blizzard updates them about once per second, which is much faster than what Omen2 used to sync updates. In Omen2, you only transmitted your threat to the rest of the raid once every 3 seconds (or 1.5s if you were a tank).
|cffffd200我要去那裏回報Bug或者提出建議?|r
http://forums.wowace.com/showthread.php?t=14249
@ -265,6 +289,10 @@ http://forums.wowace.com/showthread.php?t=14249
|cffffd200誰製作了Omen3?|r
Xinhuan (Blackrock US Alliance) did.
|cffffd200Do you accept Paypal donations?|r
Yes, send to xinhuan AT gmail DOT com.
]]
L["WARRIOR_FAQ"] = [[The following data is obtained from |cffffd200http://www.tankspot.com/forums/f200/39775-wow-3-0-threat-values.html|r on 2nd Oct 2008 (credits to Satrina). The numbers are for a level 80.

View file

@ -9,6 +9,8 @@
## Notes-koKR: 다중-대상에 대한 위협수준 미터기로 보여줍니다.
## Author: Xinhuan
## OptionalDeps: Ace3, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets, LibSink-2.0, LibDBIcon-1.0
## X-eMail: xinhuan @ gmail DOT com
## X-Donate: PayPal:xinhuan @ gmail DOT com
## X-Category: Combat
## SavedVariables: Omen3DB