Jump to content

Query Help Needed


Kryptix

Recommended Posts

I run a online game which uses MySQL to store everything. The players 'Hits' (health) is calculated by the experience in 4 other stats divided by 3. However, some players have found a way to not gain 'Hits' (health) which gives them an advantage, believe it or not.

 

We have fixed the bug but now need to update the database with the new information.

 

The table is called 'rscd_experience'

 

In the table we have a field called 'user' which is a hashed username, followed by 'exp_attack', 'exp_defense', 'exp_strength' and 'exp_hits'

 

exp_attack + exp_defense + exp_strength / 4 = exp_hits

 

At the moment I have 6,520 rows in this table.

 

What would be the best way to do this? Is there a direct query possible or would I need PHP?

Link to comment
Share on other sites

  • 3 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

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

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

Important Information

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.