Author Topic: Encounters.  (Read 581 times)

Legacy_Starbridge

  • Jr. Member
  • **
  • Posts: 57
  • Karma: +0/-0
Encounters.
« on: January 10, 2011, 04:57:24 am »


               Ok.  So when you draw an encouter polygon.  In the properties there is a box for player trigger only.  Does this even work?  I have an encounter set up for spawn every 2 minutes, but i have waited and waited and waited and it never spawns.  Is there some kind of script needed to make timed spawns work right?
               
               

               
            

Legacy_Balduvard

  • Full Member
  • ***
  • Posts: 126
  • Karma: +0/-0
Encounters.
« Reply #1 on: January 10, 2011, 06:02:02 am »


               Encounters normally only fire when something enters the polygon area (there is a one-time exception when something is currently in the encounter trigger when using a continuous spawning encounter, but after the one-time exception you would have to move out and then back into the trigger area to get another encounter). When you check the player trigger only box, that something has to be a Player Character (not a henchman, familiar or occasional NPC). Were you waiting outside of the trigger until the respawn time passed and then ran into the polygon to trigger it again?
               
               

               
            

Legacy_Starbridge

  • Jr. Member
  • **
  • Posts: 57
  • Karma: +0/-0
Encounters.
« Reply #2 on: January 10, 2011, 03:37:47 pm »


               I was waiting outside of the zone.  I knew they triggered when you walked into them, just wasnt sure how to get an encounter or set of encounters to spawn when players enter the zone.  So, after what you said I'll need a script.  Thanks.
               
               

               
            

Legacy_Lightfoot8

  • Hero Member
  • *****
  • Posts: 4797
  • Karma: +0/-0
Encounters.
« Reply #3 on: January 10, 2011, 04:48:21 pm »


               

Starbridge wrote...

I was waiting outside of the zone. I knew they triggered when you walked into them, just wasnt sure how to get an encounter or set of encounters to spawn when players enter the zone. So, after what you said I'll need a script. Thanks.


I am missing something here.  You do not need a sacipt to get the encounters to work.  If you did they would be pointless.

On the basic tab of the encounter set the spawn option to continuous.
On the Advanced tab :
Set the Respawn time(seconds) to 120
Make sure all of the following are checked.
Active
Encounter Respawns
Infinite Respawn[/list]
Now the encounter will become active again 2 min after it is inactive.
This may be where your test is not working right. The encounter only becomes inactive after all the monsters it spawned are destroyed.

So the player trips the encounter. 
Kills the last monster it spawned.
2 minutes after the last monster was killed the encounter becomes active again.
               
               

               
            

Legacy__Knightmare_

  • Full Member
  • ***
  • Posts: 191
  • Karma: +0/-0
Encounters.
« Reply #4 on: January 10, 2011, 05:28:08 pm »


               You can fire an encounter trigger via script. It will act as if oObject had actually walked through the trigger itself. This method has its uses in certain situations.
               
               

               
            

Legacy_WoC_Builder

  • Sr. Member
  • ****
  • Posts: 425
  • Karma: +0/-0
Encounters.
« Reply #5 on: December 10, 2012, 04:10:35 am »


               

_Knightmare_ wrote...

You can fire an encounter trigger via script. It will act as if oObject had actually walked through the trigger itself. This method has its uses in certain situations.


Just seeing this doing a search for something related.

Does anyone know how to do this as the poster sugggested?  Fire an encounter via script, instead of actually entering the trigger?
               
               

               
            

Legacy_Lightfoot8

  • Hero Member
  • *****
  • Posts: 4797
  • Karma: +0/-0
Encounters.
« Reply #6 on: December 12, 2012, 03:26:27 am »


               I have no idea how it would be done.   I would guess he was either using nwnx or was thinking nwn2.  

Please, Someone correct me if I am wrong.
               
               

               
            

Legacy_Rolo Kipp

  • Hero Member
  • *****
  • Posts: 4349
  • Karma: +0/-0
Encounters.
« Reply #7 on: December 12, 2012, 04:53:16 pm »


               <baking up some...>

Well, you could spawn an object in the trigger to trigger it...

Edit: Jeez, Knightmare! Did ya *have* enough spam on your tute? Took 30 mins to disenfranchise all the accounts :-/

<...kludge>
               
               

               


                     Modifié par Rolo Kipp, 12 décembre 2012 - 05:05 .
                     
                  


            

Legacy_Builder_Anthony

  • Hero Member
  • *****
  • Posts: 786
  • Karma: +0/-0
Encounters.
« Reply #8 on: December 27, 2012, 03:21:33 am »


               your module time might effect the spawn time.draw your box and place one spwnpoint by right clicking on the encounter trigger.enter it in a pc not dm to trigger the encounter.its as simple as that.well add a creature to the list of course........