Jump to content

a1252962

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by a1252962

  1. I don't think this is a bug..

    regular users have to use the regular client (hash group 0)

    gms & admin have to be able to use both clients.. to have those special features, and to test what the regular clients use

  2. I would like to make it impossible to change the data.ini contents, otherwise, once they find it, they put their own custom grfs and that's a few clicks away from using modified grf with advantages like no blind, red footprints, etc... and all the encryption and hiding would've been in vain :P

    - Is it possible to make the client do a hash check on the data.ini, and fail if it doesn't match?

    - Is it possible to embed the data.ini contents on the client exe file? (I would love this, because of rathena's server side client md5 check)

    - edit: is it possible to do a hash check on the data.ini to a value stored server side ?

    - edit2: can i hardcode on the exe which grfs are meant to be read?

    Should I make a request for this?

    Thanks in advance

  3. GRF Builder - can read/write/merge GRF/GPFs

    1. Download and extract GRF Builder.
    2. Make a folder named "data" somewhere (ex: on your Desktop).
    3. Put files you want to add to your GRF into the "data" folder.
    4. Start grfbuilder.exe
    5. Click New and enter a filename (ex: YourRO.grf)
    6. Click Merge dir, browse to the "data" folder, and click OK.
    7. A progress bar will show as files are being added.
    8. Click Close, then exit GRF Builder.

    This things are on the wiki if you look up for them

  4. wait, you encrypted the grf, then extract and then repack? why? have you changed the contents of the grf while doing that?

    have you tried creating your grf first, and then encrypting it?

    also, check that your SecureGRFLib.dll has the .dll extension at the end

  5. Hello,

    I'm using Gerome's ROC Shield.I want to use secure grf.But I cant encrypt my grf.It says "the client executable file is not the original file!"

    If I secure grf first,then make the gameguard,the client auto off after gameguard image disappear after I run the client.

    Any solution of this?Sorry if I post wrong section.

    [At last I can post a new topic now - -'']

    I've just did this

    First, I renamed data.ini and changed the exe using a hex editor to pint to the new name

    Then I did the secure grf stuff, encrypt the grf and create the library

    After that, I applied RocShield on the exe

    and it's working. ¿Are you executing your client exes as a sysadmin ?

  6. same problem. Run sql script got the tables ready. item_db.sql CP just ends up with internal server error

    I used the item module to add items but.. Iget an error.. cant add. I dont even know what identifier is on the fields

    I just had this issue..

    solution was found by uncommenting on servers.php the lines that are as follows

    // 'Database'   => 'ragnarok', 

    of course, where it says ragnarok you should put you database name.

    Even though it says that if it's not specified it will default to DbConfig.Database, looks like it's not working right.

    Update: I reinstalled the CP and the problem was persistant.. checking the database i noticed the following schemas were missing:

    cp_charprefs

    cp_itemshop

    cp_redeemlog

    cp_xferlog

    So i just installed them "by hand" importing the sqls from data/schemas/charmapdb and now it's working again

  7. installing php5-gd

    and performing a

    /etc/init.d/apache2 restart

    solved the problem for me.

    I know this is a dead thread, but it's quite high on google search and many people will come up with this error, and there's no clear solution posted. Now there is :-)

  8. I'm setting up a server, and after messing with drupal & wordpress, trying to integrate rathena's database & those cms, I found this solution and it's quite a time saver... I'll have to theme it a bit and i'm done with the web part of my project

    I wanted to say thanks for this wonderful work, this and your fluxcp-renewal thread, both have been of great use...

    Thumbs up /no1

×
×
  • Create New...