fatjck 0 Report post Posted July 8, 2020 Iv coded my own pick it for seed pick up but still dont work. looking for any help eg. of the pick it code // [Type] == "Primal Blisterfruit" # [StashItem] == "true" // [Type] == "Primal Blisterlord Bulb" # [StashItem] == "true" // [Type] == "Primal Chimeral Grain" # [StashItem] == "true" // [Type] == "Primal Cleaveling Seed" # [StashItem] == "true" Quote Share this post Link to post Share on other sites
darkdevil87 8 Report post Posted July 8, 2020 [Type] == "Wild Ursaling Seed" # [StashItem] == "true" [Type] == "Wild Hellion Seed" # [StashItem] == "true" [Type] == "Wild Thornwolf Seed" # [StashItem] == "true" [Type] == "Wild Ape Seed" # [StashItem] == "true" [Type] == "Wild Hatchling Seed" # [StashItem] == "true" [Type] == "Wild Bristlebeast Grain" # [StashItem] == "true" [Type] == "Wild Snap Hound Grain" # [StashItem] == "true" [Type] == "Wild Homunculus Grain" # [StashItem] == "true" [Type] == "Wild Chieftain Grain" # [StashItem] == "true" [Type] == "Wild Spikeback Grain" # [StashItem] == "true" [Type] == "Wild Bristle Matron Bulb" # [StashItem] == "true" [Type] == "Wild Hellion Alpha Bulb" # [StashItem] == "true" [Type] == "Wild Brambleback Bulb" # [StashItem] == "true" [Type] == "Wild Infestation Queen Bulb" # [StashItem] == "true" [Type] == "Wild Thornfruit" # [StashItem] == "true" [Type] == "Vivid Arachnid Seed" # [StashItem] == "true" [Type] == "Vivid Weta Seed" # [StashItem] == "true" [Type] == "Vivid Leech Seed" # [StashItem] == "true" [Type] == "Vivid Scorpion Seed" # [StashItem] == "true" [Type] == "Vivid Thornweaver Seed" # [StashItem] == "true" [Type] == "Vivid Razorleg Grain" # [StashItem] == "true" [Type] == "Vivid Sapsucker Grain" # [StashItem] == "true" [Type] == "Vivid Parasite Grain" # [StashItem] == "true" [Type] == "Vivid Striketail Grain" # [StashItem] == "true" [Type] == "Vivid Nestback Grain" # [StashItem] == "true" [Type] == "Vivid Whipleg Bulb" # [StashItem] == "true" [Type] == "Vivid Watcher Bulb" # [StashItem] == "true" [Type] == "Vivid Vulture Bulb" # [StashItem] == "true" [Type] == "Vivid Abberarach Bulb" # [StashItem] == "true" [Type] == "Vivid Devourer Bulb" # [StashItem] == "true" [Type] == "Vivid Scalefruit" # [StashItem] == "true" [Type] == "Primal Rhoa Seed" # [StashItem] == "true" [Type] == "Primal Dustspitter Seed" # [StashItem] == "true" [Type] == "Primal Feasting Horror Seed" # [StashItem] == "true" [Type] == "Primal Maw Seed" # [StashItem] == "true" [Type] == "Primal Cleaveling Seed" # [StashItem] == "true" [Type] == "Primal Rhex Grain" # [StashItem] == "true" [Type] == "Primal Dustcrab Grain" # [StashItem] == "true" [Type] == "Primal Viper Grain" # [StashItem] == "true" [Type] == "Primal Chimeral Grain" # [StashItem] == "true" [Type] == "Primal Scrabbler Grain" # [StashItem] == "true" Quote Share this post Link to post Share on other sites