Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    248

Everything posted by Dastgir

  1. The only option is to use old clients. You can search in forums how to setup server.
  2. Check the error in console. [Error]: conf/global/sql_connection.conf:1 - syntax error. Post your sql_connection with user/password removed, or check syntax yourself. Might be missing something, or unknown symbols somewhere.
  3. Its code problem, The queue NPC is not using getvariableofnpc (Not noticed as almost every server prefer commands instead of waiting room)
  4. Ping your dynamic domain, if it resolves to your ip, also check your map/char configuration, it should have your dns entry.
  5. Plugin adds it, your plugin is not enabled as well. (Check HPMHooking as well) Also, the stacktrace shows pc_bonus instead of pc_bonus2, make sure the item doesn't have any other bonus to test this properly.
  6. You used bonus instead of bonus2
  7. Trader are different from normal shop, and will not work with trader
  8. just add .bg_change with 1, till it has reached .bg_common[0], then revert it back to BGT_CTF. its simple
  9. English please, and no, plugin isn't going to be converted to rA, they sure have several topics on how to add these bg. Because they are out of scope. @listenbg, @bgstart or @bgstop isn't neccessary to add a BG System.
  10. fyi, if you don't know, the current state of encryption does this too, you can just put encrypted files and it will work with any patcher. having other extension, is just addition (.thor is not official extension, it's new file format for thor patchers). As Ai4rei said, encryption of grf is pointless. I would like to see any progress on patcher before checking other features.
  11. Are you creating patcher or client mod? Grf encryption just by patcher is not possible. Sorry, I am just confused, what exactly are you creating?
  12. That doesn't do anything. What you are talking is related to GRF Encryption. What you said before is: Encrypted patch is stored, it downloads and decrypts in local to merge it with grf? See? It serves no purpose as they can get it from grf itself.
  13. Encrypted patches are of no use, it will just add extra processing for decrypting when patching.
  14. It's weird choice from community to choose patcher as most of the patchers are already customisable. Required features of patchers: 1) Patching (inside grf and outside grf) 2) after patching complete, click start button to launch the client. Additional Features (existing in current patchers): 1) Notice View (where owners can update the changelog,news,etc) 2) Customisable buttons (add button image anywhere in patcher and do action like start exe / open url) 3) Customisable backgrounds (all elements in patcher can be configured) Features which doesn't exist in patchers, but some pServers do: 1) Integrated login from patchers. 2) Deleting files from grf (there exists lua to do so for new clients, but not sure if it deletes from inside grf or outside grf) 3) Account details shown in patcher. 4) Master Account logins and selection of child accounts to login I can't think of what features a patcher should have that existing patchers can't do, apart from SSO login
  15. I don't think it's possible, some clients read eventitemslotcounttable.txt if I am not wrong. But why not some tool for conversion of slots into itemInfo format?
  16. Oh Great, Can I integrate them with my bg scripts? https://github.com/dastgirp/eBG/
  17. 1. This is Guild Ranker, not Agit Ranker, so that's how it works 2. Again, it's active 3. It does work, what exactly is not working? using hercules? Update: Moved Script to https://github.com/dastgirp/HPM-Plugins/blob/master/NPC/UltimateGuildRanker.txt and removed the usage of deprecated commands
  18. Hercules doesn't read from SQL, you need to provide mob_db.conf and mob_skill_db.conf entries
  19. 'MONSTER NAME', That should contain the constant that is defined. Constant cannot contain spaces.
  20. I am aware of this warning, for now it's safe to ignore, I was talking about the bug wherein whole server couldn't see hg, I want to know the steps to reproduce that bug
  21. It would be better if you could speak in english, as I am not sure what you mean
  22. The error can ignore for now, but I will get it fixed soon. If you could tell me the steps to reproduce, I will fix it, but without the steps to reproduce, it's hard for me to test as well.
  23. --enable-epoll uses different type of socket selection mechanism, which allows us to have flexibility in increasing the connections, more detailed info: https://man7.org/linux/man-pages/man7/epoll.7.html https://medium.com/@copyconstruct/the-method-to-epolls-madness-d9d2d6378642
  24. It should be working, if not please post snippet of what's changed.
×
×
  • Create New...

Important Information

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