I want to count all points from table character_raid_points for same charId
Example: I have 100 records for charID: 11111 and in every records has different int points for kill RB.
So I need to COUNT all RBs points per charId
"SELECT characters.char_name,character_raid_points.charId, character_raid_points.points FROM character_raid_points, characters WHERE character_raid_points.points AND characters.charId = character_raid_points.charId ORDER BY points DESC LIMIT 10;"
This command now generate CharId and points pet one row ( i mean per one kill RB ) - so Need to count all to one INT
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Alguém que saiba trabalhar com Engine.dll e Core.dll? Tenho hwid no servidor o código adaptado, mas não tenho parte do cliente, pois meu cliente é c4.. Alguém que faça esse tipo de serviço
Hello @Hitcher. Could you please clarify the scenario in which this happened?
Was it on GF server?
The drops that were on the ground were from the same character? These fell with autoloot off, then you activated autoloot and tried to pick? Please provide more details so we can replicate it.
Question
alexas545
Hi,
I want to count all points from table character_raid_points for same charId
Example: I have 100 records for charID: 11111 and in every records has different int points for kill RB.
So I need to COUNT all RBs points per charId
"SELECT characters.char_name,character_raid_points.charId, character_raid_points.points FROM character_raid_points, characters WHERE character_raid_points.points AND characters.charId = character_raid_points.charId ORDER BY points DESC LIMIT 10;"
This command now generate CharId and points pet one row ( i mean per one kill RB ) - so Need to count all to one INT
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.