Zyntax
*WannaBe Scripter*
I recently downloaded and installed the "new" TFS1.0 (10.31) files, set everything up as usual, created my Chars and logged in.
As I tried some things out, scripted some shit, I noticed that the meta functions are kinda screwed up.
e.g.
I tried to /addskill *char name*,l,10
At first it worked, the char got 10 levels, the same goes for skills, everything perfect.
I created some stuff like /i *itemID*,*count* and it also worked perfectly.
Today I started off as usual, starting up the server, logging in.
I changed NOTHING at all compared to yesterday.
I tried to /i again
aaaand then this
It's telling me that this line
but the param:split(",") command seems legit and correct to me, it worked some hours ago...
I can't seem to find the cause of this problem and that's why I hope that SOMEBODY out there could give a helping hand, it's frustrating to search for hours and get no result at all.
As I tried some things out, scripted some shit, I noticed that the meta functions are kinda screwed up.
e.g.
I tried to /addskill *char name*,l,10
At first it worked, the char got 10 levels, the same goes for skills, everything perfect.
I created some stuff like /i *itemID*,*count* and it also worked perfectly.
Today I started off as usual, starting up the server, logging in.
I changed NOTHING at all compared to yesterday.
I tried to /i again
aaaand then this
It's telling me that this line
Code:
local split = param:split(",") <- is screwed
I can't seem to find the cause of this problem and that's why I hope that SOMEBODY out there could give a helping hand, it's frustrating to search for hours and get no result at all.