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..
Here is the quest in full:
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: