Page 1 of 1
Goromorgs & pressure plates
Posted: Wed May 22, 2013 12:35 am
by Ryeath_Greystalk
Am I just going crazy, or do goromorgs not trigger pressure plates? And if not is there a way to make them trigger plates?
As you probably guessed I spent a long time trying to figure out why a certain funtion wasn't working and the only thing I come up with is the plates are not triggering.
Thanks.
Re: Goromorgs & pressure plates
Posted: Wed May 22, 2013 11:53 am
by Komag
I thought they did, can't remember now
Re: Goromorgs & pressure plates
Posted: Wed May 22, 2013 1:04 pm
by remma
they definitely do just built a little test dungeon and he activated one just fine
Re: Goromorgs & pressure plates
Posted: Wed May 22, 2013 2:55 pm
by Ryeath_Greystalk
Thanks.
Guess I need to revisit my script then.
Re: Goromorgs & pressure plates
Posted: Wed May 22, 2013 7:05 pm
by JohnWordsworth
I know it's an obvious thing to check, but I have to ask... You do have 'Triggered by Monster' checked on your Pressure Plate?
Re: Goromorgs & pressure plates
Posted: Wed May 22, 2013 7:19 pm
by Ryeath_Greystalk
JohnWordsworth wrote:I know it's an obvious thing to check, but I have to ask... You do have 'Triggered by Monster' checked on your Pressure Plate?
Yup, triple checked that. I just have something missing in script somewhere. I should have done like remma did and just put a simple check in to see if the plate was being triggered, but it was just soooo easy to blame it on the goromorg.
Re: Goromorgs & pressure plates
Posted: Fri May 24, 2013 12:34 pm
by Damonya
Have you modify the goromorg in monsters.lua ?
Don't add :
flying = true,
Re: Goromorgs & pressure plates
Posted: Fri May 24, 2013 2:21 pm
by Ryeath_Greystalk
Damonya wrote:Have you modify the goromorg in monsters.lua ?
Don't add :
flying = true,
I went back and checked and it was tripping the plates. Not sure what the problem was mith my script but I just decided to abandon it and do something different.
Thanks for the response.