Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/21/17 in all areas

  1. 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
    1 point
  2. A guide as to help you create your own test server. Please know that I won't be accompanying you as you're making this, this is just a guide, and if you follow this guide smoothly, then you won't be having any problems then. Please know that I will not answer any questions that can be searched in the search function. Again, this guide is a full package ― guides with pictures. Please read carefully, follow the guide thoroughly. You want to have a test server, read the instructions. Also, this is just a magnification of the Wiki guide. What to download: - Please download them first. I don't want you guys to lose the passion because of downloading. Install msysgit and MS Visual Studio 2015, don't install but only download MySQL Workbench and MySQL yet, we'll tackle on that later on. NOTE: This guide follows the WiKi guide from rAthena. This topic is not to, any form, replace, change or etc rAthena WiKi guide. Good News: If you find this tiring and such please follow this topic instead. Click this link to go. However, if you're asking as why I'm still making this guide when there's this guide made by @Anacondaqq then, I just want to finish what I started. Anyway, this is a very, very long long guide, so if you're really excited, then please refer the link above. A. Transferring rAthena server files to your personal computer. B. Building solution using MS Visual Studio *insert version*. C. Building connection to your server files to your address. D. Follow up configuration for connecting your server to your personal computer. E. MySQL Installation F. MySQL Workbench Installation G. Installing files to your MySQL Workbench H. Applying log schema to your MySQL Workbench
    1 point
  3. Why would weapon damage affect it when the damage is based on your MaxHP instead of ATK? Anyway you can change it to whatever you want in battle.c: case PA_SACRIFICE: wd.damage = sstatus->max_hp* 9/100; wd.damage2 = 0; Cards affecting damage you can all define in skill_db, no code changes needed for that.
    1 point
  4. yes, this is exactly problem of freezes. This happened when you turning off OpenServer incorrect (like fast reboot, while data not completely saved, or something like that). Try to repair it manually (you already have phpmyadmin which will help you to do it). Or you can try to repair it with console (remember, you do not have mysql password for root user at all with OpenServer, so see screenshot below, it will show you can do it automatically for all broken tables) Run OpenServer, then click on Green Flag -> Advanced -> Console Inside console write: mysqlcheck -u root -A --auto-repair Press enter, and mysql will repair all broken tables have fun
    1 point
  5. Okay read, here is your solution: disable shadows in RO models. How? well you have to open your RSM file in hex editor and find this string: Change that 01 to 00, if you want to disable shadows in only that RO model, or change to 02 to add smooth shadows (very very useful in rounded models)
    1 point
  6. 1. If you're using linux then, download a copy of your mapcache.dat then open weemapcache and open your mapcache.dat. 2. Click FIle on Weemapcache then select your custom map's gat file then hit Save. 3. Upload your mapcache.dat to your svn (db/re or pre-re), overwrite the file. 4. Open map_index inside the db folder, then add the name of the custom map at the bottom, must follow the instructions there. 5. Same with conf/maps_athena.conf, you must add the name of the custom map and instructions should be followed there. 6. Upload all the custom map's files in your grf file(Your Custom GRF). After following these instructions, you need to re-compile and restart your server. Congratulations!
    1 point
×
×
  • Create New...