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

Soft Boots in SQLITE!

Kedor

New Member
Joined
Mar 3, 2008
Messages
263
Reaction score
0
Location
Poland, Gdynia
when i relog with soft boots on my feet i got that error.. and soft boots are "repaired" after relog..:( can i fix it in any way or impossible?

Code:
[25/03/2008  10:55:05] GOD Kedor has logged out.
[25/03/2008  10:55:07] Failed to unserialize attr_type: 16 for item: 6132
[25/03/2008  10:55:07] WARNING: Serialize error in IOLoginData::loadItems
[25/03/2008  10:55:07] GOD Kedor has logged in.


look on SS..
maybe it will help some ;(


when i delete that attribute after logging out.. and i will leave it blank.. and then log in .. its not "reparing" itself.. so can any1 tell me its possible to not give this attribute when logging out?? what is creating it? ;(

or can i make any kind of "script" (*.lua, *.xml, *.php, *.exe, *.whatever) which would delete that attribute? :D
<lol> ^_^
 

Attachments

Last edited:
Jonern said:
First, you need to create an environment object. This is done like this:

Code:
env = assert(luasql.mysql()) -- change mysql to sqlite3 if you use SQLite

that tutorial isnt rly helping for guys who dont even know that "LuaSQL" exist..
i heard about that first time.. and like some ppl:
Saphira said:
This tutorial made me confused... 0.o
explain what the different parts of the scripts does or something! 0.o
//Saphira
Saj said:
I dont get it, could someone help me? I wanna make my char get full accses in TFS.
i dont get anythink of that lol

whats the "environment object"
how do i create it..
where do i create it?
or just .. nvm maybe.. just close that thread ;) i am not any programmer or good scripter (i understand the lua scripts for npc which are made in TFS) ^^ and i am not interested in that..

"thanks" and bye
 
Well, you need to know some Lua before you can move on to using luasql. It's an intermediate tutorial.
 
Back
Top