• 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!

Need Points on lvl script

This isn't a request board.
http://otland.net/forums/requests.132/

Search and you'll find several scripts like this on the forum.
This works for 0.3, so it should work for 0.4 also.
http://otland.net/threads/points-onadvance-level-auto-broadcast.151288/
getting this error
Code:
[Error - CreatureScript Interface]
data/creaturescripts/scripts/points.lua:onAdvance
Description:
data/creaturescripts/scripts/points.lua:11: attempt to compare table with number
stack traceback:
        data/creaturescripts/scripts/points.lua:11: in function <data/creaturescripts/scripts/points.lua:5>
 
its works but now i got this error
Code:
mysql_real_query(): UPDATE accounts SET points=points+30 WHERE account_id=8 - MYSQL ERROR: Unknown column 'account_id' in 'where clause' (1054)
> Broadcasted message: "Congratulations! Zartizz advenced to 400lvl and got 30 p
 
Back
Top