Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/11/14 in all areas

  1. Grf-extractor This is a command line tool GRF extractor, written in Javascript, using roBrowser's standard grf libraries. You will need to have Node.js installed to run this tool. Once installed, you can easily install it with the npm (node package manager). Once npm is installed, run this command on your shell/terminal. $ npm install -g grf-extractor #Install $ grf-extractor -h # Usage guide $ grf-extrator -g data.grf # Extract the entire grf to the current folder Npm: https://www.npmjs.org/package/grf-extractor Git: https://github.com/herenow/grf-extractor Not sure how its performance compares to the standard grf C libraries, would be nice if someone compared it There are still some stuff todo, and please report any bugs or performance issues.
    1 point
  2. try change warp to these while( !checkcell( strnpcinfo(4),( .@x = rand( 1,300 ) ),( .@y = rand( 1,300 ) ),cell_chkpass ) ); movenpc strnpcinfo(0),.@x,.@y;
    1 point
  3. I have 2007 version of eAthena and it has a working @itemreset command.
    1 point
  4. @delitem <item> <quantity> or @itemreset
    1 point
  5. Follow this guide; https://github.com/rathena/rathena#3-installation-
    1 point
  6. This patcher was edited from DarkThorPatcher by Miland from download section need some sugguetion thanks. Updated This is the older
    1 point
  7. I just downloaded SprConview. When you use "Bmp to Spr", uncheck "Encode (enabled for almost all sprites)". It should work fine. If not, upload the sprite... it's much easier to locate the issue with the actual file. (... on second thought, I think I went into way too much details lol... but hey, you said you wanted the reasoning!)
    1 point
  8. it should be enabled by default case 0: Job_Menu(1,2,3,4,5,6,23,4046,24,25,4023);
    1 point
  9. Well funded? Just go with the professional hosting. But If you want affordable hosting just go with the Trinity or Wanhosting.
    1 point
  10. new item with bonus to remove required item. like, a card with bonus desc "This item remove xxxx item from all skills that requires xxxx item" ? bonus bNoRequireItem,<itemid>; here u go, bNoRequireItem-rA.diff If you interest to donate instead pay for it. feel free to contact me. Released on: bSkillNoRequire, bSkillNoRequireItem, bNoRequireAmmo
    1 point
×
×
  • Create New...