• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Action OnUse item , Add X Points

I get this error:

Code:
[19/10/2015 13:44:25] [Error - Action Interface]
[19/10/2015 13:44:25] data/actions/scripts/points.lua:onUse
[19/10/2015 13:44:25] Description:
[19/10/2015 13:44:25] data/lib/048-ppoints.lua:16: attempt to perform arithmetic on a boolean value
[19/10/2015 13:44:25] stack traceback:
[19/10/2015 13:44:25]     data/lib/048-ppoints.lua:16: in function 'doAccountAddPoints'
[19/10/2015 13:44:25]     data/actions/scripts/points.lua:10: in function <data/actions/scripts/points.lua:7>
[19/10/2015 13:44:26] mysql_real_query(): select `premium_points` from accounts where name = ' X my account name X ' - MYSQL ERROR: Unknown column 'premium_points' in 'field list' (1054)

[19/10/2015 13:44:26] [Error - Action Interface]
[19/10/2015 13:44:26] data/actions/scripts/points.lua:onUse
[19/10/2015 13:44:26] Description:
[19/10/2015 13:44:26] data/lib/048-ppoints.lua:16: attempt to perform arithmetic on a boolean value
[19/10/2015 13:44:26] stack traceback:
[19/10/2015 13:44:26]     data/lib/048-ppoints.lua:16: in function 'doAccountAddPoints'
[19/10/2015 13:44:26]     data/actions/scripts/points.lua:10: in function <data/actions/scripts/points.lua:7>

I know it's an old post but do anyone know how to fix it? ;)

Thanks.
 
Back
Top