-
Posts
1096 -
Joined
-
Days Won
40
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Everything posted by anacondaq
-
it's works with linux (tested 1+ year ago). Install wine & other required by GRF Editor software. Or try to run it with mono.
-
no, there are no ways without source edits
-
I can't find at google drive upgraded kRO full not divided by parts archive, try link above, i hope it will helps. very complicated problem, there can be a lot of different sub-problems related to lan network configuration, firewall rules, lan setup, etc. Main idea in next: try to setup server on some server at your lan network, and be sure that ports are opened for the server and other PC's in network can see these opened ports, then change in clientinfo.xml ip address to your server lan ip, and try to connect from any lan pc to your server in your lan network. I don't know, some renewal content not added to latest Rathena.
-
This is very strange issue. Because if i open Gravity data.grf, i see all images in normal rotation. But if i open different grfs, i have different rotation (it's happened randomly, and very strange problem). Here is grf with light effects https://mega.nz/#!rIQExSAB!UpsT5hPTT8QLkm2B1VlntdNVyvYlbmVtRxxTJItT-Bk
-
Is it many .bmp cutin files, or gif support inside exe?
-
@Tokei 1.8.2, random problem with .tga image rotation in interface. Please check screenshot below: Problem #1 (.tga rotation in GRF Editor Iterface) Problem #2 when going to settings error Grf Version:
-
https://github.com/rathena/rathena/issues/1145
-
Hi, thank you very much for your bugreport. But i already know about the bug and already posted in the topic fix for it (but the fix not yet included to package, and i will add it with next update). Check this post: Main idea how it must works (like on live real production server). At rathena2017.grf in clientinfo.xml you set IP of the server where is hosted your game-server (emulator part). You must be sure, that you can see that ports of game-server host (6121, 5121, 6900) opened for all your internal network. Then just run emulator, copy-paste client to each host in your internal network, and play. If you stack, i can help you via PM, but it will be hard for me to find a time when i will be on (this is require chatting, forum platform is bad for it) I have not tested, but i think it will not work, because data.ini loads .grf files, not data folder, but try it, and maybe it will work for you. What about "read data folder first", i want to say that this exe in package diffed without "load data folder first" patch. You can manually diff your own exe and have "read data folder first" diff. For that you need to do next: 1. Go to and click on "Click and Download" button 2. Extract archive somewhere at your PC and run NEMO.exe, this is tool for patching kRO game exes via created by community diffs (diffs it's small modification (assembler changes)) in exe to enable / disable some functionality with kRO exe 3. Then you need to download CLEAN not patched 2015-11-04aRagexe.exe and extract it and place somewhere. For example you can download it from here: https://mega.nz/#!w84jRRjZ!iWjU1Qfsez_3nbTtqQuFWHsbda2IglPi7TBnzZWmJtI 4. Then load this clean game exe to your NEMO tool, for example from here https://github.com/zackdreaver/UnpackedkROclients or here is direct link: download clean 2015-11-04aRagexe 5. Then you can select different patches which you wish to apply to your exe, you can do it manually by clicking on different checkboxes (some of them will not work, some will), and read description what this patch is doing (i know, documentation very weird, so you need everytime to check manually in the game what the patch is doing for you). Or you can select "recommended" patches, or load profile. I strongly suggest you at first time just for creating 2015-11-04aRagexe with "load data folder first" patch to load pre-made by me profile for the exe which already in the pack. Recommend patchlist you can download from here (.log file with names of patches) Recommend Saved Profile 6. Just click "load profile" and select this .log file, then just click "OK, OK, OK" to confirm pop-up dialogues. 7. Then find "read data folder first" patch, and select it. 8. Then click "Apply Selected" and you will get exe in output folder with all patches selected. If you are lazy ass, i have prepared everything for you (.exe with Load Data Folder First). Here is download link: download 2015-11-04aRagexe with read data folder first patch (and not need to touch data.ini) Btw, i made wall of text not really for helping you, but to show how to patch exes and how it's easy when everything already made for you by community (ai4rei, Neo, etc guys which did really most biggest and most hardest part of work)
-
the problem with resolution or intel driver or wrong setup. You need do next for fixing client configuration: Download opensetup extract it to your game folder and run select your video adapter (not d3d), ex: Nvidia, or Intel or AMD (i don't know what do you have) change resolution Apply and OK try to run game client one more time If problem with intel driver (ofcourse if you have intel video adapter), just update it.
-
disable packet obf for game client.
-
1. open pc.c and find function called enum e_setpos pc_setpos(struct map_session_data* sd, unsigned short mapindex, int x, int y, clr_type clrtype) inside it, after m = map_mapindex2mapid(mapindex); 2. add code below: if( sd->bl.m == m && sd->bl.x == x && sd->bl.y == y ) return SETPOS_OK; 3. recompile the server, and test. Main logic, if player coordinates the same where need to warp a player -> then do nothing.
-
Can you show any example what do you want receive in result, and how it must looks like? (and for what, what are you trying to avoid (how reproduce)?)
-
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
-
everything looks like the problem related to packet obf. So, turn it off, and try again if you have a problem with equip switching. For that you need open src/config/core.h and turn off packet obf. Example: /// Comment to disable the official packet obfuscation support. /// When enabled, make sure there is value for 'packet_keys' of used packet version or /// defined 'packet_keys_use' in db/[import/]packet_db.txt. /// This requires PACKETVER 2011-08-17 or newer. /// #define PACKET_OBFUSCATION