Check http://l2net.insane-gamers.com for the download links
---
Slothmo:
updated process encryption
tweaked locks on SmartTimers to resolve potential deadlocks
refactor of ColorListBoxes to resolve deadlocks
refactor of ChatBox locks and tweaks to performance
added jingjing command UDP_IP_SEND
added jingjing command UDP_IP_SENDBB
---
Line Count: 75846
---
This version should fix several lingering crashes/lock-ups.
The new UDP packets are the same as the non IP version, except an IP goes at the start of the function call:
UDP_IP_SEND [STRING IP] [STRING] [VINT] [VINT] [VINT] [VINT]
UDP_IP_SEND "10.0.0.1" "stuffzzzz" CHAR_X CHAR_Y CHAR_Z NULL
UDP_IP_SENDBB [STRING IP] [VBYTEBUFFER]
UDP_IP_SENDBB "10.0.0.1" mybytebuffer


Sections
Categories