First the error:
1
2
3
4
5
2
3
4
5
LUA ERROR: sys/lua/cs2dtibia/saves/players.lua:3: '}' expected near '#' -> [C]: in function 'dofile' -> sys/lua/cs2dtibia/server.lua:138: in main chunk -> [C]: in function 'dofile' -> sys/lua/server.lua:1: in main chunk
And now the problem.
When you die from a monster and disconnect without respawning you will have your save as:
1
PLAYERCACHE[99153] = {Inventory={326}, Tutorial={inventory=true, hitm=true, safe=true, die=true}, MP=0, Money=4970, name="Player", Equipment={}, Experience=0, tmp={usgn=99153, atk=0, def=0, equip={{}, {}, {}, {}, {}, {}, {}, {}, {}}, exhaust={talk=false, use=false}, hp=100, spd=0}, Info={}, Level=1, HP=-1.#INF, Spawn={160, 176}}
Now if we look careful we see this:
1
hp=100, spd=0}, Info={}, Level=1, HP=-1.#INF
2. The error comes when you do what I said above and leave then your HP is -1.#INF and the # breaks the saves!!!
Please help!!!