Jump to content

a1252962

Members
  • Posts

    13
  • Joined

  • Last visited

Everything 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. oooh, you were missing on something very basic.... creating an account to play! I'm glad you figured it out
  3. did you patch your client to read data.ini ? did you edit data.ini to point to your grf ?
  4. 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 - 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
  5. GRF Builder - can read/write/merge GRF/GPFs Download and extract GRF Builder. Make a folder named "data" somewhere (ex: on your Desktop). Put files you want to add to your GRF into the "data" folder. Start grfbuilder.exe Click New and enter a filename (ex: YourRO.grf) Click Merge dir, browse to the "data" folder, and click OK. A progress bar will show as files are being added. Click Close, then exit GRF Builder. This things are on the wiki if you look up for them
  6. have you tried putting the clientinfo.xml file into a grf ?
  7. 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
  8. 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 ?
  9. 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
  10. 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 :-)
  11. 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
×
×
  • Create New...