bibabaluba
Member
- Joined
- Sep 23, 2015
- Messages
- 38
- Reaction score
- 0
Make sure you change the code as Clonkiy stated in previous post:
go to \Plugins\QuestPlugin\Acts\Act3\HandleBossDominus.cs
open it and scroll down and change
line 452 to :
and line 465 to:
EDIT: I have to mention that I haven't tested act4, but will do when I level a new char.
go to \Plugins\QuestPlugin\Acts\Act3\HandleBossDominus.cs
open it and scroll down and change
line 452 to :
Code:
if (!DominusMiniBoss.ContainsKey(unique.Id) && !unique.IsDead)
and line 465 to:
Code:
DominusMiniBoss.Remove(unique.Id);
EDIT: I have to mention that I haven't tested act4, but will do when I level a new char.
Last edited: