Jump to content

evilpuncker

Community Contributors
  • Content Count

    2178
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by evilpuncker

  1. just got a bit of lag, is that because my internet or the server itself?
  2. #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/
  3. 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)
  4. evilpuncker

    [HELP]

    read this FAQ http://herc.ws/board/topic/1151-2013-ragexe-support-main-topic/
  5. 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/
  6. just tested and got no words to describe its awesomeness
  7. set @time, @time - 0; ??? why this sh*t? xD
  8. 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:
  9. hercules fluxCP doesn't got a CMS
  10. we already got the quantity too
  11. post the solution in case anyone else encounter the same issue please
  12. maybe you are searching for something like this? http://herc.ws/board/topic/4489-remove-20-fixed-cast-time-in-renewal-if/
  13. by brianL http://upaste.me/562c89
  14. do you have a system that records last_mac of user, like Harmony or any other src/client mod?
  15. nice one, I once needed this command for a request xD
  16. use search next time: http://herc.ws/board/topic/4065-union-hp-reduction-help/
  17. can you elaborate? I don't get what zones are xD
  18. all, they got them but with custom formulae AFAIK
  19. without itemInfo: http://depositfiles.org/files/7l3mkt1as
  20. 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
  21. Obrigado ae. Caso o esquema de compilar e rodar o servidor seja o mesmo do cronus acho que não terei problemas. exatamente o mesmo
×
×
  • Create New...

Important Information

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