eXecuteR this muweb have 1 problem for 97d+99i
no works Stats Adder
Character Demonu does not have enough points !
but i have 5000 points
For me it works perfectly.
I use SQL Server 2008 R2
Windows 7 (x32)
and files DarksTeam 97d + 99i
You need to reload after adding,
because LevelUpPoint not displayed correctly after query (Script flaw).
Error that gives is a result of: (function add_stats ())
.... Blah, blah ...
$ Stats = $ strength + $ agility + $ vitality + $ energy + $ command;
... Blah, blah ...
$ Query = mssql_query ("Select class,
LevelUpPoint, Strength, Dexterity, Vitality, Energy, LeaderShip From Character where name = '$ character'");
$ Row = mssql_fetch_row ($ query);
... Blah, blah ...
$ Newleveluppoints =
$ row [1] -
$ stats;
... Blah, blah ...
if (
$ stats>
$ row [1]) {echo "<font color = 'red'> Character $ character does not have enough
points! </ font> <br>"; $ Error = 1; }
Or simply if you're trying to add points again
the script tells you that
LevelUpPoint less of the
points that you want to put.