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!
Hi guys, not only for the OTC, but also for the Tibia Client. Has anyone been able to customize ICON's of the conditions? I'm trying to customize an icon for a specific spell but I don't find anything about it.
ICON_POISON = 1 << 0,
ICON_BURN = 1 << 1,
ICON_ENERGY = 1 << 2...
Hi, @Forby! I'm following your updates on the site, to be congratulated!
U'll implement dungeons (floor -1, -2, ...)? I thought "Cave" were them, but they are small entrances on the mountains...
Thank's
TFS 1.3
Script to summon:
local configId = {
[1] = {26382}
}
function onThink(interval, lastExecution, thinkInterval)
for _, name in ipairs(getOnlinePlayers()) do
local pid = getPlayerByName(name)
local pos = getPlayerPosition(pid)
for _, i in pairs(configId) do...
AWS Amazon provides 1 year for free. But it is not an ideal server to support a server for players, you really need to invest the value to have a quality server to support multiplayer at the same time. If you just want to test, try Amazon AWS and/or a few others you can find on google.com
Hi again, I'm in a battle to try compile the OB. This check should be done in the compilation files, right? If it's, I think I'll have to leave it for another time because I can't compile the OB to test any changes. :\
Thank you! I would like to understand what the calculation made for the primaryDamage damage. Does he take Skill and sum with the weapon he's using? What is the calculation?
Hi, I found the error similar to the one it presents when I try to open 10.98 in Object Builder 0.4.5. Watch:
OTC:Startup done :]
ERROR: Failed to read dat '/things/1098/Tibia.dat': corrupt data (id: 3, category: 1, count: 255, lastAttr: 0)'
Exiting application..