-
Total de itens
1574 -
Registro em
-
Última visita
-
Dias Ganhos
16
Tudo que kttallan postou
-
resolvido [Encerrado] Silence/Mute
tópico respondeu ao KratosTheBest de kttallan em Tópicos Sem Resposta
ata intão acho q so o roksas pode ajudar vocé. -
Erro Pesinste
-
resolvido [Encerrado] Silence/Mute
tópico respondeu ao KratosTheBest de kttallan em Tópicos Sem Resposta
man é no channels.xml assim explo : <channel id="6" name="Trade" level="8" muted="120" conditionId="2" conditionMessage="You may only place one offer in two minutes."> <vocation id="1"/> </channel> Onde e Muted ="120" quantos segundos ficara pra falar e onde tar negrito e a mensagem tendeu ? -
pedido - poketibia [Encerrado] (Pedido) Unique Item
tópico respondeu ao BrunooMaciell de kttallan em Tópicos Sem Resposta
Tenta Aew Bruno -
resolvido [Encerrado] [DÚVIDA] Dat editor, quando compila o SPR fica com 300kb
tópico respondeu ao guirlz de kttallan em Tópicos Sem Resposta
Ou O Normal Erro Do Dat Editor Ele Para De Funcionar No Salve. -
[pedido] ajuda com script [Encerrado] [Pedido] Ajuda com Script
tópico respondeu ao Gabrieltxu de kttallan em Tópicos Sem Resposta
Gabriel Para Evitar Mais Topicos Vou Te Dizer Como Tirar a Função De Level Desse Scripter De Poke Assim man essas config tão desativadas pela forma sem level do slicer. Intão Quando Vocé Ver um scripter Com isso E Vocé Quer usar No Seu Serve Remova As partes Colocadas Acima Ai Vocé Não Vai ter que criar varios topicos por causa disso pq agora vocé ja sabe obg. -
Concordo Mexer Com Sources Me Lembra eu ficar com dor de cabeça baixei a sources mais era so o otclient master normal..
-
Prefiro Esse Erro Mesmo A Coold Bar E Mt Legal Duvida Senada.
-
Sinm Duvida Senada.
-
Não SAbia Mals... Podes Me Dizer Aonde Eu Baixo ??
-
Man Aonde Fica Essa Pasta Que Duvida.. Aki No Meu e Creature.lua e ta assim -- @docclass Creature -- @docconsts @{ SkullNone = 0 SkullYellow = 1 SkullGreen = 2 SkullWhite = 3 SkullRed = 4 SkullBlack = 5 SkullOrange = 6 ShieldNone = 0 ShieldWhiteYellow = 1 ShieldWhiteBlue = 2 ShieldBlue = 3 ShieldYellow = 4 ShieldBlueSharedExp = 5 ShieldYellowSharedExp = 6 ShieldBlueNoSharedExpBlink = 7 ShieldYellowNoSharedExpBlink = 8 ShieldBlueNoSharedExp = 9 ShieldYellowNoSharedExp = 10 EmblemNone = 0 EmblemGreen = 1 EmblemRed = 2 EmblemBlue = 3 -- @} function getSkullImagePath(skullId) local path if skullId == SkullYellow then path = '/images/game/skulls/skull_yellow' elseif skullId == SkullGreen then path = '/images/game/skulls/skull_green' elseif skullId == SkullWhite then path = '/images/game/skulls/skull_white' elseif skullId == SkullRed then path = '/images/game/skulls/skull_red' elseif skullId == SkullBlack then path = '/images/game/skulls/skull_black' elseif skullId == SkullOrange then path = '/images/game/skulls/skull_orange' end return path end function getShieldImagePathAndBlink(shieldId) local path, blink if shieldId == ShieldWhiteYellow then path, blink = '/images/game/shields/shield_yellow_white', false elseif shieldId == ShieldWhiteBlue then path, blink = '/images/game/shields//shield_blue_white', false elseif shieldId == ShieldBlue then path, blink = '/images/game/shields//shield_blue', false elseif shieldId == ShieldYellow then path, blink = '/images/game/shields//shield_yellow', false elseif shieldId == ShieldBlueSharedExp then path, blink = '/images/game/shields//shield_blue_shared', false elseif shieldId == ShieldYellowSharedExp then path, blink = '/images/game/shields//shield_yellow_shared', false elseif shieldId == ShieldBlueNoSharedExpBlink then path, blink = '/images/game/shields//shield_blue_not_shared', true elseif shieldId == ShieldYellowNoSharedExpBlink then path, blink = '/images/game/shields//shield_yellow_not_shared', true elseif shieldId == ShieldBlueNoSharedExp then path, blink = '/images/game/shields//shield_blue_not_shared', false elseif shieldId == ShieldYellowNoSharedExp then path, blink = '/images/game/shields//shield_yellow_not_shared', false end return path, blink end function getEmblemImagePath(emblemId) local path if emblemId == EmblemGreen then path = '/images/game/emblems/emblem_green' elseif emblemId == EmblemRed then path = '/images/game/emblems/emblem_red' elseif emblemId == EmblemBlue then path = '/images/game/emblems/emblem_blue' end return path end function Creature:onSkullChange(skullId) local imagePath = getSkullImagePath(skullId) if imagePath then self:setSkullTexture(imagePath) end end function Creature:onShieldChange(shieldId) local imagePath, blink = getShieldImagePathAndBlink(shieldId) if imagePath then self:setShieldTexture(imagePath, blink) end end function Creature:onEmblemChange(emblemId) local imagePath = getEmblemImagePath(emblemId) if imagePath then self:setEmblemTexture(imagePath) end end
-
Manin Tem Como Mudar Pra Outra Cor Quando Fui Mudar Para Red Deu Errado Npcs Voltaram Para Cor Original ( VErde ) Tabem Manin Como Muda A Dos Pokes.
-
Já Procurei Mais Não Conseguir Achar.
-
Gente Estou Com Esse Seguinte Erro Aki Toda Vez Que Abro o Loot De Um Pokemon Intão Imagina Né [27/05/2013 15:47:45] [Error - CreatureScript Interface] [27/05/2013 15:47:45] In a timer event called from: [27/05/2013 15:47:45] data/creaturescripts/scripts/dropStone.lua:onKill [27/05/2013 15:47:45] Description: [27/05/2013 15:47:45] data/lib/some functions.lua:511: attempt to compare number with nil [27/05/2013 15:47:45] stack traceback: [27/05/2013 15:47:45] data/lib/some functions.lua:511: in function 'isStone' [27/05/2013 15:47:45] data/creaturescripts/scripts/dropStone.lua:10: in function <data/creaturescripts/scripts/dropStone.lua:1> DropStone.lua
-
Ola Acho q E Devido Aki No otclient Mesmo Assim Minha Duvida é Assim Como Botar os Nomes Dos Npcs De Uma Cor Diferente Quando Vocé Usa O Otclient O Nome E o Sangue Tabem oks Vlw So Isso Mesmo
-
Man Serio Na Cinseridade Vocés Não Sabe Organizard Um Ot Ficou Meio Estranho o SErve dava Mt hd Pra Os Player 3x Evento ou + Por Dia Acho Q Isos E Pra Iniciante Em Otserve.
-
Amigo Rok Ainda Não Foi Resolvido...
-
[Arquivado]Otclient - Informações Basicas
tópico respondeu ao kttallan de kttallan em Noticias - Arquivo
oks vou mudar... Ops Man Demorei Para REsponder Vocé Faiz o Seguinte Copia um Arquivo OtMod Renomei Para Serve.otmod Apague Tud Que Tiver Lá Dentro E Poe oq Tem La Em Cima.. -
help [Encerrado] Prenchendo Vps Help !
tópico respondeu ao kttallan de kttallan em Tópicos Sem Resposta
eita tanta gente sabe isso mais niguem ajuda ... -
[Arquivado]Otclient - Informações Basicas
tópico respondeu ao kttallan de kttallan em Noticias - Arquivo
Vocé Tens Uma idea pra Botar o Nome Do Titulo o Sky Não So Tou FAzendo uma Comparação Tabem Explico O Basico... -
[Encerrado][Projeto] Pokemon Online
tópico respondeu ao AlphaLove de kttallan em Formação de Equipes
Só uma Duvida Qual Servidor Base ?- 44 respostas
-
- formação de equipe
- tibia
-
(e 2 mais)
Tags:
-
poketibia [MODERN ACC/POKETIBIA] PokeXGames Layout 2.0
tópico respondeu ao LekoDS de kttallan em Websites & Layouts
è Legal So Que Acho Feio o Site Do PXG -
Stylo Por Uma Grande Parte Vocé Estar Falando a Verdade.
-
Kkk Sabia Que o Stylo Maldoso Tava Se Armando Pra Falar Mal Do Topico Qual o Topico Que Ele Não Fala Mau em kkk'k
-
Mtttt Foda !!!!! Não Espero Mais Nada Do Roksas Daki A Pocuo Ele Vai Criar Um Sistema De Mijar. kksks
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.