How do you turn Blue frogs off

ketaminko

New Member
Joined
May 14, 2023
Messages
22
My server has blue frogs as default. How do you turn them off?
I can find them in the player_manager.lua but cant find them anywhere else.

--Blue frog / GM buff values
performanceBuff = 1000
medicalBuff = 1900
performanceDuration = 7200 -- in seconds
medicalDuration = 7200 -- in seconds

or is it in the c++ files?
 

Pastafreak

New Member
Joined
Mar 24, 2023
Messages
24
My server has blue frogs as default. How do you turn them off?
I can find them in the player_manager.lua but cant find them anywhere else.

--Blue frog / GM buff values
performanceBuff = 1000
medicalBuff = 1900
performanceDuration = 7200 -- in seconds
medicalDuration = 7200 -- in seconds

or is it in the c++ files?
I believe it's in your config.lua file towards the bottom.
MMOCoreORB/bin/config/config.lua
 
Top Bottom