-
Notifications
You must be signed in to change notification settings - Fork 735
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stonetrap rework and various issues (#817)
* Added delay of 100ms for socket error in connection. This gave time for Disconnect to gracefully dispose of TcpClient and therefore unbind socket. Added MaxAttempts int (default 20) When MaxAttempts reached, message box will appear and no more attempts will be made. * blink and slashingburst attack lock fix * Stonetrap now taunts enemies which matches official. Only one Stonetrap pet allowed (chat message will appear to tell you this). Stonetrap will not teleport in recast. Duration time fixed to magic level * 5 + 10 in seconds. MapObject now supports Taunter. This check is done in Process() and sets target. Note: Taunt swap is not instant. Slight delay due to delayed actions. * Remove taunt feature Logic handled in ProcessAI for StoneTrap and FindTarget for Monster * Remove all traces of player bag weight check. Hero weight checks still in place to prevent bag abuse. * Fixed issue with looping music not working.
- Loading branch information
Showing
14 changed files
with
210 additions
and
277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.