Page 1 of 1

Reseting Dyna Cooldown

Posted: Sun Jul 13, 2014 6:57 am
by juniorff808
What is the command to reset the dynamis cooldown timer?

Re: Reseting Dyna Cooldown

Posted: Sun Jul 13, 2014 9:52 am
by Signature
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.

Re: Reseting Dyna Cooldown

Posted: Sun Jul 13, 2014 1:22 pm
by atom0s
You can use @setplayervar in game to do it.

Re: Reseting Dyna Cooldown

Posted: Sun Apr 05, 2015 8:38 pm
by crazyrican
atom0s wrote:You can use @setplayervar in game to do it.
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!

Re: Reseting Dyna Cooldown

Posted: Sun Apr 05, 2015 9:48 pm
by TeoTwawki

Code: Select all

@setplayervar player dynaWaitxDay 0
Replace player with their name.

Re: Reseting Dyna Cooldown

Posted: Sun Apr 05, 2015 10:02 pm
by crazyrican
Thanks for the help!