Jump to content
MakeWebGames

Multiple banking cron problems that are similar


Godhand

Recommended Posts

I was trying to add in some new banks after renaming them to "fit" the names given along with installing it into all user stats.

 $db->query("UPDATE users SET donatorcrystalbank=donatorcrystalbank+(donatorcrystalbank*(1/10)) where donatorcrystalbank>0");
$db->query("UPDATE users SET ultramoney=ultramoney+(ultramoney*(20/100) where ultramoney>0");
$db->query("UPDATE users SET dmoney=dmoney+(dmoney*(14/100) where dmoney>0");

There is no known error output message just the obvious sight of no increase on any of these accounts.

Link to comment
Share on other sites

Re: Multiple banking cron problems that are similar

lmao yea now that would be terrible. Whats worse is I got kicked out of Ap Calc in High School for being lazy on my senior year. But what do you think of the rate of interest though for the banks? (ultrabank costs 2B to buy in and has 20% fees up to 2B (deposit) 750m withdraw)

Link to comment
Share on other sites

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...