Jump to content

vBrenth

Members
  • Content Count

    391
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by vBrenth

  1. It end up long time ago...
  2. Thanks hemagx! ~> IRC: http://upaste.me/r/e910126983da2c784
  3. The @accinfo sourcecode are different from the one i use from IND I want to enable @accinfo for lower-gm levels by not showing the password only GM 99 can see the password by using @accinfo (can't find it.)
  4. Thanks both of you problem solve, works both.
  5. 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 {
  6. I believe this will help people who want to know :> How to bypass the delay if ur a GM ?
  7. -The Max option for MessageDelay is 10. Is there a way to make it higher? Bump .
  8. How can i increase the max value of 10 seconds delay?
  9. Thanks! its pretty coooool!
  10. Yes the problem is the miniboss belongs to normal monster "drop rate" on fluxCP.
  11. It says that you don't have the logs tables?
  12. dance.c:23: warning: implicit declaration of function 'rand' using uptodate hercules and dastgir updated src.
  13. 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 ?
  14. 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.
  15. The Black S ... are you going to release that or paid ? i want to know.
  16. Are you requesting this ? this is really a hard-request more paid services.
  17. Evil, I did all my best and no compiling error but my MATK turn into 0 >.< '(
  18. Sorry if its too much to ask where in the part of status.h ?
  19. Evil, on ur posts i already have error svnsrcmapstatus.c(2020): warning C4013: 'status_base_matk_min' undefined; assuming extern returning int
  20. 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'
×
×
  • Create New...

Important Information

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