gabriel28
Membro-
Total de itens
558 -
Registro em
-
Última visita
-
Dias Ganhos
6
gabriel28 venceu a última vez em Março 20 2019
gabriel28 teve o conteúdo mais curtido!
Sobre gabriel28
-
Rank
Honrado
Informação de Perfil
-
Eu sou
Tibiano
Últimos Visitantes
-
Rogex Joyz reagiu a uma resposta no tópico: Stop Utamo Vita
-
Lurk reagiu a uma resposta no tópico: Stop Utamo Vita
-
leozincorsair reagiu a uma resposta no tópico: Limitar número de acc logada por IP
-
Scripting Limitar número de acc logada por IP
gabriel28 respondeu ao tópico de jakons em Suporte Tibia OTServer
@jakons Certo. Lembra de registrar no login.lua também. -
Scripting Limitar número de acc logada por IP
gabriel28 respondeu ao tópico de jakons em Suporte Tibia OTServer
@jakons Sim, esqueci de dizer. tag: <event type="login" name="AntiMC" event="script" value="antMC.lua"/> -
Scripting Limitar número de acc logada por IP
gabriel28 respondeu ao tópico de jakons em Suporte Tibia OTServer
@jakons local config = { max = 3, -- numero de players permitido com o mesmo ip group_id = 1 -- kikar apenas player com o group id 1 } local accepted_ip_list = {} -- lista dos players permitidos a usar MC, exemplo: {"200.85.3.60", "201.36.5.222"} local function antiMC(p) if #getPlayersByIp(getPlayerIp(p.pid)) >= p.max then doRemoveCreature(p.pid) end return true end function onLogin(cid) if getPlayerGroupId(cid) <= config.group_id then if isInArray(accepted_ip_list,doConvertIntegerToIp(getPlayerIp(cid))) == false then addEvent(antiMC, 1000, {pid = c -
@Thalles Novais 0.4+, se não me engano.
-
@Thalles Novais Tem uma versão do Object Build que salva as sprites com fundo transparente. Só cortar e usar algum programa ou página que faça imagem .GIF.
-
Belmont reagiu a uma resposta no tópico: Spell Mod God
-
@Phineasz Tinha esquecido do teu post. Queres que mude a vocação também? Porque no teu post só pede pra mudar a skin.
-
Sistema de Trainer Inovador
gabriel28 respondeu ao tópico de gristony em GlobalEvents, CreatureScripts & Weapons
@robiie123 Já tem no script. -- Weapon Types -- local weaponTypes = { { 1, 2 }, -- Sword { 2, 1 }, -- Club { 3, 3 }, -- Axe { 5, 5 }, -- Shield { 4, 4 } -- Distance } -
gabriel28 reagiu a uma resposta no tópico: [8.60] Sistema de Recompensa (reward chest)
-
gabriel28 reagiu a uma resposta no tópico: Merchant Island | 8.60
-
gabriel28 reagiu a uma resposta no tópico: Aula [8] Loops: while e repeat
-
@Phineasz Usa um desses scripts de buff e usa 'addOutfitCondition' pra mudar a outfit do player.
-
Outro DarkTheme e AutoComplete para Notepad++
gabriel28 respondeu ao tópico de WooX em Tutoriais sobre Scripting
@WooX Da pra adicionar novas funções pelo configurador de estilos sem precisar editar diretamente o XML? Se sim, como? EDIT: Deixa, já achei. hahah -
(Resolvido)Damage Player X Monster
gabriel28 respondeu ao tópico de DoidoPox em Suporte Tibia OTServer (Resolvidos)
@Donzela Creio seja na source, em player.cpp. -
KR3 reagiu a uma resposta no tópico: Script Ajuda +REP
-
@KR3 Nessa parte do script: if msgcontains(msg, 'entrar na akatsuki') then if getPlayerVocation(cid) ~= config then Troca por: if msgcontains(msg, 'entrar na akatsuki') then if getPlayerStorageValue(cid, 159004) == 1 or getPlayerStorageValue(cid, 159005) == 1 or getPlayerStorageValue(cid, 159006) == 1 or getPlayerStorageValue(cid, 159007) == 1 then doPlayerSendTextMessage(cid, 25, "você não pode entrar nessa academia você ja faz parte de uma") npcHandler:resetNpc(cid) end if getPlayerVocation(cid) ~= config then
-
Scripting Ajuda Editar Script Block Slot {ajuda}
gabriel28 respondeu ao tópico de KR3 em Suporte Tibia OTServer
@KR3 Troca (slot == 5) Por: (slot == 6) E vê se funciona. -
KR3 reagiu a uma resposta no tópico: Ajuda Editar Script Block Slot {ajuda}
-
Scripting Ajuda Editar Script Block Slot {ajuda}
gabriel28 respondeu ao tópico de KR3 em Suporte Tibia OTServer
@KR3 Testa ai: function onEquip(cid, item, slot) local it = {2354, 2134} --id dos itens if isInArray(it, itemid) then if (slot == 5) then return true else return false end end return true end Tag: <!-- ITENS Shields --> <movevent type="Equip" slot="shield" level="1" event="script" value="item1.lua"> </movevent> -
LeoTK reagiu a uma resposta no tópico: AJUDA COM SCRIPT PARA MAGIA
-
Kenpachi Br reagiu a uma resposta no tópico: AJUDA COM SCRIPT PARA MAGIA
-
Programação Executavel crashando
gabriel28 respondeu ao tópico de guga3211 em Suporte OTServer Derivados
@guga3211 Você procurou pelo RME também? -
Spell AJUDA COM SCRIPT PARA MAGIA
gabriel28 respondeu ao tópico de Kenpachi Br em Suporte Tibia OTServer
@Kenpachi Br local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 10) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY) setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1497) local arr = { { 1, 1, 1, 1, 1, 1. }, { 1, 0, 0, 0, 0, 1. }, { 1, 0, 0, 0, 0, 1, }, { 1, 0, 0, 2, 0, 1, }, { 1, 0, 0, 0, 0, 1, }, { 1, 0, 0, 0, 0, 1, }, { 1, 1, 1, 1, 1, 1, }, } local area = createCombatArea(arr) setCombatArea(combat, area) function onCastSpell(cid, var) local storage = 50
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!