Jump to content
MakeWebGames

Recommended Posts

Posted

hi, im wondering does anyone know why my Mining Power isnt refilling at all? my energy, will, brave, and etc are refilling and decreasing in time. but my Mining Power Isnt going up. any ideas why?

Posted

Re: why isnt it refilling?

... you need to take some time and learn the code you are working with. If you want field x to refill so much per 5 mins, then you need to include the query that adds that amount to that field every 5 mins. Kind of like the energy query you have in your 5 min cron.

Posted

Re: why isnt it refilling?

Really should learn before you do attempt, you wont succeed unless your very lucky :wink: like me, J.K :evil:

Posted

Re: why isnt it refilling?

Like this kind of but you'll need to change it around to suit and work for this mod....

$db->query("UPDATE users SET mine_power=mine_power+5 WHERE mine_power<max_mine_power");

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...