Jump to content

Normynator

Developer
  • Posts

    292
  • Joined

  • Days Won

    16

Posts posted by Normynator

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

  2. 23 minutes ago, AndyTheGoblin said:

    Impossible 

    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. 

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

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

    
     
  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
  8. I am currently not actively developing the bot.

    you may want to check this link: https://github.com/Normynator/MVPTracker/tree/master/src/main

    That was one of my first projects ever, it does the same as the python bot but in Java with a bit more functionality, e.g. the Feature you asked for. But be warned, it’s poorly coded and my contain bugs.

     

    Maybe you are better off overall if you try to find another bot which is actively developed. 

    • MVP 2
×
×
  • Create New...