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!
Hello guys,
How do i use the db.getResult lua code to get i.e a characters Vipdays into a variable called paccd. I'll try, correct me...
local accid = getPlayerAccountId(cid)
local paccd = db.getResult(SELECT 'Vipdays' FROM 'accounts' WHERE 'id' == '..accid..';)
It generates an error of...
What's wrong with this code:
function onUse(cid, item, fromPosition, itemEx, toPosition)
local voc = 1
local pos = {86,2039,7}
doPlayerSetVocation(cid, voc)
doTeleportThing(cid, pos)
return true
end
The teleport thing doesn't work, why?
Yes,
I'm trying to make a tile so that when a character walks on it and doesn't meet certain
circumstances, he will be teleported to x,y,z pos.
I.e:
He walks on a tile but hasn't the right vocation number, so he will be teleported.
If you want areas for only knights i.e.
I have made a...
Does anyone know how I, simply as possible can edit columns in tables in my mysql database with scripts in the game.
Like u press a lever and a column in the "players" table called vipdays changes to 30.
And if you know how to make it to change to +30,(add 30 days to current value)
I'm...
Hey guys,
My friend can connect to the login server of my ot, but not the game server.
In short, he can see the character list but he can't join the game.
I can join the game though and i have both 7171 and 7172 ports opened.
Please help... :(
Hello, someone using AVG anti-virus?
Cause apparently my AVG is the one blocking me from running my crying damson.exe on my tfs 0.3.6p1.
It says something about that i don't have permission to start the exe file that AVG thought was infected by a trojan horse.
Please help if you recognize this.
That's not quite what i wanted to hear ;(
Isn't there a easier way then uninstalling AVG?
I mean you can't somehow tell AVG it's cool?
(It doesn't work with just ignoring)
Do other AVG users have the same problem? How do they solve it?
Hello,
I remember just 3-4 months ago when i was using tfs's 0.3.6p1
and it worked great!
Back then i couldn't script or do mapping or anything so i couldn't take advantage of the server so much. Now i can script and do mapping and can't wait to try out all of my new ideas on how to make a...
What do i have to change for this code to be healing health instead?
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE)
setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)...