You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.