ArcanWyvern said:
I am no mathematician but I am pretty sure you lost most of the points. Considering I unlocked the rewards on the right up to the purple shard, which takes 2000 points, and my ranking says I have little over 1000, I would say you lost some stuff.
Hello,
There is a graphical error (delay) with the display of the tournament points, however, all points are still recorded in the database.
regards
*sigh*. While I appreciate the response, it is pretty disheartening. What Frankenstein have you created? Databases don’t (delay). Your game client reads the data in the stored field and presents it. The client is reading a table, it doesn’t read ‘part’ of the field, and display ‘some’ of it. The value I see in the client is exactly what it fetches from the database, I can’t wait to see how this gets resolved.ArcanWyvern said:
I am no mathematician but I am pretty sure you lost most of the points. Considering I unlocked the rewards on the right up to the purple shard, which takes 2000 points, and my ranking says I have little over 1000, I would say you lost some stuff.Hello,
There is a graphical error (delay) with the display of the tournament points, however, all points are still recorded in the database.
regards
ArcanWyvern said:
*sigh*. While I appreciate the response, it is pretty disheartening. What Frankenstein have you created? Databases don’t (delay). Your game client reads the data in the stored field and presents it. The client is reading a table, it doesn’t read ‘part’ of the field, and display ‘some’ of it. The value I see in the client is exactly what it fetches from the database, I can’t wait to see how this gets resolved.
I’m a developer there are many reasons why code written would display this effect and the database would be fine
Consider for example a query where only the first 10 records were totaled. In this case we would all see the results we did , it works for a while then stops.
ArcanWyvern said:
KiwiMcSheep said:
*sigh*. While I appreciate the response, it is pretty disheartening. What Frankenstein have you created? Databases don’t (delay). Your game client reads the data in the stored field and presents it. The client is reading a table, it doesn’t read ‘part’ of the field, and display ‘some’ of it. The value I see in the client is exactly what it fetches from the database, I can’t wait to see how this gets resolved.ArcanWyvern said:
I am no mathematician but I am pretty sure you lost most of the points. Considering I unlocked the rewards on the right up to the purple shard, which takes 2000 points, and my ranking says I have little over 1000, I would say you lost some stuff.Hello,
There is a graphical error (delay) with the display of the tournament points, however, all points are still recorded in the database.
regards
lol that is the best, gold response. Tables don't lie, Tables don't make up whatever information "they" want to display. It is a query, the table on the DB responds with the answer. /shrug
Maths is hurd!