Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    248

Everything posted by Dastgir

  1. This: .@unavailable = 4 - getiteminfo(ID, ITEMINFO_SLOTS);
  2. Mapcache system was overhauled. Now we have individual cache on maps folder. Guide: Alternatively, you can see my python script if you somehow didn't get the guide: https://github.com/dastgirp/Scripts/blob/master/python/MapCache/mapcache.py
  3. Execute this: SELECT g.guild_id, g.char_id, c.char_id, c.last_login FROM guild_members g LEFT JOIN `char` c ON c.char_id = g.char_id; There might be some guild for which char_id is not found in char table. You would get guild Id where 3rd and 4th column might be NULL, 2nd column is the char id that does not exist in char table (deleted or something?)
  4. That was not coded to prevent abuse. Admin can check account_reg_num_db #secure_code
  5. Fixed (https://github.com/dastgirp/eBG/commit/b46bec4f5c39cb19b3f25258418e17a3490ee016), it was due to https://github.com/HerculesWS/Hercules/commit/45f0fd6ba6 that was released today on stable branch.
  6. https://github.com/HerculesWS/Hercules/blob/stable/doc/permissions.txt
  7. https://www.yougetsignal.com/tools/open-ports/ Check if it says open for all ports
  8. Fixed, it was just a visual bug. (https://github.com/dastgirp/eBG/commit/080ab35cfeecca43884adc6c192d9f99f8f17364)
  9. 1/2) Would be fixed in next revision (It is recommended to use char-server save) 3) Might be right, you need to include commands in groups.conf, its available to Admins by default 4) BF_Badge2 is constant from item_db.conf, it exists on both renewal and pre-renewal. If you have disabled it, then add it back, or change to whatever you want to give. (Opening issue on github would be quick, however this forum can be used for support)
  10. You can't, it's an online game, you need to expose the IP somehow to let players connect. Even if it's encrypted, player still connects to server and can see IP Via 3rd party tools. For ddos, just have ddos protected servers.
  11. For protecting clientinfo, it's useless. Why you would want to protect clientinfo.xml?
  12. Dastgir

    eamod

    I recently released the plugin for it, check at projects section Link :
  13. I am not yet sure, initial feedback was good, however there can be some bugs not known yet.
  14. Repository Link: https://github.com/dastgirp/eBG (Please read README.md for installation steps) Leave Comments/Suggestions if you find something. NOTE: There might be some(/many) debug messages left in map-server which will be cleaned up. I will add battle.conf soon (you have to add it yourself for now or edit the plugin) The plugin might be a big mess to read/understand (I did many experiments over the year) There might be some bugs Thanks to @Rebel and @Myriad for testing and providing initial feedback
  15. You need general kRO fully patched. Include both data.grf and rdata.grf in data.ini, and also your translation grf. Also be sure to patch with recommended patches only and try.
  16. You still need to have updated kRO to use new clients. Most likely your kRO is not updated.
  17. check the files given to you by gepard, does it contain any new script commands? there might be one command which would be returning unique id
  18. If the client crashes as you mentioned, then it's no fault of server, and therefore not showing any errors, did you tried using unedited Hercules? I couldn't reproduce the error. Do you have updated data.grf(might be some new sprite file they might be using for targetting)
  19. which skill did you try? I might test it myself and let you know what happens.
  20. Some clients are exception in gravity, they might be really unstable like you mentioned. Most likely new clients have some new fields in Lua files, so be sure to not diff with "ignore xyz" patches, and try. If it errors, fix it, if it just close down, change the client.
  21. Gravity changed the behaviour to not change the position on every click.
  22. https://stackoverflow.com/questions/970597/change-auto-increment-starting-number https://dba.stackexchange.com/questions/43812/how-can-i-reset-a-mysql-table-auto-increment-to-1-in-phpmyadmin Change the value to (maximum_char_id+1)
  23. Please try to keep the post in English in this section
  24. See auraset plugin? https://github.com/dastgirp/HPM-Plugins/blob/master/src/plugins/auraset.c
×
×
  • Create New...

Important Information

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