Jump to content

anacondaq

Members
  • Posts

    1096
  • Joined

  • Days Won

    38

Everything posted by anacondaq

  1. remove (but backup first) dininput.dll, dininput.ini, in the opensetup (on last tab) select reset all options. And try again.
  2. https://rathena.org/board/topic/109823-ragnarok-online-complete-offline-server-client-pack-2018-make-your-ro-server-in-less-then-5-minutes/?do=findComment&comment=320187
  3. Just my opinion: you are a very good mapper mate.
  4. You need download and install Microsoft C++ Redistributable package. https://www.sendspace.com/file/ozam73 download and just run it, it will install all required libs, then run emulator again. Or you can manually download each version from Microsoft website and install it. But in the package above all versions since 2005 up to 2017
  5. https://github.com/rathena/rathena/blob/master/doc/packet_interserv.txt
  6. Hi, sorry, but the package will not work for x86 systems (32bit) due to many factors and reasons...
  7. Go to config/ and open file error.php Change line: $showExceptions = false; // Whether or not to show exceptions (only applies to error.php) to true from false Now try again, it will print more detailed information what is going on.
  8. The problem is not related to the package, and I usually do not support openserver problems. But in this case, try next: Run OpenServer (red flag) Click on the flag, go to settings On settings window select Modules Tab http change to nginx from apache. Like on screenshot php you can manually change too do not touch mysql, different mysql versions = will not know about your database, and you will have errors on starting your rathena server, because of changed mysql version. So please do not touch mysql part. Now restart, and everything should work fine
  9. You need to modify a GRF with higher priority (which have a lower number). This grf with a lower number in data.ini will overwrite all files (if the same) in grfs which loaded with a higher number.
  10. Different packetversion. You can't connect from different clients to the server-side which is pre-compiled to some packetver. Packetver = client-date with it features. Different clients support different features, have different things, etc.
  11. Hi. data.ini is a file where order what GRF's will overwrite original data.grf. [Data] 1=palettes.grf <----------- this GRF will load LAST and will overwritet myserver.grf + data.grf sprites / acts, etc 2=myserver.grf <----------- this grf will OVERWRITE data from data.grf because it will load AFTER data.grf all customs must be added here 3=data.grf <----------- this grf will load first by the game client it contains all data inside (basic from RO client) What does it mean? Usually, RO admins create their own grf which they put in higher order (for example 1=myserver.grf) where they add their custom content and do not touch data.grf. Because data.grf by default have tons of sprites, and images, and content which is required by RO, and all your custom stuff (wings, etc) need to add to GRF with lower number in a queue in data.ini. So you need edit only myserver.grf , because it will contain all your data, and will overwrite data.grf Sounds confusing, just read text box above, and you will understand what I wish to explain, it's easy.
  12. I don't know. On my side, I can't confirm the issue. Looks like you do not have copied all files when extracted the OpenServer from the archive, or some of the components got broken.
  13. You don't provide enough info. Your server is not running at all (emulator) as far as I see on the screenshot above.
  14. there are two ways. Run OpenServer (green flag), click on it, find Phpmyadmin, open it, login to phpmyadmin (login root, pass - empty (no password at all)), select your database at left bar, then click on "SQL" tab on top, and enter next there update `char` SET head_top=0, head_mid=0, head_bottom=0 WHERE `name`='YourPlayerName'; Replace "YourPlayerName" in the line above. It will set no headgear for your players when you will log in, but they will be equipped. Then when you just logged in, do command @storeall, or @dropall Second way: Repair the item sprite with Server Database Editor. Find your item what you have equipped, and press CTRL + G. Save, and log in to the game to test.
  15. extract from rathena_resources.grf clientinfo or sclientinfo.xml and copy-paste it to data/ folder of your game client.
  16. yes something wrong, this is incorrect behavior, you should be able to log in and play. Try to remove _M or _F at the end of account it's work by default and all data stored in mysql database (openserver (green flag) that why you need to run it to make emulator work) original RO client in Korean, English translation done via volunteers. Right now you have up to date files available from the community. If there is something in Korean, I'm afraid, but it's not will be fixed until you will translate it by yourself via a translator.
  17. Flag green? Emulator running? No errors in console windows (lines starting [DEBUG] or [ERROR] equals to errors). open data/ folder and check that the folder is empty. try to read posts in the topic about failed connection and process hacker and network tab, might help you too.
  18. Ah, I think I know what It might be. A new format for quest info display, new lub/lua files... I dunno how can I solve it, but will check when will have a free time.
  19. This is the Korean language, not Chinese. Korean is the original language of files in the game client, which is translated by volunteers (links to their projects you can find in readme.txt). But this is strange, usually, almost all quests translated to English language. Please try to remove rathena_asheaf.grf from your RO folder, and check again your quest window.
×
×
  • Create New...