MasticateAllDay
New Member
- Joined
- Sep 6, 2013
- Messages
- 9
- Reaction score
- 0
Hey, as the topic suggests, I am having trouble looting essences using a custom loot script. i am using xo0p's, his rules are quite good I've been having trouble with others/they skip rares they shouldn't, and I just found an amaaazing item with his. So I really don't wanna test out others just yet. In the pickup file it says
// +---------------------------------------------------------------------------+
// | _______ ______ _______ ______ _______ _______ _____
// | | __| __ \ ___| |_ _| _ | |_
// | |__ | __/ ___| ---|_| |_| | |
// | |_______|___| |_______|______|_______|___|___|_______|
// +---------------------------------------------------------------------------+
// craftingPlans on the ground have all quality normal cant decide here
//[TYPE] == "CraftingPlan" (now controlled through Trinity)
// craftingReagents like Demonic Essences (now handled through Trinity)
//[TYPE] == "CraftingReagent"
what should I do here? Right now I am ignoring all essences, I want to pick them up.
// +---------------------------------------------------------------------------+
// | _______ ______ _______ ______ _______ _______ _____
// | | __| __ \ ___| |_ _| _ | |_
// | |__ | __/ ___| ---|_| |_| | |
// | |_______|___| |_______|______|_______|___|___|_______|
// +---------------------------------------------------------------------------+
// craftingPlans on the ground have all quality normal cant decide here
//[TYPE] == "CraftingPlan" (now controlled through Trinity)
// craftingReagents like Demonic Essences (now handled through Trinity)
//[TYPE] == "CraftingReagent"
what should I do here? Right now I am ignoring all essences, I want to pick them up.