Jump to content

Normynator

Developer
  • Posts

    292
  • Joined

  • Last visited

  • Days Won

    16

Posts posted by Normynator

  1. 4 hours ago, M45T3R said:

    Uh, you could get some inspiration with NovaExt

    https://www.novaragnarok.com/wiki/NovaExt

    I mean you're halfway there, but the "ping" and FPS feature is very cool ! Never seen that included before 🙂  neat

     

    Also newer clients? Like the Hercules ones, why? Well they have some new cool features like Bartner which are nice to have with this plugin 🙂

     

    Anything after 2019 would be cool 😄 

    Bartner starts after:

    2019-01-16cRagexe

     

    Here is the list

    http://nemo.herc.ws/downloads/

    Yes I want to add features which are present in NovaExt into PiB.

    The current focus is optimization and making the project more failsafe, means creating more information when something is wrong eg wrong clientdate. I also want to prioritize adding a bunch of clientdates and adding some sort of automated deployment to make my life a little easier.

    I don’t plan to support clients which are not supported by rAthena. (Maybe in the feature, we will see)

    • Upvote 1
    • Love 2
  2. 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.)

  3. 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. 

     
  4. 31 minutes ago, sikiro said:

    using client 20180620 makes it so the client opens then immediately closes right after. no visible errors. is anyone else experiencing this issue?

    Are you using 20180620eRagexe? It's probably not working if you dont use that exact date.
    Its also likely that 20180620eRegexeRE is not working.

    • Upvote 1
  5. 10 minutes ago, AndyTheGoblin said:

    honestly you should just re install your emulator

     

    the only thing i can help you with it the first problem and it is that you forgot to add the ; at the end of spellbreaker... and the quest one you probably testing things out and didnt clear your quest, probably found in your sql.... or you can just do erasequest...

     

    Someone else may be able to guide you through these problems though 

    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. 

  6. 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. 

  7. 30 minutes ago, Dunker said:

    Use this: 

    git clone https://github.com/rathena/rathena.git ~/rAthena

    Specify the directory where you want to clone the emulator. "~/rAthena" = change to your directory.

    Normally git creates a folder based on the repo name. So there is no direct need to specify a path.

    12 hours ago, AinsLord said:

    image.png.968b6c9aea3ce7f1d8f15520f789841e.png

    this was the error i get when trying to clone git the latest rathena

    any help

    #TIA

    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

     

    • Upvote 1
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.