Skip to content

1.9.7.3660

Choose a tag to compare

@dol-leodagan dol-leodagan released this 28 Dec 23:37
New: Keep Lords call for help on PvE Servers (#121)

* Lord calls for help

When attacked, keep lords on PvE servers call for help from any surviving keep guards

* Added AssistLord method

* Overloaded AssistLord()

So lords don't respond to their own calls for help, or help other lords if there are multiple in a keep.

* Overloaded AssistLord()

* Added m_nextCallForHelpTime member

Necessary for BringFriends()

* Add system namespace

Needed for DateTime

* Exposed stick min and max values

These are useful outside of GameNPC so they should be exposed.

Also changed a few static readonly to constants because they should be anyway.