This is a wiki for a reason. Anyone can contribute. If you see something that is inaccurate or can be improved, don't ask that it be fixed--just improve it.
[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]

Difference between revisions of "Tick (mechanic)"

From Project 1999 Wiki
Jump to: navigation, search
Line 1: Line 1:
A "tick" happens every 6 seconds (server side).  
+
A "tick" happens every 6 seconds (server side). At that instant, many different game mechanics can occur such as:
* It can refer to HP/Mana regeneration, DoT (damage over time) spells and effects, as well as things like when charm can possibly break.
+
* Regeneration of HP, Mana, or Endurance is incrementally applied
 
+
* Damage over Time is similarly applied
 +
* Spell effects like buffs and debuffs may expire if their duration has run out
 +
* Spell effects with random duration or a chance of breaking early will roll that chance to break
 +
* Initial aggro occurrence of Kill on Sight NPCs (but not social aggro)
  
 
See also: [[Skill Meditate|Meditate]] and [[Character Races#Increased HP Regeneration|HP Regeneration]].
 
See also: [[Skill Meditate|Meditate]] and [[Character Races#Increased HP Regeneration|HP Regeneration]].
  
 
[[Category:Player Guides]]
 
[[Category:Player Guides]]
 
  
 
'''Advanced Tick Information'''
 
'''Advanced Tick Information'''

Revision as of 23:47, 2 January 2019

A "tick" happens every 6 seconds (server side). At that instant, many different game mechanics can occur such as:

  • Regeneration of HP, Mana, or Endurance is incrementally applied
  • Damage over Time is similarly applied
  • Spell effects like buffs and debuffs may expire if their duration has run out
  • Spell effects with random duration or a chance of breaking early will roll that chance to break
  • Initial aggro occurrence of Kill on Sight NPCs (but not social aggro)

See also: Meditate and HP Regeneration.

Advanced Tick Information

Every entity (player/npc) has their own tick timer associated with them. The timer on the server side will run regardless of what is occurring.

This means that if a buff lasts 3 ticks, it could really last anywhere from 12-18 seconds depending on the alignment of the tick timer and when the buff lands.

Certain effects like charm breaking appear to only be possible when a tick occurs on that entity. An entity's tick timer can be identified by applying a DOT since DOTs will only apply on ticks.

Ticks do not appear to be perfectly 6 seconds apart so when attempting to track a tick timer over time, your timer will need to be resync'ed often. Server lag can cause tick timers to become slightly out of sync.


Misc Tick Mechanic Notes

If a group buff is applied (ex. bard song), the tick timer used for all players who receive this buff will be based off of the player who casted the buff. This way, if a group buff is applied, all members should lose the buff at the same time.

Entering a new zone and logging seem to reinitialize your player's tick timer.