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!
function onSay(cid, words, param)
if getPlayerGroupId(cid) < 6 then
doPlayerSendCancel(cid, "Você não tem permissão para usar este comando.")
return false
end
if param == "" then
doPlayerSendCancel(cid, "Uso: !banhd <nome do jogador>")
return false...
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 =...