Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    248

Everything posted by Dastgir

  1. Why is view so high? Check that for weapons view: https://github.com/HerculesWS/Hercules/blob/master/doc/item_db.txt
  2. https://mega.co.nz/#!EtcjBYqK!lAjnrjCgpyXvu_L909vakVW_twTplrqe4wVZ-VmAa6g
  3. Update: Contents removed and links has been removed as it was not suitable for public distribution.
  4. Update: Removed all the contents from the site, including the link, as it was not suitable to distribute this publicly.
  5. I just gave a quick look(there can be more error), but just change this for (.@t = 0; .@t < .@tiers; .@t++) { to for (.@t = 0; .@t < .tiers; .@t++) { and check if it works.
  6. As I mentioned in topic, it works on 2011/12 client. However there's some new packets in 2015/16/(17? Haven't tested), which would allow the ping-type of request. Else the best method is hook a DLL and allow ping with custom made packet, so it works with all clients.
  7. I didn't call you anything. 2017-05-17 :
  8. I usually won't entertain these kind of post since I asked for many things and I got really no info. So Here it is: 1 Level, SP is 11, Pre-Renewal Setting, Hercules Revision https://github.com/HerculesWS/Hercules/commit/2bf7d082116013cfdad031046f3ac0c932c3eb65 , No Configs edited. Fine with you now? When we ask the method and information, we have already made sure it doesn't happen in herc with no mods/config/whatsoever, so you are required to post those information that we ask, otherwise, these questions would go unanswered.
  9. o_O it works fine, maybe you might be adding extra bytes, thats why.
  10. though it accepts zeny only and not item.
  11. Rather than just telling problem, maybe explain it? How you got that? Reproduction step? Any configs modified, Hercules revision used? Renewal or pre renewal, this kind of reports are hard to fix without proper(complete) information.
  12. I suggest using import folder: conf/import/char-server.conf: char_configuration: { sql_connection: { db_hostname: "127.0.0.1" db_port: 3306 db_username: "username" db_password: "password" db_database: "database" } } ^ equivalent to Char_server_ip/char_server_port/etc.. in rA conf/import/login-server.conf: login_configuration: { account: { sql_connection: { // equivalent to login_server_ip/login_server_port/etc. db_hostname: "127.0.0.1" db_port: 3306 db_username: "username" db_password: "password" db_database: "database" } ipban: { sql_connection: { // equivalent to ipban_db_ip/ipban_db_port/etc. db_hostname: "127.0.0.1" db_port: 3306 db_username: "username" db_password: "password" db_database: "database" } } } } conf/import/inter-server.conf: inter_configuration: { log: { sql_connection: { // equivalent to log_db_ip/log_db_port/etc. db_hostname: "127.0.0.1" db_port: 3306 db_username: "username" db_password: "password" db_database: "database" } } } conf/import/map-server.conf map_configuration: { sql_connection: { //equivalent to map_server_ip/map_server_port/etc. db_hostname: "127.0.0.1" db_port: 3306 db_username: "username" db_password: "password" db_database: "database" } } If you want all servers to use same db username/pass/database, you can instead edit conf/global/sql_connection.conf sql_connection: { db_hostname: "127.0.0.1" db_port: 3306 db_username: "ragnarok" db_password: "ragnarok" db_database: "ragnarok" //codepage:"" } sql_connection.conf affects all server, and avoids mentioning each credentials seperately. I hope it helped you and this is what you were asking for.
  13. reading item from SQL is not supported on herc. For item_db.conf, you can have it as: Job: { Summoner: true } if you want to use it for flux, you can have it on your item_db.conf and use the db2sql plugin(provided with hercules repo), to convert the conf to sql(yet, sql db won't be read by server, its purely for external uses)
  14. You mean this? https://github.com/dastgir/HPM-Plugins/commit/c09570cfb0dd68fada5ece052fa67387e961814f ?
  15. They are not yet possible by current design, however new commands can be created for adding/removing mapflags
  16. Also, only 1 patch fails in list of recommended patches (translate client)
  17. Dastgir

    Getting time

    Something's wrong with your db value I guess. getting tickets(2) doesn't return millisecond, and having that high time is not possible. Maybe somewhere you inserted some high value in online_time field.
  18. Dastgir

    New life for RO

    Good luck, let us know if you need some help I guess no one would deny help for this dream project
  19. Are you talking about having 2 set of server? Or using multiple database for login/char/map? From the first post , it seems you were talking about database, but from last post, it seems you want multi map server, however, multi map server is not possible with Hercules.. If you were asking of database, it's possible to segregate the database for login/char/map server, use import folders and import your own sql_connection setting(the format is same as that of map-server.conf/char-server.conf/login-server.conf)
  20. Get new WinZip/7zip, it uses zip format with LZMA which won't be available in old software.
  21. Old? As in 2012 and less? They weren't packed, so downloading them from patch server would work fine.
  22. missing resources of char display? (I doubt) maybe unwanted patch applied to client? Try disabling "Use Custom Font" and "Resize font" and try?
  23. might be one of these: missing files in grf(that are required to run RO) missing clientinfo bad patch used from nemo
×
×
  • Create New...

Important Information

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