Jump to content

ShadowKing

Members
  • Content Count

    26
  • Joined

  • Last visited

Posts posted by ShadowKing


  1. Anyone have a program that can merge a .gpf directly into the data.grf with a click?

    Used one before where the program would automatically update data.grf with update.gpf by clicking on a program called UpdateGRF

    However, it has stopped working for some reason, anyone have a program that does the same?


  2. 15 hours ago, KeiKun said:

    This depends... if your "Client" is forcing you to use lub instead of lua but wants a lua that is compiled, then use proper luac for it.

    lua to lub (If data folder has lua514 inside and uses it)
    luac5.1.4.exe -o FILE.lub FILE.lua

    lua to lub (If data folder doesn't have lua514 folder inside, meaning it uses /lua files/)
    luac5.0.2.exe -o FILE.lub FILE.lua

    i have a lua514 folder that is used, the iteminfo is located in the system folder

    The client doesn't accept it as a lua and for whatever reason luac5.1.4.exe works just fine converting my other lua files to lub, but runs and won't make the lub when doing iteminfo.


  3. So I wanted to make some items that show the same sprite use different sprites instead, so I converted iteminfo.lub to iteminfo.lua to edit it, but when I try to convert it back to iteminfo.lub with luac5.1.4 it won't work. Works find with some other files, any pointers to why it won't work? Is it too large of a file or etc?


  4. On accounts I register through FluxCP, their passwords are then encrypted in the SQL, but that actually is changing their passwords for when trying to log in.

    So if I register with a password of "password1234" it gets encrypted to "hgfh6583bhbun473b6b" and that becomes the actual password needed to login to the client. Anyone know how to fix this this?


  5. I messed with the sql and removed all the accounts I had registered by accident and now whenever I try to run server it refuses the connection. It says the login name and password are correct but still refuses them.

    It says the default s1/p1 are probably invalid and to make sure the login db settings are the same and the gender is s. which they all are. But it still fails to allow login, anyone know how to fix this? I will go about re-compiling to see if that will do the trick, but I'm thinking it won't.


  6. Is there a simpler CP out there that I haven't found. I get errors with trying to install FluxCP unless I use Rathena version, but my server is Hercules.

    I'm really just looking for a CP that has server status/registration/Buy in-game Cash points/Vote for points

    Anything else would just be extras I suppose.


  7. Thanks, that solved my original problem, but now whenever I try to connect with a character it fails and I get a map-server error that says

    clif_parse: Received unsupported packet (packet 0x521e (0x0002), 11 bytes received)

    and then it disconnects my session, I have packet encryption disabled so it shouldn't be that.

     


  8. 15 minutes ago, Habilis said:

    When you recompiled your server did you run ./configure with the date of your client?

    like so ?

    
    ./configure --enable-packetver=YYYYMMDD
    
    make clean
    
    make sql

    Also when you diff your client 

    try to apply following diffs

    Disable Packet Encryption

     

    What else?

    I followed this guide

    Didn't do anything like /configure

    Applying the disable packet encryption didn't do the job either.


  9. So I have completed the setup of my server and my client. my only problem now is connecting from my computer to my VPS. My clientinfo.xml is set to my servers ip and all the ports are open needed for the connection.

    When I login it says authentication is accepted and the connection of the account is accepted.

    However,

    Before making it to the char-select screen the login-server says "Closed connection from *insert my IP here*"

    Can anyone explain to me what I may have done wrong? Did I miss a configuration somewhere perhaps?

     

    Edit: and of course this results in failed to connect to server on the client side

×
×
  • Create New...

Important Information

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