Hello everyone,
As the title reads, I am willing to know how can one remove an item from being obtained as a drop,via tModLoader.
I am new to C# but not programming, so I somewhat have the grasp on how to work with it.
Currently, what I see viable to do is to override the NPC's drop with a method that nullfies the drop chance of that item, OR remove that item instantly at the moment it drops. I am not too sure how to do so as I am new to this, and also could not find a script example...
How to remove a specific item drop from a NPC?
As the title reads, I am willing to know how can one remove an item from being obtained as a drop,via tModLoader.
I am new to C# but not programming, so I somewhat have the grasp on how to work with it.
Currently, what I see viable to do is to override the NPC's drop with a method that nullfies the drop chance of that item, OR remove that item instantly at the moment it drops. I am not too sure how to do so as I am new to this, and also could not find a script example...
How to remove a specific item drop from a NPC?