View Single Post
xomp
BANNED
Join Date: Jul 2008
Old 09-07-2010 , 21:26   Re: [CSS/TF2] War3: Source - Customizable Warcraft Plugin. UPDATED
Reply With Quote #5

I have multiple issues with this plugin, not sure why. I'm guessing even though I'm using a database it doesn't remember a players level/stats? For example I can see in the database (dump below) that I have 125 points and am a level 1. However in-game all of the races say I'm still level 0.

Maybe I'm not understanding how this works, but logically it doesn't make sense so I'm going to call foul.

Code:
mysql> select * from war3source;
+--------------------+----------------+-------------+------+-------------+----------+-------------+------------+
| steamid            | name           | currentrace | gold | total_level | total_xp | levelbankV2 | last_seen  |
+--------------------+----------------+-------------+------+-------------+----------+-------------+------------+
| STEAM_0:1:7502955  | xomp           | undead      |    0 |           1 |      125 |           0 | 1283908964 |
+--------------------+----------------+-------------+------+-------------+----------+-------------+------------+
1 rows in set (0.00 sec)
Any help is appreciated.
xomp is offline
Send a message via Skype™ to xomp