Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/26/22 in all areas

  1. Hey mate, I also had this issue before and it turns out my HTTPS was an issue on the XML so I had to remove the S from it. Another result was when I had Gepard Enabled, which had to be disabled to play unless premium. And thirdly, I also had custom items that would crash because they were not added in correctly. Double check the customs you have and that their details are all added in exactly as they should be.
    1 point
  2. https://github.com/rathena/rathena/wiki/scripting https://github.com/rathena/rathena/wiki/Adding-a-Script https://github.com/rathena/rathena/blob/master/doc/script_commands.txt https://github.com/rathena/rathena/tree/master/npc/custom
    1 point
  3. Version 1.0

    3519 downloads

    Hello, I made these wings for VHXRO, a server which is now closed since 2007. These are old sprites. Actually, my first wings. I am releasing them for free. I changed my mind because they're a bit old and I'm note sure they should be sold. In exchange, please talk to the "ragnarok people" about my palettes pack & services ! The pack contains sprites (female and male), sprite icon, bmp icon, and collection picture. If you have a problem please let me know! Hope you enjoy, show me screens of your server using it! Thanks you.
    Free
    1 point
  4. 443 downloads

    ---- File Info ---- This File Includes: Antiquity Wing's Spr and Act File BMP Item Icon BMP Collection Icon Inventory Spr and Act File ---- Rules ---- 1. Do not claim my work as yours. 2. Do not remove or alter my signatures/watermarks within the sprites and all associated files. 3. Credit me if you use my work as a base. 4. Do not edit or alter my sprites in any way without permission from me. 5. Do not distribute my sprites on any file hosting sites.
    Free
    1 point
  5. 449 downloads

    Made by Unmei
    Free
    1 point
  6. Version 1.0

    548 downloads

    Original Author: Dan Description: Hat of Jake the dog of adventure time. Enjoy!
    Free
    1 point
  7. Version 1.0

    652 downloads

    the helmet of pegasus first armor enjoy.
    Free
    1 point
  8. Version 1.0

    733 downloads

    Dragon helmet first armor of shyriu enjoy.
    Free
    1 point
  9. Version 1.0

    746 downloads

    For more visit: http://pixeljubilee.com/ Terms of Use: http://pixeljubilee.com/terms/
    Free
    1 point
  10. here is my atcommand.c /*========================================== * @rura, @warp, @mapmove *------------------------------------------*/ ACMD_FUNC(mapmove) { char map_name[MAP_NAME_LENGTH_EXT]; unsigned short mapindex; short x = 0, y = 0; int16 m = -1; nullpo_retr(-1, sd); memset(map_name, '\0', sizeof(map_name)); if (!message || !*message || (sscanf(message, "%15s %hd %hd", map_name, &x, &y) < 3 && sscanf(message, "%15[^,],%hd,%hd", map_name, &x, &y) < 1)) { clif_displaymessage(fd, msg_txt(sd,909)); // Please enter a map (usage: @warp/@rura/@mapmove <mapname> <x> <y>). return -1; } mapindex = mapindex_name2id(map_name); if (mapindex) m = map_mapindex2mapid(mapindex); if (!mapindex) { // m < 0 means on different server! [Kevin] clif_displaymessage(fd, msg_txt(sd,1)); // Map not found. if (battle_config.warp_suggestions_enabled) warp_get_suggestions(sd, map_name); return -1; } 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. } if (map[m].flag.nowarpto && !pc_has_permission(sd, PC_PERM_WARP_ANYWHERE)) { clif_displaymessage(fd, msg_txt(sd,247)); return -1; } if (sd->bl.m >= 0 && map[sd->bl.m].flag.nowarp && !pc_has_permission(sd, PC_PERM_WARP_ANYWHERE)) { clif_displaymessage(fd, msg_txt(sd,248)); return -1; } if (pc_setpos(sd, mapindex, x, y, CLR_TELEPORT) != 0) { clif_displaymessage(fd, msg_txt(sd,1)); // Map not found. return -1; } clif_displaymessage(fd, msg_txt(sd,0)); // Warped. return 0; }
    1 point
  11. Version 1.0

    981 downloads

    This Custom Weapon is design by me. A simple click of green reputation will be a deep thanks and appreciation have a nice day guys! For image of how it is looks like kindly visit my thread at Spriting & Palette Showcase
    Free
    1 point
×
×
  • Create New...