Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. Have you diffed with "Restore Login Window" , I recommend you to use NEMO Patcher.
  2. If you diff with "Use SSO Login" You would need LOKI(or other launcher), but if you dont diff with "Use SSO Login" , you can run normally. Any client would work fine(even 2014 ones)
  3. revert back to old client.
  4. Change if( v < 0 || v > 300 ) { TO if( (sd->group_id < 1) && (v < 0 || v > 300) ) { //If GM Group < 1, then Delay Applies, If Group_ID>=1,Delay is Bypassed
  5. there are many files, so downloading would take time
  6. Novice Mace(1545) Weight is already mentioned as 0 ("Weight: ^^7777770^000000",) Other 2, Fixed it @r111
  7. that are protected ragexe's, If you know to unpack it, then you can unpack and diff it(but , you might also have to get packets information, if using ragexe which are not in Hercules Database) so, you can get unpacked ones from http://k3dt.eu/Ragexe/unpacked/
  8. Screenshot please or tell exact error.
  9. This is File: 2013-08-07aRagexe-msgstringtable.txt (Extracted directly from 2013-08-07 client without any mods), you can match the lines, (and it matches) so probably he's using new/old client with different msgstringtable.txt
  10. Yes. in fact im working on it. Since i do have both rA and Herc. but still giving me a hard time. Hehe. Thanks! You should actually give a try to use item_db.conf, since its easy to use + easy to understand..
  11. https://github.com/ROClientSide/Translation.git Above is the Git Link for Clone..
  12. Isn't it clientside? Maybe using old clients can help(but no idea...)?
  13. You can use 2012 client with 2014 data.grf(Its yet, 2 years newer, so you can use it..) but you can't use 2014 Client with 2012 data.grf(Since, its 2 years old GRF) About using 2014 Clients: Its good until your players are updating, (or if they have some common error like replay interface, cart error, you can include those in your GRF), so it would work fine with Small Client Too..
  14. You can use search function always... (http://herc.ws/board/topic/5363-item-dbconf-to-item-dbtxt/)
  15. seems like misconfiguration on server side (Rejected by the server) , once you get that rejected from server error, get a screenshot of all 3 consoles(map/char/login) and post here.. NO MSG means you don't have msgstringtable inside your GRF 2013 clients doesn't read data folder, so you have to pack clientinfo.xml in your grf loaded by DATA.ini
  16. You need to diff the client(hex the client) to support DATA.ini and multiple GRF, you can use Nemo Patcher: (http://herc.ws/board/topic/2905-nemo-client-patcher/page-1) Loki Launcher and R.O.L.E.X are Client Launchers (Needed when you diff your client with 'SSO Login Enabled') ragexe_patched is the diffed version of ragexe, which is the one you are gonna used after diffing ragexe.exe About LoginLog Table Error: Refer http://herc.ws/board/topic/5590-test-server-cant-connect-client-sql-error/ (I am kinda confused with your post, you said its giving error and not starting and sometimes you say, it gets Rejected from server, and sometime you say its not reading clientinfo.xml)
  17. http://herc.ws/board/topic/5590-test-server-cant-connect-client-sql-error/ This might solve your problem..
  18. Added 599 New kRO Items @r108 (Commit Link: https://github.com/ROClientSide/Translation/commit/5be0ec9855eb6592b7ddc3ba10979664eb67b7ba) Need help for some items : (Issue: https://github.com/ROClientSide/Translation/issues/8)
  19. I guess you might not have changed the s1/p1 from ragnarok database(MySQL) `login` table.. and you must not use the account with ID 1. but, mind sharing screenshot of your login-server, so we can give proper answer?
  20. yup, that's my idea in "other world", so we can put some sperated item db files for item_db table, can be used for CP. I already done this sql thing in "other world", also fine in testing. Seems, I can try that on Herc too, and try make .diff or PR maybe I have the server-side part ready(so, i maybe will open pull request), to read all things, but SQL part is not done till now...
  21. we would have to save those item_trade and all those in sql's too if we decide to centralize them. which is good. FluxCP can be extended , to show that its available on buyingstore, and its non-tradable, and all those..
  22. Error says the solution.. Log into Putty and execute mysqladmin flush-hosts OR login into MySQL and execute following command: FLUSH HOSTS;
  23. i can not found global_reg_value table in my database. i found : 1. global_acc_reg_num_db and 2. global_acc_reg_str_db which one is the correct one ? its not from both of them Those #CASHPOINTS and #KAFRAPOINTS variables are stored in acc_reg_num_db
×
×
  • Create New...

Important Information

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