Changes between Version 2 and Version 3 of Ticket #2920, comment 1


Ignore:
Timestamp:
Nov 18, 2014, 10:39:38 PM (9 years ago)
Author:
Radagast

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2920, comment 1

    v2 v3  
    11You need to register the Aura + Entity template globally and only add the effect if it's not already registered if this option "isUniqueAura && isGlobalAura" is defined. Pretty straight forward, any half-way programmer can add it within some minutes.
    22
    3 For ranged auras it's a bit more complicated, when adding the bonus, check if such modifications already exist in the target entity. Could be costly but works.
     3For ranged auras it's a bit more complicated, when adding the bonus, check if such modifications in a row already exist in the target entity. Could be costly but works as it identifies an Aura.
     4
     5When removing the bonus of one entity nearby pay attention to only remove the modifications if it's the last aura of this kind within the range. May be costly for performance.