-
Total de itens
343 -
Registro em
-
Última visita
-
Dias Ganhos
4
Tipo de Conteúdo
Perfis
Fóruns
Calendário
Publique
Tudo que Crypter postou
-
(Resolvido)[Pedido/Dúvida] Sistema de outfit alterado
Crypter respondeu ao tópico de LeoTK em Suporte OTServer Derivados (Resolvidos)
então cara precisa da storage 7545 pra ganhar a outfit, vê se o jogador que tu testo já ñ tem essa storage -
(Resolvido)[Pedido/Dúvida] Sistema de outfit alterado
Crypter respondeu ao tópico de LeoTK em Suporte OTServer Derivados (Resolvidos)
<?xml version="1.0"?> <outfits> <outfit id="1" quest="7545"> <list gender="0" lookType="31" name="Test"/> <list gender="1" lookType="31" name="Test"/> </outfit> </outfits> Faz uma script que seta a storage 7545 e testa -
(Resolvido)[Pedido/Dúvida] Sistema de outfit alterado
Crypter respondeu ao tópico de LeoTK em Suporte OTServer Derivados (Resolvidos)
Se você colocar o atributo storageId na outfit o servidor vai ligar normalmente, então foi algum erro na modo que tu coloco a nova outfit, pode ser que o teu 0.3.6 já tenha esse sistema -
Conheço um método e funciona em qualquer otserv
-
A Creaturescripts que faz o jogador fique imune a dano, foi registrada somente no login.lua ( Que é para os players), caso queira que funciona em monstros vai ter que registrar o creatureevent em todos os monstros
-
(Resolvido)Spell de Trap Effect
Crypter respondeu ao tópico de xMateuss em Suporte Tibia OTServer (Resolvidos)
local config = { storage = 98200, trap_time = 10, exhaustion_time = 30, effect = 1 } function onCastSpell(cid, var) if exhaustion.check(cid, config.storage) then doPlayerSendCancel(cid, "Aguarde "..exhaustion.get(cid, config.storage).." segundos.") return false end local position = {x = getCreaturePosition(var.number).x + 0, y = getCreaturePosition(var.number).y + 0, z = getCreaturePosition(var.number).z} doCreatureSetNoMove(var.number, true) addEvent(doCreatureSetNoMove,config.trap_time*1000,var.number, false) doSendMagicEffect(position, c -
(Resolvido)Script Anti-roubo para tfs 0.4
Crypter respondeu ao tópico de quemtuacha em Suporte Tibia OTServer (Resolvidos)
function onMoveItem(moveItem, frompos, position, cid) if getHouseFromPos(frompos) then if not getPlayerGUID(cid) == getHouseOwner(getHouseFromPos(frompos)) then doSendMagicEffect(getCreaturePosition(cid), 3) return doPlayerSendCancel(cid,"Voce nao pode mover itens desta house") and false end end return true end -
(Resolvido)Summon que cura o Player
Crypter respondeu ao tópico de peterson18 em Suporte Tibia OTServer (Resolvidos)
o código ta funcionando cara copia dnv -
(Resolvido)Summon que cura o Player
Crypter respondeu ao tópico de peterson18 em Suporte Tibia OTServer (Resolvidos)
local storage = 65321 local seconds = 10 local value = {1,400} local effect = 2 function onCast(cid, target) if exhaustion.check(cid, storage) then return true end local master = getCreatureMaster(cid) if isCreature(master) and getCreatureHealth(master) < getCreatureMaxHealth(master) then local health_value = math.random(value[1],value[2]) doCreatureAddHealth(master, health_value) doCreatureAddHealth(cid, health_value) doSendMagicEffect(getCreaturePosition(cid), effect) and doSendMagicEffect(getCreaturePosition(master), effect) return true and exhaustion.set(c -
Infraestrutura Galera estou tendo um problema no servidor
Crypter postou um tópico em Suporte OTServer Derivados
Galera estou com um problema no meu servidor, ele está apagando algumas contas/players do banco de dados, eu já olhei se foi alguma tentativa de invasão ou do tipo e não é pois está bem seguro, alguém já teve esse problema ou sabe como é causado? -
Scripting [NÂO CONSIGO AVOAR COM UM POKE SOBRE A AGUA]
Crypter respondeu ao tópico de UsToOliNN em Suporte OTServer Derivados
O jeito mais facil de se fazer isso é nas sources, qual servidor tu usa? -
function onCastSpell(cid, var) local time = 15 local vocation_start = getPlayerVocation(cid) local config_vocation={ --[id inicial] = {vocation_newId = novo id da vocação,outfit_id= id da newtype,msg_onChance=" 11You changed your vocation("..time..")."}, [1] = {vocation_newId = 2,outfit_id=20,msg_onChance=" 11You changed your vocation("..time..")."}, [2] = {vocation_newId = 3,outfit_id=21,msg_onChance=" 222You changed your vocation("..time..")."}, } local vocation = config_vocation[getPlayerVocation(cid)] if vocation then doSetCreatureOutfit(cid, {lookType = vocation.outfit_i
-
Você acha mesmo que estou falando do caminho? Estou falando do modo que tu colocou errado eu eu comentei o correto era só copiar e usar o site ,rs rsrsrsrs
-
o Notepad mostra que ta errado e você insiste em tentar acessar o site $config['site']['serverPath'] = 'C:\Users\sd410\Downloads\otglobal\Pack Premium\otpremium/';
-
<?PHP # Account Maker Config $config['site']['serverPath'] = 'C:\Users\sd410\Downloads\ot global 10.97\Pack Premium\otpremium/'; $config['site']['useServerConfigCache'] = false; $towns_list = array(1 => 'Venore', 2 => 'Thais', 3 => 'Kazordoon', 4 => 'Carlin', 5 => 'Ab Dendriel', 6 => 'Rookgaard', 7 => 'Liberty Bay', 8 => 'Port Hope', 9 => 'Ankrahmun', 10 => 'Darashia', 11 => 'Edron', 12 => 'Svargrond', 13 => 'Yalahar', 14 => 'Farmine', 15 => 'Gray Beach', 16 => 'Roshamuul', 30 => 'Rathleton'); Tenta dessa forma
-
LUA config file doesn't exist. Path: C:/Users/sd410/Downloads/ot global 10.97/Pack Premium/otpremium/config.lua Não foi encontrado o arquivo config.lua na pasta especificada
-
<?PHP # Account Maker Config $config['site']['serverPath'] = 'C:/Users/sd410/Downloads/ot global 10.97/Pack Premium/otpremium/'; $config['site']['useServerConfigCache'] = false; $towns_list = array(1 => 'Venore', 2 => 'Thais', 3 => 'Kazordoon', 4 => 'Carlin', 5 => 'Ab Dendriel', 6 => 'Rookgaard', 7 => 'Liberty Bay', 8 => 'Port Hope', 9 => 'Ankrahmun', 10 => 'Darashia', 11 => 'Edron', 12 => 'Svargrond', 13 => 'Yalahar', 14 => 'Farmine', 15 => 'Gray Beach', 16 => 'Roshamuul', 30 => 'Rathleton');
-
Scripting Bug no life ao deslogar com summon
Crypter respondeu ao tópico de PsyMcKenzie em Suporte Tibia OTServer
Você não pode dar Up em seu tópico por comentário, foi adicionado a opção de subir o tópico, tome cuidado, leia as regras. -
Como remover Unable to fetch blacklist
Crypter respondeu ao tópico de Kazuya9629 em Suporte Tibia OTServer
Posta seu otserv.cpp ( Arquivo da source ) -
Scripting SCRIPT COOLDOWN PARA ENTRA NA QUEST
Crypter respondeu ao tópico de JofreCorreia em Suporte Tibia OTServer
local config = { time = 120 -- em segundos requiredLevel = 1, daily = true, centerRazzagornRoomPosition = Position(33423, 32466, 14), playerPositions = { Position(33388, 32457, 14) }, newPositions = { Position(33417, 32467, 14), Position(33417, 32467, 14), Position(33417, 32467, 14), Position(33417, 32467, 14), Position(33417, 32467, 14) }, RazzagornPositions = { Position(33425, 32466, 14) } } function onUse(player, item, fromPosition, target, toPosition, isHotkey) if item.itemid == 9825 then if getGlobalStorageValue(56789) == 1 then return player:sen -
Spriting Alguem ajuda em sprite de dragon ball (tibia,gba)
Crypter respondeu ao tópico de menta2 em Suporte OTServer Derivados
Parece com o remake do servidor dbo brasil -
Scripting Ajuda colocar nome do player na mensagem.
Crypter respondeu ao tópico de eduh2 em Suporte OTServer Derivados
if target.itemid == 26398 then target:transform(26443) target:decay() item:remove(1) broadcastMessage("The".. player:getName() .." improved item to +1", MESSAGE_EVENT_ADVANCE) return true end Como você não postou o codigo tomo, eu coloquei o player ( na linha 5), caso de erro veja os callbacks do evento e me manda que posso arrumar -
Scripting [AJUDA] passiva do electabuzz
Crypter respondeu ao tópico de hakuna matata em Suporte OTServer Derivados
Você fez alguma cagada e apagou algum end -
Scripting [AJUDA] passiva do electabuzz
Crypter respondeu ao tópico de hakuna matata em Suporte OTServer Derivados
local hit_counts = 3 local hit_delay = 150 for z = 1,hit_counts do for a = 1, 9 do addEvent(sendStickEff,hit_delay*z,cid, t[a]) end end
TibiaKing
Open Tibia Server
Quer aprender a criar seu próprio servidor de Tibia? Então está no lugar certo, aqui você encontrará milhares de tutorias, scripts, códigos, mapas e utilitários para que você possa fazer o seu próprio servidor de Tibia começando do zero.
Anuncie no TibiaKing
Precisa de mais visibilidade em seus projetos? Quer fazer um plano publicitário para o seu servidor? Anuncie no OTKing e faça sua divulgação, possuímos centenas de acessos simultâneos e milhares diários, com certeza será a sua solução!