As long as u don't write a RULE in pickup.dis for HealthPotion or Gems or other stuff then ... TrinitySetting takes care ...
but u can also write rules for that ...
orCode:[BASETYPE] == "Misc" && [TYPE] == "CraftingPage" --> [IGNORE]
[/CODE]Code:[BASETYPE] == "Gem" --> [IGNORE]
Help me with not picking up Tome of Secrets please!
Code:
[BASETYPE] == "Misc" && [TYPE] == "????????????????????" --> [IGNORE]
What is the type? And where can I find the whole list of values? Thanks in advance.