If you have purchased a Legacy or Starter Pack, please see this thread for instructions on how to claim your items in-game. (Please see the yellow text in the linked thread for instructions on creating a Reman.) (Not seeing your pack in-game? Please see the lime-green text in the linked thread above for information.)
If you have additional questions about the Legacy or Starter pack, please read this FAQ.
Thanks SO MUCH for all your support, and we'll see you in-game!
Here is something that I found very helpful during my time with triggers:
Type conversion!
There are several type of triggers in game: Kill, Reach, Interact, Dialog prompt reached, Objective in progress.
So what if you want a specific thing to happen if the player Killed an enemy mob and Entered a specific region and Interacted with a console. Though luck, you can use only 1 type of trigger event. Here is where th type conversion comes in handy!
You can convert any and all type of events into map dialog prompts!
You killed the enemy mob? Your Tac BOFF adds a random comments, "Finally, that was the last of them!"
You entered the specific region? Your Sci BOFF adds a random comments, "My tricorder shows something, we should proceed with caution!"
You interacted with the console: Your Eng BOFF adds a random comments, "There is power in the console, but the input is blocked"
That is it, you converted the 3 different type of actions into dialog prompts.
With those things done, you will get a little outside help in a form of a dialog text.
That map dialog will not be triggered by the kill/reach/interact triggers, but by 3 dialog prompt reached triggers including "Finally...", "My tricorder...", "There is power..."
Your BOFFs may be a little verbose at times, but it will make the triggering a lot easier! With that, 95% of trigger checks can be done via Dialog prompt reached.
Last edited by pendra3780; 02-08-2013 at 04:06 PM.
A little confused... may I rephrase and tell me if I'm getting it wrong?
1. You can use more than one trigger on an object, but only if they are all the same type? OR, you can use a trigger on more than one object, but only if they are all the same type?
2. You get around the restriction by adding a pop-up dialog that's triggered by something else you did, and then using that "Dialog prompt reached" instead?
Volunteer Community Moderator for the Star Trek Online forums -- My views may not represent those of Cryptic Studios or Perfect World Entertainment. If you wish to speak to someone on the community team, file a "forums and website" support ticket here, as we are not able to respond to PMs regarding moderation inquiries.
The 4F's: Friendship, Freedom, Fun, and Fair-Play
You can use more than one event to trigger something. Just click on the small + sign to add more events.
All events have to be the same type. You can add 3 interacts, but not 2 interacts and a reach marker.
Of course one event can be present in multiple triggers.
Yes, the idea is to throw a map dialog after every trigger or reach marker which is used in a more complex trigger (ie having at least 2 triggering events). This way you can check interacts, reach markers and dialogs at the same time.
So if you add more triggers with + sign, are they combined with OR or with AND?
AND
Quote:
Originally Posted by allocater
Also if you only have 1 line BOFF comments is there a different between "on dialog prompt reached" and "component [dialog-bubble] completed"?
I don't know if that still stands, but the dialog completed used to be bugged. The dialog completed used to act as an OR. If at least 1 dialog was completed, the trigger was fired. Because of that, I never really used it.
Normally everything should be AND. Maybe they fixed the Dialog completed option and broke the Dialog Prompt Reached in the meantime.
In any case, I preferred the dialog prompt reached, because it is more flexible. Especially if you make some branching based on dialog pathways. If you talk to someone nice then later on, he will talk you nicely or the other way. You can tailor this using dialog prompt reached only, since the dialog will be successful either way (nice path, rude path...).
I think they fixed the bug that allowed for either... or.
People are telling me that the trick I used in part 5 of triggers no longer works. It has to be AND. So, this is what makes Pendra's trick not fire the trigger when only one of three is selected.
I think they fixed the bug that allowed for either... or.
People are telling me that the trick I used in part 5 of triggers no longer works. It has to be AND. So, this is what makes Pendra's trick not fire the trigger when only one of three is selected.
While it's unfortunate we can no longer do OR options this way, in a way I'm happy if it's been fixed. Sometimes it comes in handy to have something occur after several dialogues.