Difference between revisions of "Recon Missions (Game Mechanics)"
(→Delivery Mission STFs) |
(→Game Mechanics) |
||
(14 intermediate revisions by the same user not shown) | |||
Line 56: | Line 56: | ||
|} | |} | ||
|} | |} | ||
+ | |||
+ | == System Messages == | ||
+ | |||
+ | * [[Recon Missions (Game Messages)|Recon Missions]] | ||
== Game Mechanics == | == Game Mechanics == | ||
Line 93: | Line 97: | ||
− | /mission/mission_npc_recon_imperial_easy.stf | + | * /mission/mission_npc_recon_imperial_easy.stf |
'''Rebel Faction Mission Giving NPCs''' | '''Rebel Faction Mission Giving NPCs''' | ||
− | /mission/mission_npc_recon_rebel_easy.stf | + | * /mission/mission_npc_recon_rebel_easy.stf |
'''Explorer Mission Terminals & Non GCW Mission Giving NPCs:''' | '''Explorer Mission Terminals & Non GCW Mission Giving NPCs:''' | ||
− | /mission/mission_npc_recon_neutral_easy.stf | + | * /mission/mission_npc_recon_neutral_easy.stf |
− | /mission/mission_npc_recon_neutral_medium.stf | + | * /mission/mission_npc_recon_neutral_medium.stf |
− | /mission/mission_npc_recon_neutral_hard.stf | + | * /mission/mission_npc_recon_neutral_hard.stf |
Line 113: | Line 117: | ||
== Analysis of Mission Datapad Details == | == Analysis of Mission Datapad Details == | ||
− | * [[media: | + | * [[media:ReconMission2.jpg|Recon Mission in datapad]] |
== Analysis of Mission Details == | == Analysis of Mission Details == | ||
Line 119: | Line 123: | ||
There are a number of important bits of information to know about a mission which are viewable through the mission details on the mission terminal or on the mission itself in the player's datapad. | There are a number of important bits of information to know about a mission which are viewable through the mission details on the mission terminal or on the mission itself in the player's datapad. | ||
− | The parts of a | + | The parts of a Recon mission details are: |
− | * | + | * Target |
− | * | + | * Location |
− | + | ||
* Creator | * Creator | ||
* Reward | * Reward | ||
Line 129: | Line 132: | ||
− | ''' | + | '''Target''' |
− | Note: This | + | Note: This functions randomly in the nge. The target is the selected theme for that particular mission. The value here is pulled from the mission's stf. |
− | |||
+ | '''Location''' | ||
+ | This is the coordinate of the spawner object location prior to the first waypoint update that the player must reach to complete the mission. When the player reaches within 256 meters of this location, the waypoint coordinate will perform its update. The new location waypoint will be the spawner object's location. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 170: | Line 154: | ||
'''Reward''' | '''Reward''' | ||
− | This is the payout to the player in credits for successfully completing the mission. Reward is only given out if the player | + | This is the payout to the player in credits for successfully completing the mission. Reward is only given out if the player reaches within 32 meters of the target location. Mission payout reward formula is currently unknown but it is based on the distance to the spawn location. Shorter distances yield smaller payouts. |
'''Difficulty''' | '''Difficulty''' | ||
− | Note: Difficulty rating on missions | + | Note: Difficulty rating on missions seem to be based on the character (or their group) challenge level. There is no known affect that this has on recon missions. |
− | |||
− | |||
− | |||
<br><br> | <br><br> | ||
− | == | + | == Recon Mission STF Analysis == |
− | The following is an example taken from the | + | The following is an example taken from the mission_npc_recon_neutral_easy.stf file for recon missions. An overview for how to properly read and interpret the stf file will be included further below. |
+ | '''m10c''' | ||
− | + | Criminals? So it was a trap! Sorry to put you through that, but thanks for sparing me from kidnapping, or worse. | |
− | + | '''m10d''' | |
− | + | Gangster | |
− | + | '''m10o''' | |
− | + | A contact on the HoloNet has arranged a rendezvous just outside town to sell me some rare Alderaan antiques. But he didn't give his HoloNet address, and I'm suspicious. Can you check to make sure it's legitimate? Be careful! | |
− | + | '''m10t''' | |
− | + | Shady Antique Dealer | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 227: | Line 195: | ||
+ | m10c - | ||
+ | Response given by a mission giving npc once the player finished that particular assignment and came back to it for another mission. | ||
− | + | m10d - This is the mission theme for that particular mission. | |
− | + | ||
− | m10d - This is the mission | + | |
m10f No longer in use. This is the path to the object that was to be used for a player to pick up from the npc and that was to be delivered to the destination point and dropped or given to the npc there. | m10f No longer in use. This is the path to the object that was to be used for a player to pick up from the npc and that was to be delivered to the destination point and dropped or given to the npc there. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | m10o - This is the mission description displayed in mission terminals or on the mission if a player examines the mission. This is also given as npc dialogue when a player receives the mission from a mission giving npc. | |
− | |||
m10t - This is the mission title as seen on the terminal or on the mission details once the mission has been accepted by the player. | m10t - This is the mission title as seen on the terminal or on the mission details once the mission has been accepted by the player. | ||
Line 251: | Line 213: | ||
<br><br> | <br><br> | ||
− | == Step by Step Progression of a | + | == Step by Step Progression of a Recon Mission == |
− | * Player uses | + | * Player uses explorer mission terminal and [[media:ReconMission1.jpg|obtains a recon mission]] |
− | * OR Player interacts with a mission giving npc and obtains a | + | * OR Player interacts with a mission giving npc and obtains a recon mission |
− | * Mission | + | * Mission spawner location waypoint is generated |
− | * Player | + | * Player reaches 256 meters of the coordinate and [[media:ReconMission3.jpg|receives update to coordinate]] |
− | * Mission waypoint is updated to coordinates of [[media: | + | * Mission waypoint is updated to coordinates of [[media:ReconMission4.jpg|destination poimt]] |
− | * Player | + | * Player enters within 32 meters of the coordinates and [[media:ReconMission5.jpg|complete the mission]] |
==Source References== | ==Source References== |
Latest revision as of 03:04, 12 August 2009
This article or section needs proper wiki formatting. |
Game Mechanics - Mechanics Category
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
|
System MessagesGame MechanicsRecon missions are missions that the player can take that require them to visit a particular destination in order to be rewarded. Recon missions may be picked up from the Recon tab on Explorer Mission Terminals or obtained from mission giving npcs. Recon missions have two stages:
The mobs spawned at the location depend on the theme type of mission that has been selected. Themes are groupings npc types that can be spawned at a location. Each theme has a unique set of npc types to choose from. The npc types use the same mechanics as in the Creature Type Selection process for lairs and other spawns. Recon missions are broken down into the following themes:
One the player gets within 32 meters of the waypoint coordinates, the mission is completed and they are rewarded.
Recon Mission STFsThe following is a list of stfs that contain Recon mission data:
Explorer Mission Terminals & Non GCW Mission Giving NPCs:
Analysis of Mission Datapad DetailsAnalysis of Mission DetailsThere are a number of important bits of information to know about a mission which are viewable through the mission details on the mission terminal or on the mission itself in the player's datapad. The parts of a Recon mission details are:
Location This is the coordinate of the spawner object location prior to the first waypoint update that the player must reach to complete the mission. When the player reaches within 256 meters of this location, the waypoint coordinate will perform its update. The new location waypoint will be the spawner object's location.
Creator The creator of the mission is randomly generated, unless its a mission giving npc then the mission takes the name of the npc that gave it.
This is the payout to the player in credits for successfully completing the mission. Reward is only given out if the player reaches within 32 meters of the target location. Mission payout reward formula is currently unknown but it is based on the distance to the spawn location. Shorter distances yield smaller payouts.
Note: Difficulty rating on missions seem to be based on the character (or their group) challenge level. There is no known affect that this has on recon missions.
Recon Mission STF AnalysisThe following is an example taken from the mission_npc_recon_neutral_easy.stf file for recon missions. An overview for how to properly read and interpret the stf file will be included further below.
m10c Criminals? So it was a trap! Sorry to put you through that, but thanks for sparing me from kidnapping, or worse. m10d Gangster m10o A contact on the HoloNet has arranged a rendezvous just outside town to sell me some rare Alderaan antiques. But he didn't give his HoloNet address, and I'm suspicious. Can you check to make sure it's legitimate? Be careful! m10t Shady Antique Dealer
Notes:
Response given by a mission giving npc once the player finished that particular assignment and came back to it for another mission. m10d - This is the mission theme for that particular mission.
Step by Step Progression of a Recon Mission
Source References
|