scriptsdk / CSharp-ScriptSDK-Legacy

ScriptSDK is an advanced extension written in .NET. The framework is based on a local tcp socket protocol library written by maxwell and extend the provided architecture by additional methods and handlers.
GNU General Public License v3.0
9 stars 11 forks source link

Updated Packet Parse Error #30

Closed ruaduck closed 4 years ago

ruaduck commented 4 years ago

There was an issue where a Packet Parse Error would occur in Stealth when using the ScriptSDK. Updated the packet.cs to be that of ScriptDotNet's and then changed some of the SystemEvents to match the packet parsing.

ruaduck commented 4 years ago

Also added the Runebook.cs that Crome696 made for me to handle Runebooks easier.