Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/30/16 in all areas

  1. ¡Hi! Well, at first, you need to locate this line in your atcommand.c file that its located in src/map/ * @rura, @warp, @mapmove scroll down a little... and after this: if ((x || y) && map_getcell(m, x, y, CELL_CHKNOPASS)) { //This is to prevent the pc_setpos call from printing an error. clif_displaymessage(fd, msg_txt(sd,2)); if (!map_search_freecell(NULL, m, &x, &y, 10, 10, 1)) x = y = 0; //Invalid cell, use random spot. } you add the following: if(pc_get_group_level(sd) == 0) x = y = 0; and the entire command should be looking like this:
    1 point
  2. That's strange because it works for me after adding the patch. http://img.5cm.ru/view/i6/uXzM.png You can test EXE after adding Restore Login Window https://mega.nz/#!xdl10CRJ!900s0kxdNuQOkUdqRivufZ5pkQkgWFyYEUDd7nIrRjI
    1 point
  3. Try to apply patch - Restore Login Window
    1 point
  4. Hello! What langtype is set in clientinfo.xml? Give me a link for downloading your patched EXE.
    1 point
  5. Disable packet obfuscation in core.h comment and diff you client by nemo patcher But if enable packet obfuscation in core.h uncomment
    1 point
×
×
  • Create New...