Difference between revisions of "Creature Handler Experience (Game Mechanics)"

From SWGANH Wiki
Jump to: navigation, search
(Game Mechanics)
(Related Tags)
Line 19: Line 19:
 
{| align="center"
 
{| align="center"
 
|-
 
|-
||{{D0%}}
+
||{{D50%}}
 
|-
 
|-
 
||{{GameMechanics}}
 
||{{GameMechanics}}
Line 33: Line 33:
 
|}
 
|}
 
|}
 
|}
 
 
  
 
== Game Mechanics ==
 
== Game Mechanics ==

Revision as of 10:07, 28 August 2009




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.


Description

Template (Game Messages)

Related Tags

50% This document has been partially completed.

Mechanics This document is about game mechanics.

Completion Guide -

  • 0% - No substantive information available on game feature
  • 25% - page has been started but not completed
  • 50% - page is as complete as possible with the currently available information but probably needs more research done on the subject matter
  • 75% - page is probably complete but needs to be reviewed for accuracy of the page content and to make sure that no information is missing about the game feature
  • 100% - page has been reviewed and compared against enough sources to the extent that there is reasonable confidence that the game feature is completely documented.

Game Mechanics

There are four ways to gain Creature Handler XP:

  • Successfully taming a baby
  • Teaching a new command to a pet
  • Teaching a pet its name
  • Having pet contribute to the death of an NPC or creature.


Experience gain through taming, teaching commands and teaching names are dependant on the creature's challenge level. A higher challenge level creature yields higher experience when taming and teaching. The exact experience calculation isnt known but some behavior is inferred from various uis logs. For taming creatures, The base amount of experience gained is 100 for cl 3 creatures, and 4 points of experience is offered for each challenge level above 3, therefore a cl 25 creature would yield 188 experience per command and name learned and for the taming attempt. Experience earned for teaching a pet its name or a command is gained at a rate of 1 point of experience per each challenge level the pet is above 3 on top of a base value of 100, therefore a cl 10 pet would grant 107 experience.


To gain experience through combat you need to kill something that's powerful enough to be a challenge to your pet (not necessarily to you) to get decent amounts of XP this way. If the target's CL is less than or equal to half that of your pet, you'll get 1 XP from the victory. To get experience, the pet must simply get a hit in on the target. The pet owner can finish off the target and receive the creature handling experience upon the target's death.

Special notes about non-adult pets:

For purposes of determining xp only, the creature's level will be considered to be no less than half of the creature's adult level. e.g. Adult gurrecks are considered to be CL 50. A baby gurreck will be considered to be level 25 minimum, which will eventually increase as the pet grows until it has reached its adult level. This means that a gurreck pet must attack creatures higher Challenge level than 25 in order to not receive 1 point of experience. The pet's minimum level will scale upwards as it levels. For example at level 25 the gurreck's level will finally match 25, therefore beyond this point, the pet will have to seek higher level mobs to gain full experience.


If a player starts using two pets at once, it's important to note that their XP per kill will be divided by the current number of active pets so if they were getting 1000 experience with one pet out, they will only get 500 with 2 pets.


A propose formula (by no means entirely accurate) for handling experience gain through kills is as follows:

constant*(monster_level + 10 - pet_CL) where constant = some value assigned for each pet level.

For sake of argument we could simply use the pet's CL for the constant.

Formulas Needed

  • Experience gain utilizing challenge level of target compared to challenge level of pet
  • Experience gain utilizing challenge level of pet when training commands
  • Experience gain utilizing challenge level of pet when training name
  • Experience gain utilizing challenge level of pet when taming it

Source References

Source Source in Context