- Joined
- Apr 20, 2009
- Messages
- 106
I've been attempting to put together a simple quest, but I've encountered a small snag. Whenever the quest is discovered, the player receives two messages about the quest being discovered, not just one. I've uploaded a picture to illustrate. First I'll show the trigger that discovers the quest, because that seems to be where the problem lies.
My first thought was that my Quest Discovered message just had two messages in the actual text field, but utilizing Select All, Copy, and Paste, I found that it only contained:
My next step in troubleshooting was deleting the line that displayed the quest message to see if only one message would show up. No messages were displayed when I tested that. I also attempted to just use a game message rather than a quest one, which resulted in two messages being shown.
Does anyone have an idea what may be going wrong here?
-
Discover BHR
-
Events
-
Player - Player 1 (Red) types a chat message containing Attack as An exact match
-
-
Conditions
-
Actions
-
Cinematic - Turn cinematic mode On for (All players)
-
Camera - Apply BHRCamera <gen> for Player 1 (Red) over 2.00 seconds
-
Unit Group - Pick every unit in ScoutAttackForce and do (Unit - Unhide (Picked unit))
-
Cinematic - Send transmission to (All players) from Fel Orc Grunt 0123 <gen> named <Slayer>: Play No sound and display It seems the humans.... Modify duration: Add 6.00 seconds and Wait
-
Cinematic - Send transmission to (All players) from Fel Orc Grunt 0123 <gen> named <Slayer>: Play No sound and display We need every orc w.... Modify duration: Add 6.00 seconds and Wait
-
Cinematic - Turn cinematic mode Off for (All players)
-
Camera - Reset camera for Player 1 (Red) to standard game-view over 2.00 seconds
-
Quest - Display to Player Group - Player 1 (Red) the Quest Discovered message: |cffffcc00OPTIONA...
-
Quest - Mark Quests[1] as Discovered
-
Cinematic - Ping minimap for (All players) at (Position of Vazruden 0126 <gen>) for 2.00 seconds
-
-
My first thought was that my Quest Discovered message just had two messages in the actual text field, but utilizing Select All, Copy, and Paste, I found that it only contained:
Quest Discovered message said:|cffffcc00OPTIONAL QUEST|r
Bleeding Hollow Raiders
- Slaughter the human raiding party
- Protect the Bleeding Hollow Blademaster
My next step in troubleshooting was deleting the line that displayed the quest message to see if only one message would show up. No messages were displayed when I tested that. I also attempted to just use a game message rather than a quest one, which resulted in two messages being shown.
Does anyone have an idea what may be going wrong here?