Return Home Button Fix
Posted: Wed Sep 02, 2009 5:29 am
Yes, I know Lillu you want a web-based home point returning thing. But seriously:
This value is by default '21600', which is in seconds as per notes (meaning 6 hours). If you changed it to 300 that changes it to 5 minute reuse. If you're logged out for 5 minutes your return home button will appear usable.
Assuming home is set to THF, that can be helpful for people stuck in crashed zones and such. If THF is crashed, you're essentially screwed anyways. :/ Hehe.
Code: Select all
UPDATE `rule_values` SET `rule_value` = '300' WHERE `rule_name` = 'World:MinOfflineTimeToReturnHome';
This value is by default '21600', which is in seconds as per notes (meaning 6 hours). If you changed it to 300 that changes it to 5 minute reuse. If you're logged out for 5 minutes your return home button will appear usable.
Assuming home is set to THF, that can be helpful for people stuck in crashed zones and such. If THF is crashed, you're essentially screwed anyways. :/ Hehe.