Jump to content

Rynbef

Forum Moderator
  • Posts

    795
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by Rynbef

  1. It the most u add it manually and the console output should give small introduction what's wrong. I'm crtly can't help by src modifications. Sry Rynbef~
  2. I think u have to add it manually and try it. Rynbef~
  3. Just Init an NPC Timer that trigger a label. https://github.com/rathena/rathena/blob/26335994588c4b45846c05d0e53780ead78e475c/doc/script_commands.txt#L7169 Rynbef~
  4. It seems rly like u have to small spec. Compiling can take a time and specifically larger files takes longer and can crash the compiling. As example I had a server 2014 and 2 GB RAM/2 cpu cores (3ghz es). It takes much time but it works. Now if u don't have 4 GB ram/3 cores(3-4ghz) CPU it won't rly work. As example my test Server is a dedicated server from OVH. I've 64gb ram/ 4 cores/8 threads (Intel Xeon E5-1620v2 - 4c/8t - 3.7 GHz/3.9 GHz) and the compiling takes 2 minutes. rAthena is a huge project with thousands of code lines and in all the years it increases so heavy and of course it takes time and may crash if ur spec to low. Rynbef~
  5. Take a look to an other sprite with sounds and then u can compare it. Rynbef~
  6. It's so amazing. Really great idea a very good alternative to woe or battleground. The doors who slide open/close are rly cool. It's the old office of the HQ of X? Formally known as Twitter? *Joke* Rynbef~
  7. Go to db/re/skill.yml or db/pre-re/skill.yml under ID 78 u find "Hit: Single" change to "Hit: Multi_Hit" and add following line above "HitCount: 3". Replace 3 with how many hits u want. That's should it be. Rynbef~
  8. I don't think u need to use an old version. rAthena as example supports older versions and is more stable as the old revisions. But u have to try if rAthena works with this old client. Maybe u need some source modding. Rynbef~
  9. The error tells u that the function *rand have to be greater than -1. The attached file isn't available. Unfortunately I can't take a look therefore. Rynbef~
  10. It's because ur database files doesn't support the max level. U need to add lines for each level in the files. As example experience needed for each level or statpoints and else Rynbef~
  11. The error tells everything u need to fix it. Replace the files with the official rAthena files related to ur used version. In my opinion the files doesn't support level 255. That means there missing some lines for the level. //Edit U need for each Level a needed experience value. In the past some files with up to level 1000 was released but I can't find it anymore. And u use an older rA version. Rynbef~
  12. U can create a NPC and use the OnPCBaseLvUpEvent and check the Class and afterwards the Level and do ur stuff. Set a permanent character variable to 1 after this. As example #Rebirth. OnPCLoginEvent check this variable too. Now u can decrease the EXP with sc_start and a timer. Or set to a group like the VIP System. Rynbef~
  13. Maybe u can create a 3d object of this 3 files. @Borf and @Olrox are one of the expertised of the community I think. Rynbef~
  14. It must exactly FF00FF and have to be bmp Rynbef~
  15. Pls add to pull request. Rly nice, thank u Rynbef~
  16. Maybe u can add an option to generate an item DB for SQL too. Would be nice Rynbef~
  17. Please write in english in this sub-forum. If u want to write in Pt_Br u've a seperate section. There are a lot tutorials about adding mobs or pets in rA. Por favor, escreva em inglês neste sub-fórum. Se você quiser escrever em Pt_Br, você tem uma seção separada. Existem muitos tutoriais sobre adicionar mobs ou pets no rA. Rynbef~
  18. U use the client hash function? U should add a hash of ur client to the login_athena.conf maybe that's the issue. And yes clientinfo==sclientinfo Rynbef~
  19. Nice feature. I don't need to add my 1050 customs myself. Thanks for sharing Rynbef~
  20. May be dependents on Clientinfo Rynbef~
  21. Yes ur right. I think every newbie can now create a local server. Good work! Rynbef~
  22. U can use areamonster. Idk if the monster only available to walk in this area but every monster spawned gets an uid and un can check the position. If it out of the position u could kill and respawn them. Maybe it's easier. Rynbef~
  23. Add a getmapxy and check for the range by if statements. If Player ist out of the zone reduce HP and sp. Rynbef~
  24. Remove everything on this Label https://github.com/rathena/rathena/blob/f34a47ae24b6e96e2d68d03cb0bdc7dc3dbee74c/npc/custom/woe_controller.txt#L32 Rynbef~
×
×
  • Create New...