Page 1 of 1

Shooters

Posted: Sun Sep 15, 2013 4:00 pm
by Saumun
I'm currently relearning myself how to use RTC editor, and have started tinkering with an old half finished dungeon.
My question is:- Can the Shooter wall item shoot anything?
I'm trying to get it to shoot a gem as part of a teleporter puzzle, but it doesn't shoot it.
It needs to be in the air for the puzzle to work.
Is the shooter limited to weapons?

Re: Shooters

Posted: Sun Sep 15, 2013 4:18 pm
by beowuuf
There is an item shooter - look to the CSB dungeon for an example (there are chest. etc in a wall somewhere)

Re: Shooters

Posted: Sun Sep 15, 2013 8:00 pm
by terkio
I tested.
The WALLITEM_SHOOTER can shoot a MISC_GEM_BLUE.
Make sure the stenght of the shooter is not zero, this is flagged as a critical error ( but it works ).
Strenght more than one, will not shoot more gems.
Do target the WALLITEM_SHOOTER, do not target the WALLITEM_HOLES_xxxxx.

Re: Shooters

Posted: Tue Sep 17, 2013 12:45 am
by Saumun
Had the strength set at 1.
Looked at CSB where it shoots a key and found the strength set at 100.
Working now... Thanks guys.

Re: Shooters

Posted: Fri Sep 20, 2013 5:04 pm
by terkio
Strength is how far it shoots and how much it hurts.
Strenght set at 100 is unlimited range, shot objects can circulate forever in a loop of teleporters.