-
Content Count
2178 -
Joined
-
Last visited
-
Days Won
66
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by evilpuncker
-
#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
- 152 replies
-
- afk atcommand
- @afk
-
(and 2 more)
Tagged with:
-
roBrowser - Ragnarok Online for Web Browsers
evilpuncker replied to KeyWorld's topic in Website Releases
just got a bit of lag, is that because my internet or the server itself? -
#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/
- 152 replies
-
- afk atcommand
- @afk
-
(and 2 more)
Tagged with:
-
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)
- 152 replies
-
- afk atcommand
- @afk
-
(and 2 more)
Tagged with:
-
read this FAQ http://herc.ws/board/topic/1151-2013-ragexe-support-main-topic/
-
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/
- 152 replies
-
- afk atcommand
- @afk
-
(and 2 more)
Tagged with:
-
roBrowser - Ragnarok Online for Web Browsers
evilpuncker replied to KeyWorld's topic in Website Releases
just tested and got no words to describe its awesomeness -
Can you please check this script
evilpuncker replied to Ragnar Lothbrok's question in Script Support
set @time, @time - 0; ??? why this sh*t? xD -
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:
-
hercules fluxCP doesn't got a CMS
-
we already got the quantity too
-
Different Item Color Name Problems [ 2013-08-07 ]
evilpuncker replied to vBrenth's question in Client-Side Support
post the solution in case anyone else encounter the same issue please -
funcionam sim
-
maybe you are searching for something like this? http://herc.ws/board/topic/4489-remove-20-fixed-cast-time-in-renewal-if/
-
by brianL http://upaste.me/562c89
-
do you have a system that records last_mac of user, like Harmony or any other src/client mod?
-
nice one, I once needed this command for a request xD
-
use search next time: http://herc.ws/board/topic/4065-union-hp-reduction-help/
-
can you elaborate? I don't get what zones are xD
-
all, they got them but with custom formulae AFAIK
-
have you tried my src edit?
-
nice one
-
without itemInfo: http://depositfiles.org/files/7l3mkt1as
-
it is good.
-
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