Jump to content

Normynator

Developer
  • Posts

    292
  • Joined

  • Days Won

    16

Everything posted by Normynator

  1. Try only make, instead of make install
  2. The if statement should look like this: if ((.@amountPotion > .@amountBottle) || (.@amountPotion > .@amountHerb))
  3. Upcoming PiB release: 2018-09-19

  4. If you have control over the proxy you can tell the server to share the ip of the proxy instead of it‘s own. for your login scenario: I don’t think the proxy is bypassed, the server only knows the Ip of the proxy, how should he send an answer to the client ip directly? (That’s wrong if there is a client packet which contains the client ip but I doubt) for the char scenario: Same as above. If you have control over the proxy you can share it’s ip instead of the servers public ip. in both scenarios: if you don’t have control over the proxy (eg user uses the proxy) then non of the connections will be bypassed. You can imagine a proxy as something you hide behind, your communication partner does not know that you are not the proxy but sit somewhere behind it. This works as long as all your traffic (related to the communication with your partner) is „tunneled“ through the proxy.
  5. If you want see updates for your suggestion create a issue on github (check if it maybe already exists) https://github.com/rathena/rathena/issues
  6. That’s wrong, it is possible. Check the successrefitem script source. Its certainly not possible to do it without writing your own script command, as far as I know. but creating the command you want should be quite simple with the successrefitem as reference.
  7. Yes this is indeed an error on the recent commit. But this only occurs if the selected clientdate is below ~2014. will be fixed in this PR https://github.com/rathena/rathena/pull/4107
  8. Well as it says. The configuration is not allowed to access the MySql server. Possible reasons: - wrong username/password - not existing mysql user - for the given IP is not allowed. Since I hide your IP i guess its not localhost, BUT if your Mysql server runs on the sever as the fluxcp there is no need to set the public IP. Its better to only allow localhost connections to the database (if everything runs on the same server. If you have webserver and database on different servers its advisable to only allow the specific webserver ip to connect to the database, dont use a wildcard for allowed IPs.)
  9. also das ist ein Problem im Source, das ist hardcoded auf Max Level 50 immer wenn man „`int mapif_parse_GuildBasicInfoChange(int fd,int guild_id,int type,const char *data,int len)`“ verwendet. Ist aber jetzt bekannt und sollte gefixt werden.
  10. Nicht sicher aber vielleicht brauchst du noch ein Client diff. Ansonsten halt gucken dass du wirklich richtig kompiliert hast, sprich: ./configure make (genau Details im Wiki) ODER halt das cmake equivalent
  11. Equipment requirements can be changed in the database. Mob stats and behavior can be changed in the database. I would suggest to read the doc folder as well as the wiki (both can be found on GitHub) As for the IDE -> VIM
  12. You can easily change the itemscript in item_db
  13. There is no reason to reinstall. That’s not really a good suggestion... unsupported packet can be due to wrong client date, or enabled/disabled packet obfuscation. For the script errors check the npcs.
  14. You have to use one of those: BL_PC - Character object (default) BL_NPC - NPC object BL_PET - Pet object BL_HOM - Homunculus object BL_MER - Mercenary object BL_ELEM - Elemental object Setting „3“ in getmapxy does not mean „screen area only“. if you want „screen area only“ set .Party = 3. Sorry for the ugly formatting. Copy paste is weird on mobile.
  15. Normally git creates a folder based on the repo name. So there is no direct need to specify a path. That is not a rAthena problem. Your problem is related to git. I would suggest using some google. For example: https://stackoverflow.com/questions/8644947/git-http-request-failed
  16. Why would you use old and no longer supported Windows OS? ?
  17. Das ist ja nett, good Luck und so.
  18. Der Guide sieht doch sehr detailliert aus. Vielleicht kannst du nochmal erklären welchen Schritt genau du nicht verstehst.
  19. You are using v1, v1 is no longer supported. Please use v2 (https://github.com/Normynator/roCORD)
×
×
  • Create New...