Jump to content

Samuel

Members
  • Content Count

    397
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Samuel

  1. yes, herc support those clients but really not recommended yet for live servers. Although I myself uses the 2014-10-22 client, haven't encountered bug so far. and if there is, just need to report it to get support and if it take a while, could easily downgrade client dates to use. Well @@AnnieRuru is right, after Ind left, there's so much gap between rathena and herc in content but I still use herc. well hopefully after the Christmas season, our devs will comeback to work lol
  2. @@xlaws27 in function go, at line changed to
  3. It's expected since no one is attached when the monsters were killed wherein the events are activated
  4. hmm, did you make account for testing in your database? unregistered account means it doesn't exist in database rejected from server, what error does it throw in map, login or char?
  5. @@mrlongshen in conf/battle/player.conf // Maximum HP. (Default is 1000000) max_hp: 1000000
  6. bumping this one? anyone? @@malufett
  7. Unfortunately there's a bug with @loadnpc, when you use it to load the broadcaster, 2 broadcaster will simultaneously broadcast news. lol This means you failed to unload the first one. You can see your map server that the npc was duplicated
  8. @@tathanvocuc017,it's the SC's, check the Sc's in db/const.txt some of them have different name in our constants
  9. @@bOinkz, set it to yes and do @reloadbattleconf
  10. @@Kong there's @unloadnpc and @loadnpc ☺ use those commands to reload that specific script example: @unloadnpc npc/custom/broadcaster.txt @loadnpc npc/custom/broadcaster.txt
  11. in conf/battle/guild.conf it's off by default,
  12. Be sure to compile with disabled renewal in src/config/renewal.h //#define DISABLE_RENEWAL uncomment that line
  13. Samuel

    Critical Display

    i know haru provided a converter along with the said update :-)
  14. Samuel

    Critical Display

    why not just use latest revision? any problem on updating revision?
  15. Hello, since it's my vacation time, trying to refresh myself with scripting. Here are some of my recent work, will add more probably in the next coming days. Level Up Event Race Event Floating Rates Bind @go command Healer/Buffer/Identifier/Repair NPC in one Have a good day!
  16. Castles have gvg_castle mapflag or zone i think, try use @mapflag in the castle to see then edit the mapzone then restart
  17. It wasn't until now: https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/storeequip.c lol, maybe what i'm thinking is the @storeit command? anyway maybe you could add scriptcommand too
  18. there's a command plugin for this, i think dastgir uploaded an updated version in his git repo
  19. Samuel

    Git questions

    @@Aeromesi @@Dastgir yeah it's manual merge,
  20. Samuel

    Git questions

    you just need to commit first your work before git pull, then after pulling you'll have some conflicts but you'll have options on how to resolve them ☺
  21. Can you give an example on how to do it? Thanks
  22. Well, hello everyone! It's been a while Been busy in real life and now I'm back and learning all the changes that has been made and now I'm focusing on scripting and making plugins again. So I have encountered a problem now with regards to plugin. I have added battleconf settings into the plugin which is loaded perfectly. The problem is, the value can't be detected by the script command getbattleflag Although setbattleflag command can affect the custom battle_conf setting I have made with the plugin. Thanks!
  23. @@OverLord http://herc.ws/board/topic/7062-autotrade-features/#entry42946 see that topic, when autotrade persistency is enabled, all @at will be saved
×
×
  • Create New...

Important Information

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