Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/03/15 in all areas

  1. If you change this you'll need to add your custom map on the map_index.h too. Replace: { MAP_PRONTERA, 156, 191, 3 }, // 0 = Prontera with this: { MAP_MAINTOWN, 181, 76, 3 }, // 0 = Maintown And after: { MAP_ECLAGE, 110, 39, 3 }, // 35 = Eclage add this: { MAP_PRONTERA, 156, 191, 3 }, // 36 = Prontera The lines: if (strncmpi(map_name, "morroc", 4) == 0) { // Correct town name for 'morocc' town = 1; } are only need if your map have more than one name. Example: @go maintown, @go main, @go home and @go 0. But you'll doesn't need this. Best regards, Garkor
    1 point
  2. There is nothing to say that you cannot modify your own client (except perhaps the game client's Terms of Service) but that's hardly international law. However, the distribution of Gravity's game client, modified to work with private servers, is against international trademark and copyright laws as per the Berne Convention. Gravity's RO client is 'free' to download and use, not 'free' to modify and re-distribute. Source: Got into legal trouble with Gravity years ago.
    1 point
  3. Enable/disable plain text encryption diff for your client.
    1 point
  4. It works! now there's a new problem. The client is looking for a file ".bmp". It is looking for an untitled bmp file. :< Ah right, I forgot that some users don't diff their client with "ignore missing file errors". You'll have to re-diff your client for the above to work without problems, I'm afraid. =l
    1 point
  5. A way to do this is to open your client in a hex editor and search for: NC_CashShop (or string 4E 43 5F 43 61 73 68 53 68 6F 70) Replace the values in the string with "00" for each line, so basically the number above^ will become: 00 00 00 00 00 00 00 00 00 00 00 Be sure to make a backup of your client in case something goes wrong.
    1 point
×
×
  • Create New...