guild wait time

04/09/2011 23:07 RumorUS#1
How to adjust guild thing so that I don't need to wait to create a new one or join a new one .. etc?

I tried removing this but I get "Code0125" when trying to make a new guild after closing one..


Code:
	    if game.get_event_flag("guild_withdraw_delay")*86400 > 
		get_global_time() - pc.getqf("new_withdraw_time") then

		say(string.format("You cannot create a guild yet, please wait a while.", game.get_event_flag("guild_withdraw_delay")))
		return
	    end
Code:
 if game.get_event_flag("guild_disband_delay")*86400 > 
		get_global_time() - pc.getqf("new_disband_time") then
		
		say(string.format("You cannot create a guild yet, please wait a while.", game.get_event_flag("guild_disband_delay")))
		return
	    end

Here is the quest in full:

04/10/2011 17:58 RumorUS#2
bump
04/11/2011 20:52 RumorUS#3
bump
11/16/2011 01:36 RoktuR#4
Hey...

After closing a guild u must wait 24hours ... 24 hours = 86400 seconds.
if game.get_event_flag("guild_withdraw_delay")*86400 >
11/20/2011 12:50 RumorUS#5
Quote:
Originally Posted by RoktuR View Post
Hey...

After closing a guild u must wait 24hours ... 24 hours = 86400 seconds.
if game.get_event_flag("guild_withdraw_delay")*86400 >
yes I know but changing this does not change anything..