http://massivelyop.com/2016/11/17/dark- ... cromancer/
I don't see any threads on these changes. Does this mean that DOL is still using the original necro implementation?
Patch Notes: http://darkageofcamelot.com/content/112 ... atch-notes
That is that way now for nearly 8 years ...I have a 50 warden. The change I saw with them was getting tireless for free (don't remember level) and being able to run multiple chants.
/// <summary>
/// Special weapon type requirements
/// </summary>
public abstract class SpecialWeaponType
{
/// <summary>
/// Both hands should be holding weapons to use style.
/// Shield is not a weapon in this case.
/// </summary>
public const int DualWield = 1000;
/// <summary>
/// Stlye can be used with 1h, 2h, dw.
/// Used for Critical Strike line.
/// </summary>
public const int AnyWeapon = 1001;
}

Users browsing this forum: No registered users and 1 guest