azerothcore / azerothcore-wotlk

Complete Open Source and Modular solution for MMO
http://www.azerothcore.org
GNU Affero General Public License v3.0
6.42k stars 2.58k forks source link

ICC 10/25 switching normal to heroic #1833

Closed mpfans closed 5 years ago

mpfans commented 5 years ago

Raids in 10 and 25 man Normal/Heroic

EXPECTED BLIZZLIKE BEHAVIOUR:

When you enter a raid in 10 man normal and kill a boss, you can't get out the dungeon and re-do the same dungeon in 10 man heroic because the 10 modes share the same ID. For example:

Kill Lich King in 10 man normal do get atunement with Icecrown Citatel. When the Raids reset, you can't re-do 10 man normal, finish the raid and then do it in 10 man heroic because you are saved. The same happens with 25 man modes.

STEPS TO REPRODUCE THE PROBLEM:
  1. You need to kill 10 man normal Lich King in Icecrown Citatel to have eligibility for 10 man heroic
  2. Reset your raid id
  3. Choose 10 man normal raid mode and re-do Icecrown Citatel
  4. Switch to 10 man heroic mode

Still unsure if this behavior happens with other Normal/Heroic raids that require atunement.

BRANCH(ES):

master

OPERATING SYSTEM:

Debian 8

ghost commented 5 years ago

Sorry I'm didn't understand this issue, maybe use a traducer? Or if you tell us your mother tongue someone in the team might be able to understand what's the problem.

mpfans commented 5 years ago

Sorry I'm didn't understand this issue, maybe use a traducer? Or if you tell us your mother tongue someone in the team might be able to understand what's the problem.

sorry,my English is very poor,I am a Chinese

ghost commented 5 years ago

@mpfans We appreciate your report. Maybe try using this translator to see if we understand what's the problem.

https://translate.yandex.com/?lang=en-zh

Or you can always try to find someone Chinese in our discord channels: https://discord.gg/rGpc9V

mpfans commented 5 years ago

@mpfans We appreciate your report. Maybe try using this translator to see if we understand what's the problem.

https://translate.yandex.com/?lang=en-zh

Or you can always try to find someone Chinese in our discord channels: https://discord.gg/rGpc9V

ICC 10 OR 10 hero , you know?

ghost commented 5 years ago

Talked to @mpfans to understand the issue and updated description for him. This needs further research.

Maurowin commented 5 years ago

No in the end of WOTLK, you don't need finish ICC normal mode to do it heroic mode.

mpfans commented 5 years ago

Raids in 10 and 25 man Normal/Heroic

EXPECTED BLIZZLIKE BEHAVIOUR:

When you enter a raid in 10 man normal and kill a boss, you can't get out the dungeon and re-do the same dungeon in 10 man heroic because the 10 modes share the same ID. For example:

Kill Lich King in 10 man normal do get atunement with Icecrown Citatel. When the Raids reset, you can't re-do 10 man normal, finish the raid and then do it in 10 man heroic because you are saved. The same happens with 25 man modes.

STEPS TO REPRODUCE THE PROBLEM:
  1. You need to kill 10 man normal Lich King in Icecrown Citatel to have eligibility for 10 man heroic
  2. Reset your raid id
  3. Choose 10 man normal raid mode and re-do Icecrown Citatel
  4. Switch to 10 man heroic mode

Still unsure if this behavior happens with other Normal/Heroic raids that require atunement.

BRANCH(ES):

master

OPERATING SYSTEM:

Debian 8

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

if killed 10 man normal Lich King in Icecrown Citatel, and then next week..you can't in any 10 man raid,at will switch 10 man normal/heroic mode.

ghost commented 5 years ago

What do you mean with can't in any 10 man raid? You can't join 10 man's after the weekly reset?

mpfans commented 5 years ago

What do you mean with can't in any 10 man raid? You can't join 10 man's after the weekly reset?

sry,I mean "in any 10 man raid,can't switch 10 man normal/heroic mode."

ghost commented 5 years ago

Is that what's supposed to happen or is that the current behavior on azerothcore?

mpfans commented 5 years ago

this is supposed to happen killed 10 normal LK,next week, in any 10 man raid,you can switch 10 man normal/heroic mode.

PkllonG commented 5 years ago

Instance.SharedNormalHeroicId

默认: 0 - (禁用)

1 - (启用)

Instance.SharedNormalHeroicId = 0

mpfans commented 5 years ago

Instance.SharedNormalHeroicId

默认: 0 - (禁用)

1 - (启用)

Instance.SharedNormalHeroicId = 0

国服原来是可以在副本内切难度的...这个开启后是不是可以切换了?

mpfans commented 5 years ago

Instance.SharedNormalHeroicId = 1

issue resolved