Jump to content
  • 0

[Help] PC Bang Points Event


Question

Posted

# Min Player Level.
# Default: 20
PcBangPointMinLevel = 1

# Min Count.
# Default: 20
PcBangPointMinCount = 1

# Max Count.
# Default: 1000000
PcBangPointMaxCount = 1

# Chance of get Double points.
# Default: 20
PcBangPointDualChance = 0

# Event Time Stamp.
# Default: 900
PcBangPointTimeStamp = 6000

 

PcBangPointTimeStamp = 6000 this means every 1 hour? or not?

because i need every 1 hour people gain 1 pc bang point

Recommended Posts

  • 0
Posted

its not to miliseconds because then i make 6000 i can get points every 6 sec, but i don't get every 6 sec, who is have pc bang points event for his server and now how make every 1 h, please replay:P

  • 0
Posted

its not to miliseconds because then i make 6000 i can get points every 6 sec, but i don't get every 6 sec, who is have pc bang points event for his server and now how make every 1 h, please replay:P

and when you make it 6?

  • 0
Posted

i found this in gameserver.java

if(Config.PCB_ENABLE)

            ThreadPoolManager.getInstance().scheduleGeneralAtFixedRate(PcPoint.getInstance(), Config.PCB_INTERVAL * 1000, Config.PCB_INTERVAL * 1000);

 

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..