I need to configure Barakiel to give the quest item to all players

walker975

Vassal
Customer
I need all the players who helped defeat Barakiel to receive the quest item, not just the party that dealt the most damage or the last attack, is there a native way or do I need to create an extension?

How can I do this?
 
Чувак, ты гайды читал? Там такой раздел есть) ознакомься
 
Barakiel gives item whole party if players have a quest, also no point in giving an item without a quest.
Also we have UniversalMobs
 
Well, let's go so you can understand better what I mean.When I put the boss to give nobless without the need to do quests.I wanted to find a way so that it wouldn't be 100% guaranteed to get the nobless status; I want to introduce different ways to obtain it.The first would be the retail quest.The second is for those who don't have the motivation to do quests, but they could be encouraged to go there and kill the boss with a chance of somehow gaining this status.For example..

It is default config

<set name="type" value="RaidBoss"/> on <set name="type" value="NoblesRewardBoss"/>

and implement new type example..

<set name="type" value="NoblesRewardBossLastRitChance" chance="30"/> it in %
 
Back
Top