Tudo que Matheus Lirou postou
-
Opiniões de vocês ! Global, Baiak ou Mapa Próprio?!
Mapa proprio... Porque? eu particularmente estou enjuado de ver esses ots com mapa global e baiak... seria legal começar a jogar um ot com mapa proprio e explorando o mapa etc. seria muito legal !
-
(Resolvido)[Opiniões] Tfs !
Obrigado pela resposta rep+ !
-
(Resolvido)[Opiniões] Tfs !
Galera Arrumei Meu OTServer 8.60 Aque Gostaria Que Alguém Me Fala-se Se Meu Tfs Ta Otimo Pra Por o Servidor Online ! GOSTARIA DE SABER SE ISSO ABAIXO NÃO PREJUDICA O SERVIDOR: Cheking software version... failed checking - malformed file. Loading guildWarSystem.xml... done, bug disabled 7 mods were loaded ( 1 disabled). REP+ As Opiniões !
- [Help] Fast ! Ajuda Obg REP+
- [Help] Fast ! Ajuda Obg REP+
-
[Help] Fast ! Ajuda Obg REP+
Galera Meu OT Ta 100% Sem Bugs Ao Iniciar ! + Depois Que Um Player Entra Continua Sem Bug Apos o Player Começa a Upar Level Começa Da Esse Erro No Exe. Alguem Poderia Me Ajudar? Obg REP+ OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: player_advances (INSERT INTO player_advances (cid, skill, oldlevel, newlevel, time) VALUES ('5', '3', '10', '11', '1421602343' ))
- [Ajuda] Ajuda Com Dois Scripts ! Rep+
-
[PEDIDO] BANNER "HEADER"
Obrigado !
-
[PEDIDO] BANNER "HEADER"
até sexta-feira ta bom... ée o dia que vo lançar meu server on dedicado !
-
[PEDIDO] BANNER "HEADER"
header.png / largura: 973 / altura: 150
-
[PEDIDO] BANNER "HEADER"
Olá galera do tk ! estou aque pra pedir um header.png / largura: 973 / altura: 150 / um header estilo esse: Só Que No Lugar Do OldWorld Open Tibia Gostaria Que Fosse: MysticWorld Open Tibia REP+
-
[Ajuda] Ajuda Com Dois Scripts ! Rep+
Gostaria Que Alguém Me Ajudasse a Instalar Esses Dois Scripts No Meu OTServer Eu Sei As Funções De Cada Um + Não Consigo Instalar Eles ! Rep+ 1° Script: A Função Dele é Que Quando o Player Tiver a Storage "13340" o Player Fica Piscando o Outfit. local events = {} function newColor(n) local n = tonumber(n) or 0 local n = n - 19 return tonumber(n) or 0 end -- comentario: se a cor for preta o addon vai para branco sendo que o certo é diminuir 19.. function changeOutfit(cid) local sec = 0.5 if (isPlayer(cid) == FALSE) then return false end local temp = getCreatureOutfit(cid) if type(temp) == "number" then return true end local outfit = { lookType=temp.lookType, lookHead=newColor(temp.lookHead), lookBody=newColor(temp.lookBody), lookLegs=newColor(temp.lookLegs), lookFeet=newColor(temp.lookFeet), lookAddons = getCreatureOutfit(cid).lookAddons } doSetCreatureOutfit(cid, outfit, sec) local event = addEvent(changeOutfit, 3.0*sec*450, cid) events[cid] = event return true end function onLogin(cid) local storage = getGlobalStorageValue(13340) if storage == getPlayerGuildId(cid) then local event = addEvent(changeOutfit, 0, cid) events[cid] = event end return TRUE end function onLogout(cid) if events[cid] then stopEvent(events[cid]) end return TRUE end 2° Script: A Função Dele é Ficar Girando Shurikens Em Volta Do Player Após Dar o Ultimo Hit Em "x" Monster ! function loopEffect(uid, effect, tempo) local pos = getPlayerPosition(uid) local effectPositions = { [1] = {x = pos.x + 1, y = pos.y, z = pos.z, stackpos = 0}, [2] = {x = pos.x + 1, y = pos.y - 1, z = pos.z, stackpos = 0} } doSendDistanceShoot(effectPositions[math.random(#effectPositions)], effectPositions[math.random(#effectPositions)], effect) addEvent(function() if (isPlayer(cid) == FALSE) then loopEffect(uid, effect, tempo) end end, 1000 * tempo) return true end
-
[AJUDA] Help Alguem Poderia Disponibilizar Um WebSite Parecido?
Topico Fechado
- (Resolvido)[AJUDA] Help Dois Efeitos REP+ !
-
(Resolvido)[AJUDA] Help Dois Efeitos REP+ !
OPS ! o erro começou dps que iniciei o servidor [13/01/2015 14:42:19] [Error - GlobalEvents::onThink] Couldn't execute event: effect [13/01/2015 14:42:21] [Error - GlobalEvents::onThink] Couldn't execute event: effect [13/01/2015 14:42:23] [Error - GlobalEvents::onThink] Couldn't execute event: effect [13/01/2015 14:42:25] [Error - GlobalEvents::onThink] Couldn't execute event: effect [13/01/2015 14:42:27] [Error - GlobalEvents::onThink] Couldn't execute event: effect [13/01/2015 14:42:29] [Error - GlobalEvents::onThink] Couldn't execute event: effect [13/01/2015 14:42:31] [Error - GlobalEvents::onThink] Couldn't execute event: effect [13/01/2015 14:42:33] [Error - GlobalEvents::onThink] Couldn't execute event: effect [13/01/2015 14:42:35] [Error - GlobalEvents::onThink] Couldn't execute event: effect [13/01/2015 14:42:37] [Error - GlobalEvents::onThink] Couldn't execute event: effect [13/01/2015 14:42:39] [Error - GlobalEvents::onThink] Couldn't execute event: effect
- (Resolvido)[AJUDA] Help Dois Efeitos REP+ !
- (Resolvido)[AJUDA] Help Dois Efeitos REP+ !
-
(Resolvido)[AJUDA] Help Dois Efeitos REP+ !
<?xml version="1.0" encoding="UTF-8"?> <globalevents> <globalevent name="save" interval="900" script="save.lua"/> <globalevent name="clean" interval="7000" script="clean.lua"/> <globalevent name="propaganda" interval="1000" script="propaganda.lua"/> <globalevent name="comandos" interval="1500" script="comandos.lua"/> <globalevent name="noticia" interval="2000" script="noticia.lua"/> <globalevent name="saveplayer" interval="30" event="script" value="saveplayer.lua"/> <globalevent name="basin do templo" interval="3" script="basin do templo.lua"/> </globalevents> Obs: Acima eu ja tirei o effect pra poder abrir o server !
- (Resolvido)[AJUDA] Help Dois Efeitos REP+ !
-
(Resolvido)[AJUDA] Help Dois Efeitos REP+ !
Depois vai em Globalevents/Scrips, copia um arquivo e da um nome de effect.lua e cola: local storage = 15487 -- Storage necessaria pros efeitos sairem local efeito = 35 -- Efeito que vai sair local vocacao = 1 -- Vocacao que vai sair o efeito local level = 200 - Level necessario function onThink(interval, lastExecution) if getPlayerStorageValue(cid, storage) then if getPlayerLevel(cid) >= level then local players = getPlayersOnline() for _, pid in ipairs(getPlayersOnline()) do if(getPlayerVocation(pid) == vocacao) then playerp = getPlayerPosition(pid) doSendMagicEffect(playerp, efeito) end end end return true end Eu tenho conhecimento so pra fazer a da Aura, agora do char ficar mais claro e mais escuro não ! Mals Gostaria De Saber Se Tem Como Fazer Ex: Eu Uso Um Item e Começa a Brilhar o Player?
- (Resolvido)[AJUDA] Help Dois Efeitos REP+ !
-
[AJUDA] The Forgotten Server, version 0.3.1
cara se é tão ignorante que nem responder se não precisaria que essa resposta foi a + ignorante não resolve nada do meu problema ! obg REP -
-
[AJUDA] The Forgotten Server, version 0.3.1
Alguem poderia me ajudar a retirar isso ? [12/01/2015 13:46:07] Duplicate uniqueId 12901 [12/01/2015 13:46:07] Duplicate uniqueId 12904 [12/01/2015 13:46:07] Duplicate uniqueId 12902
- (Resolvido)[PEDIDO] MAPA CIDADE BANGAROLE
-
[PEDIDO] MAPA CASTELO !
Andei olhando pra alguns tópicos de mapas "CASTELO" não achei nenhum interessante, gostaria de fazer um pedido de um castelo de + ou - uns 5 a 8 andares tamanho médio com enfeites estilo esse do video não precisa ser igual + estilo esse: