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!
Use a function:
function Player:doCheckBossRoom(bossName, fromPos, toPos)
if self then
for x = fromPos.x, toPos.x do
for y = fromPos.y, toPos.y do
for z = fromPos.z, toPos.z do
local sqm = Tile(Position(x, y, z))
if...
Are you using some custom scripts in creaturescripts? Are you sure you dont have prey on that creature? Does it happen on all items or just stackables?
Project is still going on. Website got build-in wiki made from ots files. Normal users can also make guides (in html, js disabled) and admins have to accept it / reward (Players can check in their account panel if the guide was accepted and if tc was awarded).
Tasks are imported from lua...
Recently, I started working on the tibia website with Java + js. So far only basics are done. The website will scale good on phones.
The Wiki is generated from server files. It reads all attributes, including lvl, wand damages from weapons and movements folder (reads requirments from rev script...
Out of curiosity.
How many tabulators do you usually use for indents while programming?
What's your tabulator length?
Personally, I use 1 tab (length = 2) * n (n - depth)