Jump to content

NilDigit

Members
  • Posts

    5
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by NilDigit

  1. Updated 24 August 2016, rAthena Commit f8a8c9fe798c315a3a340eb5a484d275c5c543b2 https://github.com/rathena/rathena/commit/f8a8c9fe798c315a3a340eb5a484d275c5c543b2 Thank Yonko for fix warning.
  2. Updated 10 August 2016, rAthena Commit 5fcb3bff058cf2268328aee8b74874acb896216b https://github.com/rathena/rathena/commit/5fcb3bff058cf2268328aee8b74874acb896216b
  3. Updated 8 June 2016, rAthena Commit 98fdf31fb33746261d19d701ea2dcbee7ee73730 https://github.com/rathena/rathena/commit/98fdf31fb33746261d19d701ea2dcbee7ee73730
  4. original by Napster ( https://rathena.org/board/topic/97889- ) equivalent ExtendedVendingSystem_1.9.4_r15149.diff very recommend use clean server for this patch. back up your server first before patch and use as your own risk. Step 1: download patch.diff and place to rAthena working directory. Step 2: in Git Bash, browse to rathena directory (cd command) and execute this command. patch -p1 -l < patch.diff or git apply patch.diff result should be. Step 3: migrate database by command. mysql --user=dbuser -p dbname < sql-files/upgrade_extended_vending_item.sql Step 4: re-compile. Step 5: start the server. test result with rAthena server commit "f8a8c9fe798c315a3a340eb5a484d275c5c543b2" (24 August 2016) Edit: Updated 10 August 2016 patch.diff
×
×
  • Create New...