Changing the "Can Praise God!!!" Cooldown.

Place for sharing your game modifications for Life is Feudal: Your Own

Bigsteve
 
Posts: 88
Joined: 07 Feb 2014, 03:53

Changing the "Can Praise God!!!" Cooldown.

Post by Bigsteve » 02 Oct 2015, 04:05

Could Some one tell me how to change the cool down for alignment gain for the Can Praise God action???

Want to change it from once a day to another value....

User avatar
Azzerhoden
Alpha Tester
 
Posts: 1621
Joined: 08 May 2014, 17:44

Re: Changing the "Can Praise God!!!" Cooldown.

Post by Azzerhoden » 23 Nov 2015, 15:37

You can add the following trigger to remove it completely.
Code: Select all
CREATE DEFINER=`root`@`localhost` TRIGGER `character_alignment_fix` BEFORE UPDATE ON `character` FOR EACH ROW BEGIN
   IF (new.LastTimeUsedPraiseYourGodAbility > 0) THEN
      set new.LastTimeUsedPraiseYourGodAbility = 0;
   END IF;
END;
| - Alpha Tester and Zealous Believer
Image

Kingdom of Hyperion founding Duchy - A practical RP Community est. 1999 - Apply Today!

Return to Game mods

cron