Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. This is related to Hercules and visual studio 2012 and lower.... Will be fixed soon by some of the dev
  2. The current workaround can be hook battle_get_value function and return value and use hookStop()
  3. pc_readaccountreg2 Although it's for sake of readability Borh function calls the same thing and shouldn't matter..
  4. Use Hercules-11.sln for compiling with VS2012
  5. I guess monster kills are stored in count1-3
  6. True but then there leaves the questions: Will the app be useful? Will people use it? Not that much...If you see no returns. Put little ads, to get some return
  7. Will do. I'll try to disable all of my plugins and report back. I've disabled all of the plugins and the issue isn't happening anymore. I'll have to isolate the issue later and figure out which plugin is causing the issue, but I believe it's the costume one. Thanks @@Dastgir Is it possible that a fix will be coming for your revision of the costume plugin?Do I have any costume plugin @_@
  8. Dastgir

    Z3R0 Here ;)

    You can do via repository if you know to Like I have my bunch of plugins at one place: https://github.com/dastgir/HPM-Plugins/tree/master/src/plugins
  9. Dastgir

    Z3R0 Here ;)

    Welcome I have seen you for past few days xD , remember?
  10. Check it without plugin. Sometimes plugin interrupts normal function
  11. 17th sept: More memory optimization, and SC has been implemented.
  12. I'm just wondering how other server did it without shield.It's not a shield, its fully server side.Though anyone with knowledge can make it without buying it.
  13. kRO. IRO would be last option to be followed. iRO is useful for translations of npcs
  14. TIPS: 1) Learn to setup own server 2) Never go with RO hosts, almost all are resellers
  15. Dastgir

    help

    Moving to source support, also please provide more info about what's wrong.
  16. if (!sd) return 0; To if (!sd) return true;
  17. So there's error on auraset. Try using https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/auraset.c
  18. Oops Edit src/plugins/Makefile.in Seems my mind confused and typed map instead of plugins Also make plugins is command if you use Linux You need to type using putty
  19. When you do make plugins It will compile auraset and create .so file in plugins directory (not src/plugins) Make sure there's no compile errors Or post the error which you get and The output of compile(make plugins) So that we can help better.
  20. Edit src/map/Makefile.in And include auraset in the list Then do make plugins More info: http://herc.ws/wiki/Building_HPM_Plugin_for_gcc
  21. What error when you change as per AngelMelody post? AngelMelody solution is correct , maybe some other line is having error now?
  22. If you check logs, they have unique id fieldEvery item can be tracked by it.
  23. Mind sharing the translation file.So I can test it myself. (Here or at pm)
  24. You need to make sure the char_num (slot at which character is) don't conflict with existing chars (if any) Else I see no harms..(if its done when server is off)
×
×
  • Create New...

Important Information

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