Jump to content

Normynator

Developer
  • Posts

    292
  • Joined

  • Days Won

    16

Everything posted by Normynator

  1. https://rathena.org/staffapplications/
  2. Update your gcc https://stackoverflow.com/questions/12530406/is-gcc-4-8-or-earlier-buggy-about-regular-expressions
  3. https://github.com/rathena/rathena/blob/master/doc/script_commands.txt https://github.com/rathena/rathena/blob/master/doc/status_change.txt Example script: (in this case "Awakening Potion") { sc_start SC_ASPDPOTION1,1800000,6; }
  4. https://rathena.org/board/search/?&q=2018 client setup&search_and_or=and&sortby=relevancy http://nemo.herc.ws/downloads/2018-09-19aRagexe/
  5. checkidle hätte ich jetzt auch vorgeschlagen. Für das GM Level: getgmlevel oder getgroupid
  6. You can refer to this: http://www.cplusplus.com/reference/cstdio/sscanf/ Look at the return value description in order to get an idea on how to validate the result.
  7. „we tell the player the scammers exact address“ - you really value your Players privacy... You, as a server admin, have a responsibility for treating your players data carefully. Even if it is a scammer. Sentences (like the one i quoted) like this really shows that you are probably not suitable for the position of a server administrator. luckily it’s not possible.
  8. Gibt einen command dafür. @partysharelvl Andere nützliche commands findet man hier: https://github.com/rathena/rathena/blob/master/doc/atcommands.txt Wie man at commands aus Scripts ausführt kann man hier nachlesen: https://github.com/rathena/rathena/blob/master/doc/script_commands.txt
  9. Wahrscheinlich eine Kombination aus custom Status und ‘ner Modifikation von „unit_walktoxy“. oder halt statt dem custom Status ein custom Script command. Was immer man halt braucht?
  10. Ran into the error on CentOS7. Solution: Disable SELinux if enabled.
  11. Es ist wahrscheinlich deutlich einfacher, wenn du beim Login und Logout ein timestamp erstellst. Dann musst nur noch wenn der Char sich ausloggt die Differenz berechnen. Die berechnete Differenz rechnest du dann auf eine Char Variable drauf, die in der SQL DB liegt und fertig! Wenn jemand per command oder npc die Zeit checken will geht das mit dem timestamp ähnlich.
  12. New release soonish.

    Features: Discord addon & Player Guide (command /pib)
     

    grafik.png.3b844d80dd2583a7a0d625f84eb5c16a.png

    grafik.png.19fbc06f56a3ef32a0b9a3a4104b66d1.png

     

  13. The if statement is wrong. I guess it should check if there is only one player left not more then one.
  14. https://discord.gg/aMf32VN Da kannst du gern joinen, wir helfen immer gern.
  15. There are server which are much closer to kRO then iRO is. And playing on kRO isn’t much fun if you don’t know Korean.
  16. There is no point of keeping such things secret. Do never rely on security by obscurity. Update your server and you are fine.
  17. https://github.com/rathena/rathena/blob/master/npc/custom/card_seller.txt
  18. Add mich mal in discord, ist für mich dann deutlich einfacher viele, wahrscheinlich verschiedene Fragen zu beantworten. Und/oder join hier https://discord.gg/VkghtTh da sind noch ein paar andere deutsche, die schon mal ein Server gebastelt haben. Da kannst du dann alles fragen was du so wissen willst ? ~norm PS. Das gilt natürlich auch für alle anderen, die das hier lesen ?
  19. Release will also include support for 2015-11-04 and some ghidra scripts (for those who are interested in such things)

    ETA: ~Friday

    1. Normynator

      Normynator

      It is not compatible with Gepard. 

    2. Normynator

      Normynator

      Sorry I cant predict what closed source projects will do.
       

  20. There is no windows guide available. A patch file for a recent rAthena version was added by @sctnightcore. It can be found here: https://github.com/Normynator/roCORD/tree/master/diff/user_patches If you are using this project with a rAthena hash which is not available in the repository feel free to create a PR. It would be highly appreciated. ~norm
×
×
  • Create New...