• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

How do you implement hourly cache payments like "wild raiderz" on "xampp"?

Newbie Spellweaver
Joined
Feb 25, 2017
Messages
18
Reaction score
0
How do you implement hourly cache payments like "wild raiderz" on "xampp"?

How do you implement hourly cache payments like "wild raiderz" on "xampp"?
 
Newbie Spellweaver
Joined
Nov 30, 2013
Messages
36
Reaction score
7
Re: How do you implement hourly cache payments like "wild raiderz" on "xampp"?

How do you implement hourly cache payments like "wild raiderz" on "xampp"?

I did not quite understand your question but on the Balls server you would need to make modifications to the database to create a similar system, there is no way to send the notification in the game when someone receives cash.
 
Newbie Spellweaver
Joined
Oct 18, 2018
Messages
8
Reaction score
0
Re: How do you implement hourly cache payments like "wild raiderz" on "xampp"?

No need to make changes to the dbs, you'll need to setup a script (I'd be most comfortable with php myself). I'm not sure about the notifications though.

How it would work:
-Select characters that are currently active
-Filter to check if they are above a certain level
-Store the accounts and the character online time.
-After x mins check to see if their online time has increased by x mins
-Add x zen to all accounts that satisfy the online time required.
 
Back
Top