-
Content Count
391 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by vBrenth
-
It end up long time ago...
-
Thanks hemagx! ~> IRC: http://upaste.me/r/e910126983da2c784
-
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.)
-
Can use on Linux server?
-
Thanks both of you problem solve, works both.
-
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 {
-
I believe this will help people who want to know :> How to bypass the delay if ur a GM ?
-
-The Max option for MessageDelay is 10. Is there a way to make it higher? Bump .
-
How can i increase the max value of 10 seconds delay?
-
Okay :'(
-
Ugh, im talking about flux.
-
Thanks! its pretty coooool!
-
Yes the problem is the miniboss belongs to normal monster "drop rate" on fluxCP.
-
bump
-
Test Server Can't Connect Client [SQL Error]
vBrenth replied to JiGsGfx's question in General Server Support
It says that you don't have the logs tables? -
dance.c:23: warning: implicit declaration of function 'rand' using uptodate hercules and dastgir updated src.
-
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 ?
-
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.
-
The Black S ... are you going to release that or paid ? i want to know.
-
Are you requesting this ? this is really a hard-request more paid services.
-
Evil, I did all my best and no compiling error but my MATK turn into 0 >.< '(
-
Sorry if its too much to ask where in the part of status.h ?
-
Evil, on ur posts i already have error svnsrcmapstatus.c(2020): warning C4013: 'status_base_matk_min' undefined; assuming extern returning int
-
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'