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

Ignore Death's Breath

lager

New Member
Joined
Jan 21, 2015
Messages
22
Reaction score
0
Picking up Death's Breath is slowing me down.

Anyone know which file (and the code) to prevent Death's Breath pickup?

Thanks in advance :)
 
I reckon you'd might be able to find it if you were to go through each file in trinity plugin, however that said, I was unable to find anything with a quick look, and I too would like to remove this feature.
 
Items\TrinityItemManager.cs
insert these 2 lines into line 911
if (item.Name == "Death's Breath")
return false;
 
Thanks, but didn't work for me...any other ideas?

Anyone know which file (and the code) to prevent Death's Breath pickup?
 
If you don't mind ignoring all yellow stuff, you can just put Legendary under the Misc pick up option next to the gems. Will ignore death breaths
 
Yup, true, good idea and thanks but I like to pick up blue crafting materials (arcane dust) and whites for crafting.

Anyone know which file (and the code) to prevent Death's Breath pickup?
 
Anyone know which file (and the code) to prevent Death's Breath pickup?

I'm thinking this must be an easy one for someone familiar with the newest Trinity coding?
 
Is there a way to enable picking up Deaths' Breath? It seems to be disabled by default in the current version. Different people, different preferences lol!
 
Last edited:
Back
Top