simple example of receptor please
- Halluinoid
- Posts: 165
- Joined: Tue Apr 02, 2013 7:08 pm
- Contact:
simple example of receptor please
Using a receptor can anyone give a simple example of how for example a fireball could be launched from a wall across a room ? 
Re: simple example of receptor please
I'm not sure what exactly you are asking for.
Fireballs come from spawners.
A receptor's job is to catch the spell, and trigger something with it.
Fireballs come from spawners.
A receptor's job is to catch the spell, and trigger something with it.
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
- Message me to join in!
-
Ixnatifual
Re: simple example of receptor please
You don't even need to script anything.
Place a spawner with "fireball" in one end of the room, facing away from the wall.
Then put a receptor on the opposite wall, facing it.
Put some kind of trigger for the fireball spawner, such as a pressure plate in its path.
Then connect the receptor to toggle a door or something.
The player will then have to activate the pressure plate, avoid the fireball and the door will open.
Place a spawner with "fireball" in one end of the room, facing away from the wall.
Then put a receptor on the opposite wall, facing it.
Put some kind of trigger for the fireball spawner, such as a pressure plate in its path.
Then connect the receptor to toggle a door or something.
The player will then have to activate the pressure plate, avoid the fireball and the door will open.
- Halluinoid
- Posts: 165
- Joined: Tue Apr 02, 2013 7:08 pm
- Contact:
Re: simple example of receptor please
got the spawner firing fireballs across the roomThen connect the receptor to toggle a door or something.
the last bit is not happening
Code: Select all
receptor_1 activated by [blob]still, thanks for the Spawner explanation, love that!! works a treat
Re: simple example of receptor please
If you click on the receptor there is an "Activated By" which by default is blob. Set it to fireball or fireball_greater (depending on what you are spawning).
Just keep in mind that if done this way it might also get activated by fireball cast by party or monster
EDIT:

Just keep in mind that if done this way it might also get activated by fireball cast by party or monster
EDIT:
Yes, you nailed it!receptor_1 activated by [blob]
is that right?
Waking Violet (Steam, PS4, PSVita, Switch) : http://www.wakingviolet.com
The Sunset Gate [MOD]: viewtopic.php?f=14&t=5563
My preciousss: http://www.moonsharp.org
The Sunset Gate [MOD]: viewtopic.php?f=14&t=5563
My preciousss: http://www.moonsharp.org
Re: simple example of receptor please
Indeed, you can use spawner for what you want, not only for monster. Spells and even items. Almost all.
Orwak - MOD - Beta version 1.0
-
Ixnatifual
Re: simple example of receptor please
Yeah, like Xanathar says, type in the projectile type at the receptor so it activates on "fireball" rather than "blob." I forgot to mention this. The blob is the white projectile that does no damage.Halluinoid wrote:got the spawner firing fireballs across the roomThen connect the receptor to toggle a door or something.NICE ONE!! exactly as you said Ixnat, no scripting needed but the receptor won't open the door
the last bit is not happening
is that right?Code: Select all
receptor_1 activated by [blob]
still, thanks for the Spawner explanation, love that!! works a treat
Interestingly, if a party has a fire mage in their group they could also activate it by having the mage cast fireball at the receptor. Perhaps not that useful, but kind of a cool detail to the game.