Jump to content
  • 0
Sign in to follow this  
bOinkz

Emergency Call Relog

Question

good day everyone,

 

i really need a little help about emergency call... before migrating to hercules i was using rathena svn and i don't have any problem about bypassing Emergency Call cooldown by re-logging. in hercules i can't find any way to modify it like rathena Emergency Call. if someone knows how to change/bypass Emergency Call cooldown by re-logging, please share it to me. this is really useful like on 255/120 server

Share this post


Link to post
Share on other sites

10 answers to this question

Recommended Posts

  • 0

in conf/battle/guild.conf

 

// Restart guild skills cooldown by relog? (Note 1)

// When "no", you relog with the same cooldown remaining as from when you

// logged out, "yes" restarts the cooldown upon login to its full duration.

guild_skill_relog_delay: no

 

it's off by default,

Share this post


Link to post
Share on other sites
  • 0

 

in conf/battle/guild.conf

 

// Restart guild skills cooldown by relog? (Note 1)

// When "no", you relog with the same cooldown remaining as from when you

// logged out, "yes" restarts the cooldown upon login to its full duration.

guild_skill_relog_delay: no

it's off by default,

i tried both option already but it seem not to work.

guild_skill_relog_delay: no / guild_skill_relog_delay: yes

Share this post


Link to post
Share on other sites
  • 0

 

@@bOinkz, set it to yes and do @reloadbattleconf

same. i can't still use Emergency Call even after re-logged.

 

Yes its not working

 

Temporary solution:

-	script	dfdfdfd	-1,{OnPCLogoutEvent:	if (strcharinfo(PC_NAME) == getguildmaster(getcharid(2))) {		atcommand "@cddebug reset";	}	end;}

Share this post


Link to post
Share on other sites
  • 0

Temporary solution:

 

-	script	dfdfdfd	-1,{OnPCLogoutEvent:	if (strcharinfo(PC_NAME) == getguildmaster(getcharid(2))) {		atcommand "@cddebug reset";	}	end;}

it gives me this error

 

ec_zpsl9p3cvrx.jpg

Share this post


Link to post
Share on other sites
  • 0

Dunno how to fix the error xD that is only my temporary solution to your problem :D

Change OnPCLogoutEvent to OnPCLoginEvent

 

xD

Share this post


Link to post
Share on other sites
  • 0

Dunno how to fix the error xD that is only my temporary solution to your problem :D

 

Change OnPCLogoutEvent to OnPCLoginEvent

 

xD

yay its working

 

 

Found 4 registered cooldownsFound skill 'GD_BATTLEORDER',unblocking...Found skill 'GD_REGENERATION',unblocking...Found skill 'GD_RESTORE',unblocking...Found skill 'GD_EMERGENCYCALL',unblocking... 

is there any way to remove this message on logging in?

Share this post


Link to post
Share on other sites
  • 0

I read this line ...

https://github.com/HerculesWS/Hercules/blob/master/src/map/guild.c#L727

i wonder what would happen if 2 lines below are commented ?

maybe the delay will still resume I guess...

 

what happen about changing it into 0, or 1 ?

guild->block_skill(sd, 1);

Share this post


Link to post
Share on other sites
  • 0

Temporary solution:

 

-	script	dfdfdfd	-1,{OnPCLogoutEvent:	if (strcharinfo(PC_NAME) == getguildmaster(getcharid(2))) {		atcommand "@cddebug reset";	}	end;}

it gives me this error

 

ec_zpsl9p3cvrx.jpg

Its because WOE is not running?

 

How about making the temporary solution Check if its woe before proceeding to  "@cddebug reset";

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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