Reseting Dyna Cooldown

Post Reply
juniorff808
Posts: 4
Joined: Sun May 26, 2013 10:58 pm

Reseting Dyna Cooldown

Post by juniorff808 » Sun Jul 13, 2014 6:57 am

What is the command to reset the dynamis cooldown timer?

User avatar
Signature
Posts: 126
Joined: Fri May 02, 2014 3:44 am

Re: Reseting Dyna Cooldown

Post by Signature » Sun Jul 13, 2014 9:52 am

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.

User avatar
atom0s
Developer
Posts: 537
Joined: Thu Oct 25, 2012 9:52 am

Re: Reseting Dyna Cooldown

Post by atom0s » Sun Jul 13, 2014 1:22 pm

You can use @setplayervar in game to do it.

crazyrican
Posts: 3
Joined: Sat May 18, 2013 4:42 am

Re: Reseting Dyna Cooldown

Post by crazyrican » Sun Apr 05, 2015 8:38 pm

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!

User avatar
TeoTwawki
Developer
Posts: 527
Joined: Mon Jul 15, 2013 9:50 pm

Re: Reseting Dyna Cooldown

Post by TeoTwawki » Sun Apr 05, 2015 9:48 pm

Code: Select all

@setplayervar player dynaWaitxDay 0
Replace player with their name.
Hi, I run The Demiurge server.


Image
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
PLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
DO NOT PRIVATE MESSAGE ME ABOUT BUGS

crazyrican
Posts: 3
Joined: Sat May 18, 2013 4:42 am

Re: Reseting Dyna Cooldown

Post by crazyrican » Sun Apr 05, 2015 10:02 pm

Thanks for the help!

Post Reply