As many things. I alreaddy fixed many bugs on v2.24b sources, simple and very complicated ones such as Party bug. But there're some issues remaining...
- Wyvern "black" look.
- Unexplained bumps as above.
- Bumping character sometimes appear visible on the ground after a bump.
- Minimap will not show spawn correct if map size is over 256 (seems that 3.51 client uses char for that...=( )
- Client will crash if you connect near Rocks at mine.
All other bug / issues we have are related to features added to server my me.
-Wyvern "black' look. ---- Fix Amd file replace USA change amd file on this one also before 351 its all white so go back to that amd file...
-Unexplained bumps as above. ---fix in the correct amd file replace both sides install 351 us that amd file .....
- Bumping character sometimes appear visible on the ground after a bump. -- Have not looked into this yet....
- Minimap will not show spawn correct if map size is over 256 (seems that 3.51 client uses char for that...=( ) ---Never baothered with this .....
- Client will crash if you connect near Rocks at mine. --- Never new this happened?
gizon-item-upgade-left = -842150451 <-- Client injection ....
work around
if (m_pClientList
->m_iLevel < 310) {
if (m_pClientList->m_iGizonItemUpgradeLeft = -842150451) {
m_pClientList->m_iGizonItemUpgradeLeft = 0;
but most of your problems are from amd files .....the others i have not even looked into.......and i hope this helps
i did this fast time for work good luck all