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
https://forums.phpfreaks.com/topic/179248-query-help-needed/
Share on other sites

  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.

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