Jump to content

[41.77] New foraged insects never succeed in stick traps


Teldae

Recommended Posts

I went into debug mode and gave myself level 10 trapping. I then placed 10 stick traps and baited them with caterpillars, millipedes and slugs over a course of several days. I teleported far away and then back and forth once per day to refresh bait. Each bait type was placed in all 10 traps, and another 4 traps were always baited with cereal as a control. The insect bait was consumed but never caught a bird. 1 trap broke. Each test, the cereal traps were successful.

 

Termites and pillbugs are not valid options for baiting stick or cage traps. Not sure if intended.

 

After testing the 'new' insects, I repeated the trapping tests with crickets, cockroaches and grasshoppers. Those baits were very successful.

Link to comment
Share on other sites

The only baits that work for birds are:

 

bird.traps = {};
bird.traps["Base.TrapStick"] = 40;
bird.baits = {};
bird.baits["Base.Bread"] = 50;
bird.baits["Base.BreadSlices"] = 50;
bird.baits["Base.Worm"] = 50;
bird.baits["Base.Grasshopper"] = 50;
bird.baits["Base.Cockroach"] = 50;
bird.baits["Base.Cricket"] = 50;
bird.baits["Base.Corn"] = 45;
bird.baits["Base.Cereal"] = 45;


Copied from /media/lua/server/Traps/TrapDefinition.lua

 

Link to comment
Share on other sites

  • 2 months later...
  • 11 months later...

This still seems to be an issue, likewise for fishing they also don't seem to work. I checked the TrapDefinition.lua and it still shows the same as mentioned above. 

 

I don't know if it's intended, but none of the "new" insects seem to do anything with fishing or trapping.

Edited by troe2339
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...