Jump to content

anacondaq

Members
  • Posts

    1096
  • Joined

  • Days Won

    40

Everything posted by anacondaq

  1. Something like that, but not tested. OnTimer3000: .@map$ = .pvp_maps$[$@current_pvp_map_index]; // just to make it more readable. .chat_text$ = "[ PvP Map "+ $@current_pvp_map_index +"[ "+getmapusers(.@map$)+" user ] ]"; delwaitingroom; waitingroom .chat_text$ if($@current_pvp_map_index > getarraysize(.pvp_maps$)) { $@current_pvp_map_index = 0; } else { $@current_pvp_map_index++; } initnpctimer; end; OnInit: setarray .pvp_maps$[0], "map1", "map2", "map3"; $@current_pvp_map_index = 0; initnpctimer; end;
  2. @sader1992 yea, I understand this. That why I have so mixed feeling. Especially when I did a report about many dupes in the past and almost all of them secretly fixed without any noize. ?
  3. I hope you're right. Because I remember when leaking critical problems to eathena announces category (on forum) gives only negative effects and critical exploits popularized by ea stuff and used very frequently almost on all servers for months without any problems by simple players, while administrators did not upgrade their emulators or did not even simply knew about these exploits for dozens of reasons (customizations which make not compatible latest svn revision with their own changes (too much work to make it compatible (exactly like it is now)). Hope nobody will be affected by this bug. ?
  4. I do not know how to react to this topic. From one side: "thank you very much for your work and the commit", from another side: "hey, is not you just pointed to lines which is bugged for hackers to exploit this bug with 3rd party toolkit, and knowing where exactly the bug is?". Mixed feelings.
  5. This is because of old, bugged, and very dangerous (because can corrupt memory easy) libconfig. You can't do anything with this, only devs can.
  6. This is not a problem of the package mentioned by you above. The problem with ItemInfo.lua itself. It's bugged and pushed to release from zack repo. I had the error too, something wrong with the same lines, or encoding, or I dunno remove an item (whole item) above the line where you have the error, and everything will work fine. Also SDE have problems with ItemInfo.lua too (I do not remember which version).
  7. This. Have someone read aegis sources? I did, they have a business plan on each item drop from any monster. I'm not kidding here. I think they did the best thing what they can do for 18 years old game. Next step will be - lowering session time, and rebuilding players sessions to short gameplay but with more abilities of the RO with wipes of the game servers time to time.
  8. ? Update 27 April 2019: upgraded emulators to actual hash: https://github.com/rathena/rathena/commit/21e7a35b729be8a9edafa6eb49e2e52060e09ff4 upgraded client-side to actual versions upgraded and re-packed client files and also added some fixes to these grfs for common issues posted here or founded by me earlier tested AI for the game client, if someone wishes to share their own good working AI for homunculus - go ahead to the topic. OpenServer not updated to 5.3.0 version, because current one works just fine, and I'm lazy to upgrade it Instead of old customized (repacked with 7z) client, now used LATEST official kRO client updated up to 27 April 2019 (2.7GB) Minor small fixes here and there. All files repacked instead of SFX to winrar archives. So please use any tool like 7zip or winrar to extract these archives All files re-uploaded, new links posted already. Broken links fixed, and so on. Game exe re-patched with new NEMO patches, and tested, fixed visual issues, etc things. Summary: the package is stable and good for a long run. Use it. For a long time I will not update the package because of many reasons. For people who wish to upgrade your current (previous) version to this one -> please go to few pages back, I already posted earlier how to do that). Enjoy.
  9. Tested, works just fine out the box. Command used to compile 3CeaM: ./configure --enable-64bit && make sql Summary: no problems at all. works out the box and works perfectly good.
  10. Are you trying to compile rAthena source code with cygwin under windows, right? You can't, there are a lot of problems. Check my work here: My goal was to make a compiler to my another project posted on the forum for newbies, to have a portable compiler, but I got stuck (I did solved the problem for different emulators, but not for the rAthena). The problem with the emulator code itself. Yes, you can fix a lot of problems with cygwin, but at a final point you will be stuck with the code itself. I even tried to rewrite broken parts of the code, or windows / linux specific commands, dozens of warnings, etc on my own just to make it work, but even me, after around a week with tests and attempts - give up on it (again, with other emulators cygwin works fine). So, if you want to compile the rAthena emulator try to use MS Build Tools, or ideally visual studio.
  11. open skill.cpp Find case MO_BODYRELOCATION: if (unit_movepos(src, x, y, 2, 1)) { #if PACKETVER >= 20111005 clif_snap(src, src->x, src->y); #else clif_skill_poseffect(src,skill_id,skill_lv,src->x,src->y,tick); #endif if (sd) skill_blockpc_start(sd, MO_EXTREMITYFIST, 2000); } break; Replace to: case MO_BODYRELOCATION: // Block skill usage while you have SC_SPIDERWEB status if(sc&& sc->data[SC_SPIDERWEB]) break; if (unit_movepos(src, x, y, 2, 1)) { #if PACKETVER >= 20111005 clif_snap(src, src->x, src->y); #else clif_skill_poseffect(src,skill_id,skill_lv,src->x,src->y,tick); #endif if (sd) skill_blockpc_start(sd, MO_EXTREMITYFIST, 2000); } break;
  12. Neoncube neat patcher. Thor have dozens of issues like ssl support, like IE6 background, and many many more...
  13. Looks like you did edit manually by yourself default config files inside /conf/import folder. Sorry, I can't help you with your issue. Try to use original version and learn how is it configured and not need to touch config files. Also, make sure that you're running OpenServer. Hi. Add these instances by yourself. It's easy (if you can find these instances). The emulator inside the package always up to date, and have tools for people who use this package to manually upgrade emulator or client-side by themselves. Even guide and video show it. Try to run x86 is it work for you? If still not, try to optionally install https://www.sendspace.com/file/e5lg17 (redistributables (different versions)). Might help, but I'm not sure, first time see the error.
  14. I do not know about x86, because long time not using it. I stick to x64, but release builds compiled for x86 platform. What about VS, try VS 2017 for example.
  15. https://rathena.org/board/topic/109823-ragnarok-online-complete-offline-server-client-pack-2019-make-your-ro-server-in-less-than-5-minutes/
  16. the profile and all patches inside exe/ folder in NEMO folder in your misc files (05 folder).
  17. https://annieruru.blogspot.com/2019/01/classchange-npc-shown-only-to-certain.html
  18. athena-start script bugged, I can confirm this and this command can provoke issues with several servers running at the same time (two login servers, two char servers, or even two map-servers or more). You must make sure that you running only one server at one time. Optionally, I recommend to try to follow next guide: https://gist.github.com/anacondaq/3eae8e4afb5d3c3880d08b95b2c54b78 this guide super friendly for newbies and you can visually control which servers are running and always easy to track where is the problem.
  19. not sure about this, really, because even to me this is confusing thing. Yes, looks like it is v5, but I'm not sure... Need to verify and check it on the github of zacks work. Hi, https://gist.github.com/anacondaq/3eae8e4afb5d3c3880d08b95b2c54b78 try this one. And also very interesting, why link died (old one). Anyway, thank you for the report.
  20. NEMO, all inside the package. And inside the NEMO folder you can find applied_patches.log file which can be used by NEMO to apply all patches what I did applied to the exe.
  21. readme.txt there is a guide how manually update. Or watch the video. No, sorry, I do not know how to help you. Read the first topic header (first post in this topic by me) and follow each link. And you will find the answers to your question. No. You need recompile the server-side for using with this. And turn off your hexed exe packet obf. I do not understand what do you want. You need to change <servicetype> and <langtype> inside your clientinfo.xml inside your data/ or grf files. To values from here: https://herc.ws/wiki/Clientinfo.xml https://github.com/rathena/rathena/issues/3479 I think this is rAthena bug. But I'm not sure. https://github.com/rathena/rathena/blob/master/db/re/skill_db.txt#L1197
  22. Hi, not sure if it will help you, but at least worth trying: http://forum.ratemyserver.net/guides/guide-force-to-use-nvidia-graphics-card-instead-of-intel-on-your-any-laptop/
×
×
  • Create New...