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


Ignore:
Timestamp:
Nov 18, 2014, 10:37:09 PM (10 years ago)
Author:
Radagast

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2920, comment 1

    v1 v2  
    1 You need to register the Aura + Entity template globally and only add the effect if it's not already registered if this option "isUniqueAura" is defined. Pretty straight forward, any half-way programmer can add it within some minutes.
     1You 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.
     2
     3For 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.