User Profile

jaenster

(no biography information)

Id 5018
Member for6 years, 7 months, 25 days
Comments made2
Documents authored0
News posted2
Packets authored1
Servers owned0

Comments

jaenster
🔎

0x7D is also send if a ladder char tries to join a non ladder game.

The shown error is decided in the client (either for ladder or non ladder)

      case 0x7d:
        if (D2IniData_multiplayer->isLadder == '\0') {
                // Unable to enter game. A Ladder character cannot join a game created by a
                // Non-Ladder character.
          uVar12 = 0x2ab2;
        }
        else {
                // Unable to enter game. A Non-Ladder character cannot join a game created by a
                // Ladder character.
          uVar12 = 0x2ab1;
        }
jaenster
🔎

It now always send a zero'd dword, no matter if your hardcore, ladder or on which difficulty you at.