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

Unidentify Legendary Items

zealtla

New Member
Joined
Mar 13, 2014
Messages
5
Reaction score
0
Hi,everyone.If you do not want to identify Legendary Items,here maybe do some help
just open the file identify.dis[Plugins\Trinity\ItemRules\Rules\soft\identify.dis Plugins\Trinity\ItemRules\Rules\hard\identify.dis],and add codes:
Code:
[QUALITY] == "Legendary" # True -> [UNIDENT]
[QUALITY] == "Legendary" # True -> [KEEP]
then If u don't want to identify Set items,add codes like
Code:
[QUALITY] == "Set" # True -> [UNIDENT]
[QUALITY] == "Set" # True -> [KEEP]
Enjoy~:p
 
Last edited:
Choose Item Rules Type is Fire Based Script Rules in Trinity Config -> Items -> Pickup.

Oh thanks!

However, it's picking up rares below ilvl63 now, and it's stashing really really bad rares :( BUT! it's stashing legendarys unid, so that's one good thing.. but my stash will be full of crappy rares within hours :(
 
Back
Top