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!
HOW CAN I GET THE REFLECTION MAGIC THAT YOU NEED TO BUY FROM THE NPC? I CAN'T SET IT. CREATURE SCRIPT
function onStatsChange(cid, attacker, type, combat, value)
-- Verificar se o Reflection está ativo
if getPlayerStorageValue(cid, 12978) > os.time() then
-- Garantir que o...
<?xml version="1.0" encoding="UTF-8"?>
<mod name="Cleanhouses" version="1.04" author="Dark" contact="otland.net" enabled="yes">
<description>
v.1.04 - Adicionado 'onlyNonPremium' configurável.
Versão sem erros por favor caso não é avançado na área não modifique nada...
It's like Matheus said, you have to filter, you have to change to TFS 1.5 which has more performance, but the main point is that I modeled my server from 0, but that's ok, thanks for the answers.
[TFS 0.3.6 - 8.60] -HOW DO I MAKE THE MINIMAP COMPLETE IN THE TIBIA 8.60 CLASSIC CLIENT?
C:\Users\Samuel\AppData\Roaming\Tibia\Automap
Exemple: 00000003.map
OTLAND HELP ME !SELL AND !LIST FUNCTION ONLY BUY NO FUNCTION
function onSay(cid, words, param)
if words == "!sell" then
-- Código de venda (não alterado)
end
if words == "!buy" then
if param == "" then
doPlayerSendCancel(cid, "Use: !buy itemName...
BUY .LUA
--[[ Buy & Sell Talkaction System
Made by Yohan(me). ]]--
function onSay(cid, words, param) -- script by Yohan
local config = {
levelNeeded = 8,
muteTime = 120, -- time in Seconds that the player will be without broadcasting.
storage =...
I wanted him to take normal damage without having to use item 5902
local UPGRADE_ITEM_ID = 5902 -- The upgrade item, in this case, the "scary blue eye"
local LIFE_LEECH_INCREMENT = 1 -- Percentage to be added to Life Leech
local MANA_LEECH_INCREMENT = 1 -- Percentage to be added to Mana Leech...