Jump to content

Chaos92

Members
  • Posts

    1826
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Chaos92

  1. backup database : mysqldump --opt --user=root --password=xxxxxxxx ragnarok > backup.sql then import mysql -u root -p ragnarok < backup.sql
  2. 1. Copy your rathena server file folder 2. Paste in your new VPS 3. Backup your phpmyadmin/mysql database. 4. import/export database to new VPS 5. change clientinfo.xml IP to latest VPS IP.
  3. Hello. Anyway I can reset skillpoins and stats regarding to their levels ? (default level of rathena for base and job level) The problem is when im updating from november git to current git , i run upgrades sql and what happen is some characters are having skillpoints issue. Example : 3rd job/2nd job skillpoints are gone and skillpoints become 0 Client 20150411 Will try to use backups before I upgrades sql-files to check again. But if there is any way to reset skillpoints and stats regarding levels can comment below
  4. Download it here : https://github.com/rathena/FluxCP
  5. https://github.com/rathena/rathena/blob/master/npc/custom/warper.txt remove any maps that u want to disable
  6. if you are so sure about the db are correct, then try restart your server.
  7. I didnt said u need to add that packet_keys its its clearly packet_ver: 45packet_keys_use: 45 only.
  8. If your database details correct : in putty, type 'ps -u root' and enter (if you are using root user) it will show u the list of processes, make sure there is no multiple char-server , map-server, or login-server processes that ongoing. IF there are multiple processes for any of that process listed above ... REBOOT your VPS might be because of you start server many times or have some processes that 'stuck/hang' solution : login vps , type 'reboot' and enter. vps will be restarted. Wait for a minute and login again , and start your server.
  9. 1. src/config/core.h Make sure you diff your clients enable obfuscation packet or not. Then recompile 2. db/packet_db.txt packet_ver: 45 packet_keys_use: 45 restart server
  10. Hello ! How about signature and avatar ?
  11. Make sure your clients are compatible with your data folder. Client Resources : https://github.com/zackdreaver/RO-Clientresources For Renewal : https://github.com/zackdreaver/ROenglishRE For Pre-RE : https://github.com/zackdreaver/ROenglishPRE Thanks to @zackdreaver !
  12. Your own controller should have instruction to remove the original agit controller. //===== Additional Comments: ================================= //= Be sure to disable the default agit controllers! //== npc\guild\agit_controller.txt //== npc\guild2\agit_start_se.txt
  13. its good if u can attach your accessoryid.lub/lua and accname.lua/lub. Check the errors. Error: [string "buf']:1034:'}' expected(to close'{' at line 1) near '=' Error:[string "buf"]:3: attempt to index global 'ACCESSORY_IDs' (a nil value) and give us the errors screenshot
  14. u can add the skill list in skilldamagedb.txt https://github.com/rathena/rathena/blob/master/db/skill_damage_db.txt read on how it works on certain groups/maps. First, make sure you already uncomment //#define ADJUST_SKILL_DAMAGE in core.h https://github.com/rathena/rathena/blob/master/src/config/core.h Dont forget to recompile your server.
  15. use 12622 item for mount. all jobs can use that item.
  16. 1. Yes you can. Just make sure that Hosting you choose can open ports so that your CP Flux can shows login, char and map server status 'ONLINE' 2. You doesnt need to do anything with servers. Just use your VPS IP in clientinfo.xml for server login connection. 3. Prepare VPS Details eg: username, password, database name since you will insert MYSQL details in Flux config/servers.php . And Also add users in privilleges in your phpmyadmin or any database manager that you use if needed.
  17. first server in rathena1 folder second server in rathena2 folder run map,char and login in rathena1 run map and char in rathena2
  18. " How about on register sir there is no option where i can type an information about the account i want to register " the files in theme/default/account/create.php if that files blank then he will receive that thing.
  19. use ip 192.168.1.3 ? use your WAN IP and make sure they are in the same wireless network
×
×
  • Create New...