Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
To use setOutfit you need send a table like parameter, example:
local outfit = {
mount = 0,
type = 144,
feet = 78,
addons = 3
legs = 95
auxType = 0,
head = 78,
body = 114}
The table has the looktype, colors, addons and mount
Hello guys!
I'm building a interface with SQLITE3 and Lua on the otclient. But I want return a table with the results of the SELECT for use in Lua.
A table like:
local selected = db:exec("SELECT * FROM PERSON")
--[
what I wanted:
selected = {{name = "Scot", age = 18, id = 1}, {name = "Louis"...
I use windows 10 x64 and I compiled the client using msvc 2015 but when running it stops responding for any reason. The solution finded was compile with code::blocks