Jump to content

evilpuncker

Community Contributors
  • Content Count

    2178
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by evilpuncker

  1. #include "../common/HPMDataCheck.h" > it should be the last file included, if it isn't the last it'll render the plugin uncompilable (intentionally).pan> seems like you didn't read the link as I said here: http://herc.ws/board/topic/4283-introducing-hpm-datacheck/ so it should be like this? http://upaste.me/f48f11218a0cfe1ee yes
  2. just got a bit of lag, is that because my internet or the server itself?
  3. #include "../common/HPMDataCheck.h" seems like you didn't read the link as I said here: http://herc.ws/board/topic/4283-introducing-hpm-datacheck/
  4. add this into your afk.c #include "../common/HPMDataCheck.h" Still the same.. can't use and i still see that warning on console remember that you need to recompile, refer: http://herc.ws/board/topic/4283-introducing-hpm-datacheck/ i did recompile, but still same problem.. post your .c file here please (at upaste)
  5. evilpuncker

    [HELP]

    read this FAQ http://herc.ws/board/topic/1151-2013-ragexe-support-main-topic/
  6. add this into your afk.c #include "../common/HPMDataCheck.h" Still the same.. can't use and i still see that warning on console remember that you need to recompile, refer: http://herc.ws/board/topic/4283-introducing-hpm-datacheck/
  7. just tested and got no words to describe its awesomeness
  8. set @time, @time - 0; ??? why this sh*t? xD
  9. Yes we know we have that feature as i stated as post 2, but do we have the feature to show quantity like in the image, in image it shows quantity below item image, i guess we are missing that. nope, we don't miss anything:
  10. hercules fluxCP doesn't got a CMS
  11. we already got the quantity too
  12. post the solution in case anyone else encounter the same issue please
  13. maybe you are searching for something like this? http://herc.ws/board/topic/4489-remove-20-fixed-cast-time-in-renewal-if/
  14. by brianL http://upaste.me/562c89
  15. do you have a system that records last_mac of user, like Harmony or any other src/client mod?
  16. nice one, I once needed this command for a request xD
  17. use search next time: http://herc.ws/board/topic/4065-union-hp-reduction-help/
  18. can you elaborate? I don't get what zones are xD
  19. all, they got them but with custom formulae AFAIK
  20. without itemInfo: http://depositfiles.org/files/7l3mkt1as
  21. a little src edit would do the trick open mail.c search for: int mail_openmail(struct map_session_data *sd){ nullpo_ret(sd); if( sd->state.storage_flag || sd->state.vending || sd->state.buyingstore || sd->state.trading ) return 0; clif->mail_window(sd->fd, 0); return 1;} and change that into something like: int mail_openmail(struct map_session_data *sd){ nullpo_ret(sd); return 0;} and recompile
×
×
  • Create New...

Important Information

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