Jump to content

vBrenth

Members
  • Content Count

    388
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by vBrenth

  1. Thanks both of you problem solve, works both.
  2. How can i bypass the channel delay ? when im using GM character? http://herc.ws/board/topic/316-introducing-hercules-channel-system/?p=36329 } else { int v = atoi(sub3); if( k == hChSys_OPT_MSG_DELAY ) { if( v < 0 || v > 300 ) { sprintf(atcmd_output, msg_txt(1451), v, opt_str[k]);// value '%d' for option '%s' is out of range (limit is 0-300) clif->message(fd, atcmd_output); return false; } if( v == 0 ) { channel->opt &=~ k; channel->msg_delay = 0; sprintf(atcmd_output, msg_txt(1453), opt_str[k],channel->name,v);// option '%s' is now disabled for channel '%s' clif->message(fd, atcmd_output); return true; } else { channel->opt |= k; channel->msg_delay = v; sprintf(atcmd_output, msg_txt(1452), opt_str[k],channel->name,v);// option '%s' is now enabled for channel '%s' with %d seconds clif->message(fd, atcmd_output); return true; } } else {
  3. I believe this will help people who want to know :> How to bypass the delay if ur a GM ?
  4. -The Max option for MessageDelay is 10. Is there a way to make it higher? Bump .
  5. How can i increase the max value of 10 seconds delay?
  6. Thanks! its pretty coooool!
  7. Yes the problem is the miniboss belongs to normal monster "drop rate" on fluxCP.
  8. It says that you don't have the logs tables?
  9. dance.c:23: warning: implicit declaration of function 'rand' using uptodate hercules and dastgir updated src.
  10. I wonder why Ghostring and other mini-boss card are not boss(mini) on fluxCP ? Ghostring http://playragnarok.ws/?module=monster&action=view&id=1120 Eddga http://playragnarok.ws/?module=monster&action=view&id=1115 the ghostring card drop rate in panel should be 0.05% too ?
  11. Ragnarok Flux CP Website w/ Patcher Design. Website + Full Layered PSD - Website & Patcher = 100$ Website + Patcher (Coded) w/o PSD = 40$ per sale. All are fully coded with bonus addons such as; PvP/WoE Ranking & Staff Pages + V4P (CLEAN CODED) PvP Ranking [ Link ] WoE Ranking [ Sub-Link ] since No emperium has been broken yet. Staff Pages [ Link ] Live PREVIEW: LINK Website Screenshots; Patcher Screenshots; Contact me @ Hercules only.
  12. The Black S ... are you going to release that or paid ? i want to know.
  13. Are you requesting this ? this is really a hard-request more paid services.
  14. Evil, I did all my best and no compiling error but my MATK turn into 0 >.< '(
  15. Sorry if its too much to ask where in the part of status.h ?
  16. Evil, on ur posts i already have error svnsrcmapstatus.c(2020): warning C4013: 'status_base_matk_min' undefined; assuming extern returning int
  17. uhm so i just change the #ifndef ? :'( Failed. Im getting alot of error like. clif.c: In function 'clif_updatestatus':clif.c:3036: error: 'struct weapon_atk' has no member named 'matk'clif.c:3036: error: 'struct weapon_atk' has no member named 'matk'clif.c: In function 'clif_initialstatus':clif.c:3394: error: 'struct weapon_atk' has no member named 'matk'clif.c:3394: error: 'struct weapon_atk' has no member named 'matk'
  18. >.< I hope someone will give me a diff file for that, all i can see is pain in the ass i would try to do that later its 11:23 pm here i need some sleep but i hope someone will make a diff for it thanks punck.
  19. Im also looking for this, sorry for bumping this one.
  20. Is this possible, i really love renewal things but just the matk/atk because im my server is only a TRANS server, can someone help me to disable renewal matk/atk? Please :'( is this even possible?
×
×
  • Create New...

Important Information

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