Jump to content

4144

Core Developers
  • Content Count

    1191
  • Joined

  • Last visited

  • Days Won

    126

Everything posted by 4144

  1. You had bad time on files. Probably you copy from windows host. May be fix your pc time? Not sure how better fix time in files. may be use touch tool.
  2. issue in code logic. ask plugin author, or may be Dastgit to help with code Also if you other plugins loaded then may affect this aura
  3. no. this can be plugin code issue but not sscanf.
  4. Yes it's fine. Microsoft as always created own useless api. They always want change standrds for self only. scanf can be secure on insecure. This depend how programmer using it. If this plugin it used in insecure way, but because this is plugin, server control strings, and here cant be exploit for sscanf
  5. Read here how do warnings like warnings and not errors: http://stackoverflow.com/questions/22450423/how-to-use-use-crt-secure-no-warnings
  6. You can try count time from last attack from or to player.
  7. If you using linux or freebsd, update server and it will show better info. If you using windows, we cant help, because no one know with what skill this happend.
  8. After last HPM changes, probablty all plugins need some fixes. How and what to fix, see sample plugin and compare with own.
  9. If this leased ip got your server yes it can works. If if got in your router, can be complicated configuration.
  10. Not sure what kind of packet this client send to open cash shop, but it can be same issue with markets. If client send old packet like for simple shops, server will give items list, but will not allow buy/sell.
  11. You can check for hook functions pc->can_insert_card and pc->can_insert_card_into. First check is card can be used by itself, second check if this card can be inserted to this item
  12. Better write plugin for this.
  13. Look like this code based on still not merged pull request
  14. Before was bugs yes, for now not sure is bugs present. I add pull request for removing this checks. https://github.com/HerculesWS/Hercules/pull/610 And in pull request bit more explanation.
  15. This issue by design. After warp server forgot any npc related things. Probably need change this. Need talk with other devs. Reset happend in clif_parse_LoadEndAck. Or better some one create bug on github bug tracker?
  16. From call stack visible what this happend from script. Can you explain where is exactly it happend? May be you talked to some npc, some thing select in npc menu etc.
  17. For fix this issue need know what skill use used or in what script line this happend.
  18. Some one should update your plugins for support new include paths in hercules.
  19. Try remove warp command. Probably if you using warp for dead player and it called second time after warp.
  20. 4144

    Help

    If you mean warnings "Unable to set ..." this is mostly ok. First option useless and may be even not safe, it ignored (SO_REUSEPORT) Option with TCP_THIN_* need for better latency, look like your hosting not support it. With or without this options all will works.
  21. Probably this is parser issue. You have syntax error in if condition if( strcharinfo(3) == "guild_vs1" && ) { Try delete "&&" from here
  22. At first check without plugins, if bug still present, report it in https://github.com/HerculesWS/Hercules/issues
  23. 4144

    not compile

    you should run configure like this: ./configure --disable-lto
  24. Why using timer here? May be simpler to use OnUnTouch event? it triggered if player move away from npc area.
×
×
  • Create New...

Important Information

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