Search found 2 matches

by darkzumi
Sun Mar 15, 2020 11:19
Forum: Mod Releases
Topic: [Mod] Not So Simple Mobs [3.0] [nssm]
Replies: 448
Views: 129422

Re: [Mod] Not So Simple Mobs [3.0] [nssm]

darkzumi: here's the section that places webs for spiders: https://notabug.org/TenPlus1/nssm/src/m ... os.lua#L64 you can change it to something like this to slow down the spread: do_custom = function(self,dtime) self.web_timer = (self.web_timer or 0) + dtime if self.web_timer < 1 then return end -...
by darkzumi
Sun Mar 15, 2020 01:36
Forum: Mod Releases
Topic: [Mod] Not So Simple Mobs [3.0] [nssm]
Replies: 448
Views: 129422

Re: [Mod] Not So Simple Mobs [3.0] [nssm]

I love the mod but the spiders are driving me crazy. I clear an area and 10 minutes later, webs EVERYWHERE. How do I turn down the frequency of the spiders putting webs down???