Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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