Really nice Addon, but there seems to be some trouble with table prefixes. Addon and DB are installed without any prefixes but the script seems to need them.
I manually changed the table names to prefix_rpg_...
Hero cration worked with this fix, but after clicking "Observe":
nvalid SQL:
SELECT *,rpg_battlemonster.id AS battleid ,rpg_battlemonster.time AS timebattle FROM rpg_battlemonster LEFT JOIN rpg_monster ON rpg_battlemonster.monsterid = rpg_monster.id WHERE rpg_battlemonster.userid ='35' ORDER BY battleid DESC;
MySQL-Fehler : Table 'user.rpg_battlemonster' doesn't exist.
Changing the table name to rpg_battlemonster without prefix does not work. Result:
MySQL-Fehler : Table 'user.rpg_battlemonster' doesn't exist
|