Reseting Dyna Cooldown
-
- Posts: 4
- Joined: Sun May 26, 2013 10:58 pm
Reseting Dyna Cooldown
What is the command to reset the dynamis cooldown timer?
Re: Reseting Dyna Cooldown
There is no command for that... You either Have to set your Dyna Wait time to 0 in settings.lua
Or you have to manually delete DynamisWaitXday from Char_Vars.sql table and the Dynamis ID. Then you will be able to go back inside dynamis.
Or you have to manually delete DynamisWaitXday from Char_Vars.sql table and the Dynamis ID. Then you will be able to go back inside dynamis.
Re: Reseting Dyna Cooldown
You can use @setplayervar in game to do it.
-
- Posts: 3
- Joined: Sat May 18, 2013 4:42 am
Re: Reseting Dyna Cooldown
Hey Atomos, can you help me out, I'd like to know what's the exact command to reset a players dynamis timer, thanks for your time!atom0s wrote:You can use @setplayervar in game to do it.
Re: Reseting Dyna Cooldown
Code: Select all
@setplayervar player dynaWaitxDay 0
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
-
- Posts: 3
- Joined: Sat May 18, 2013 4:42 am
Re: Reseting Dyna Cooldown
Thanks for the help!