What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Want to change Minimum Trash Mob Pack Size in profiles? Here it is!

Fujiyama

Member
Joined
Mar 27, 2014
Messages
485
Reaction score
4
Hi, running a lot of bounties but having low success with the "Zerg" mode I wanted to have the ability to change the "Minimum Trash Mob Pack Size" in profiles like a sort of semi-zerg mode. I've also seen other people request this so I made a little fix. If someone did this already well OK here it is anyway :) :)

Put it under \Trinity\Combat and use these tags:


Code:
<CombatSetting TrashSize="15" /> (Or some other number you like)
<CombatSetting TrashSize="1" />
 

Attachments

Hi, running a lot of bounties but having low success with the "Zerg" mode I wanted to have the ability to change the "Minimum Trash Mob Pack Size" in profiles like a sort of semi-zerg mode. I've also seen other people request this so I made a little fix. If someone did this already well OK here it is anyway :) :)

Put it under \Trinity\Combat and use these tags:


Code:
<CombatSetting TrashSize="15" /> (Or some other number you like)
<CombatSetting TrashSize="1" />


awesome. thank you

So, I need to download this combatsetting.cs and put it under trinity/combat folder? and add <combatsetting TrashSize="1" to individual profile like act4 bounty?

[EDIT] I added that code in act 4 bounty and DB said:

Failed to load profile: 'TrashSize' is an unexpected token
 
Last edited:
awesome. thank you

So, I need to download this combatsetting.cs and put it under trinity/combat folder? and add <combatsetting TrashSize="1" to individual profile like act4 bounty?

[EDIT] I added that code in act 4 bounty and DB said:

Failed to load profile: 'TrashSize' is an unexpected token

Be sure to use the exact tag with the "/" to close the tag: "<CombatSetting TrashSize="1" />". If you put the file in the right directory it should work.
 
Back
Top