Jump to content

Tydus

Members
  • Posts

    40
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Tydus

  1. Hello! Check this item: https://ratemyserver.net/index.php?page=item_db&item_id=668&ird=0 It's similar to what you want.
  2. I guess it's the new Land Protector behavior. It did receive some changes after renewall. Update to the latest rAthena and use the option i've pushed at https://github.com/rathena/rathena/commit/58e82dc14978461268352c3db04a5965ad75d240 Just ignore me if you're not talking about it.
  3. Hello! Have you tried running the Setup as administrator? Also, maybe you're using a broken build/version of Setup which is not compatible with your client. About the other issues, I can only recommend using latest version of NEMO.
  4. Have you tried @allskills? Are you sure you have mastered Gypsy skills? It might be related to Luafiles issue...
  5. Hello! Please, instead of keep spamming "up" could you detail more about the issue? Are you using rAthena latest version? Did you make any custom source modification that could have impact on it? Did you consider trying with a non GM account? What client version are you using? Are you using Pre-renewal or Renewal? You need to provide every information about your problem so we can help you.
  6. Hello! You must provide more details so we can help. Did you check the skill conditions? (Target should be in the same party, have 10 or 15 levels difference between caster and user, etc) What other skills cannot be used? May you quick list all of them?
  7. I might be mistaken but the job name translation is now hard coded in 2018+ clients instead of reading from a lua file. About the status icon and skills translations, it's possible to edit by editting lua files.
  8. Hello, loolp. It's recommended that you report the possibles issues registering a new issue into the rAthena github. Also, please get more details about those issues before doing so. Details like: Client date you are using, possible modifications that might cause the issues and how to reproduce each of them. It will makes way easier to the community to help with the solutions. Registering a new issue quick guide: Step 1: Open https://github.com/rathena/rathena/issues link. Step 2: Click in "New Issue" buttom and then fill the form. IMPORTANT: Read the instructions written in the description before overwritting it.
  9. O map-server mostra algum log de erro com o script?
  10. Tydus

    Error Source

    Did you make any source modification ? It seems like you've made modifications and it's just to warn you that something is not okay. Also, read what the console is telling you. It's easy to see that something is not right on battle.c line 7632.
  11. The emotion is related to the @NPC_EMOTION skill from monsters. Some of them use it when looting or chasing or even idle. Maybe if you comment the skill ( from mob_skill_db ) might solve your problem.
  12. Hi there, Community. After a long time i decided to start a new Project on rathena and got trapped when installing and setting everything up. The server can be turned on manually ( executing char_server.bat, login_server.bat and map_server.bat ), but i got something i've never see when executing the Runserver.bat. So my question is: Did i make everything wrong or is it some bug that have to be fixed? Issue description: Runserver.bat is not running the login, char and map .server bat files properly. Occurring in the latest rathena version; Windows 10; When executing the runserver.bat images below.
  13. In src > map > skill.hpp, search for MAX_SKILLUNITGROUP. It's set for 25 in the official release, which allow a player to land 25 skill units on the ground at the same time. If a 26th is casted, the last one landed will disappear. Since rAthena fixed the source issue related to it i guess it's fine. I can't double check if this is enough cause i'm not at home right now reply me later if not.
  14. I solved my problem modifying the max ground skills unit at rAthena source. Since each meteor counts as an unit, you need to change the max unit limit for ground skills so it won't cap the meteors when you spam it.
  15. About the value i'm using. As my server is a Golden times low rate with custom modifications and implementations, i've configured it to 35 meteor's falling at the same time since the cast in my server is not that fast so players aren't able to spam more than 5 meteor storm skill . If you intend to allow players to cast faster, you should look for a higher value, like 50 or even more. Just balance it according to your server info
  16. Check out my post : You can see the comparisons i've made with rAthena and Hercules emulator. Some code lines may be diferente since the emulator's are not equal but you may be able to solve your problem as I did
  17. I have experienced this "issue" before. Just check the max floor cells range for the meteor storm skill. Normally it's 30, so if more than 30 meteor's are landed, next meteor's will start to cancel previously one's and then you have no damage at all. So, just increase the range and you'll be fine.
  18. Hi there. I apologize in advance if it isn't the right place to post it. My question is about the interface in cliente 2015. I will be posting a screenshot so you guys can see and I would like to know how can i solve this. Is it a cliente problem related or I can edit it? If so, how can I do that? Thanks in advance . Solved: It's the msgstringtable.txt inside grf. Mine was outdated.
  19. So, i did check every single code line you sent me and they are all fine. everything exactly how you sent me and still having this problem. Should i delete my rAthena server and build it again? I really do not understand why it's happening =(
  20. Yeah, according to my MAX_SKILLTIMERSKILL it should work well but it's not; How can i set up my client to shows UNT_DUMMYSKILL? Just tell me exactly what code you just want and i'll show you. I built that rAthena server this year with the latest git version.Is it possible to it to have an older implementation of that skill? D:
  21. Hello everyone again I had already brought up this issue but seemed like it was not clear so i'm posting it again with some videos i did record and i'll explain again what's the issue. [Issue information] [Pre-renewall] Meteor storm is supposed to stack when you spam it but somehow, on rAthena emulator, it starts to cancel previously Meteor's when you spam. In short, you can only spam the skill 4 times because when you use it the fifth time, the first skill will be canceled. Also, as the skills get canceled when you spam, it will mostly deal NO damage if you spam very quickly. Check it out on the video. rAthena Meteor Storm Part 1 rAthena Meteor Storm Part 2 Also, to compare and show you guys how should it work, i recorded a video on the HerculesWS emulator. Notice I use the skill right side and then spam it left side and even spamming, the meteor's keep falling until the end of the skill duration. Check it out in the next video: Hercules emulator Meteor storm behavior db/pre-re/skill_cast_db.txt db/pre-re/skill_db.txt That's all. I've been trying to solve it but no success so i'm here to ask you all for help. [Important] I'm not sure if it's the right section to post that kind of issue so my apologizes if it's not. Thanks in advance
  22. Using the first structure i can get the correct numbers of meteors by the skill level, but when i spam it, i'll just deal no damage because they start cutting off after the fourth skill cast. And using the new adjustment you send me, the numbers are just messed up..
  23. Now it only drop 1 meteor at any skill level. ( lv 10 skill should drop 7 meteor's )
  24. Hello everyone. I'm not sure if it's here the right section to post it and also if it was ever noticed before. I've noticed i possible issue today on my personal ragnarok online server that is about the skill "Meteor Storm". The issue: It's only stacking 4 skills at the time. I made some test's and if i cast Meteor storm very fast in a short time they just cut the previously cast's. What do i mean? For exemple: If i cast 4 meteor storm it will be fine, they will stack and deal damage but if i cast the fifth meteor storm, the first cast get cut off. So when i spam it very fast.. the cast's start cutting each other and the skill not even deal any damage. Does someone can help me about it?
×
×
  • Create New...