Notes |
|
(0002686)
|
Coruja
|
21-02-15 23:56
|
|
try test on the next feb 22 nightly, I'll send a temporary fix to see if it will stop crash the client when it open the vendor buy menu |
|
|
(0002692)
|
Coruja
|
22-02-15 02:37
|
|
nah, EC is crashing too? maybe now it makes sense :P
-classic clients: always need the vendor extra layer. So maybe it's better remove this client version check and always send it?
-enhanced clients (> 6.0.1.7?): it needs a extra byte on packet 03c and 024 to store the "grid location", maybe it's crashing because this extra byte is missing
I dont have enhanced client here to test it, but you can find more info about this extra byte on these packets here: https://github.com/brodock/runuo/blob/master/Server/Network/Packets.cs#L272 [^] |
|
|
(0002696)
|
Coruja
|
22-02-15 07:25
|
|
okay, I removed the MAXCLIVER_EXTRASHOPLAYER check and now the extra layer is sent to all clients, this will fix this issue on classic clients
I also made some small changes on the 'grid location' check, maybe this can fix (or not) the problem on enhanced clients too :P |
|