Histórico de Curtidas
-
matheusbrito180 recebeu reputação de marley5 em Heeelp Erro no install.phpcria um arquivo de texto, e escreve dentro dele 127.0.0.1
e faz a instalação
-
matheusbrito180 recebeu reputação de LeoTK em (Resolvido)[Dúvida] Como editar esse botton do forum do siteMeu caro fica sim, e la dentro deve ter um div com id, para nao usar o css deve tirar o id dela e deixar so <div>
Que ira ficar 100% funcional e lindao
-
matheusbrito180 recebeu reputação de thiagobji em Windows ou LinuxCara 100% bota a cara eu recomendo a ovh.pt
Muito barato, o linux e o bixo meu mapa carregava em 90 segundos no windows ja no linux 20s. Primeira vez que usei me apaixonei !
-
matheusbrito180 recebeu reputação de Gibion em Otserv 10.53 (tb... u.u)amigo a pasta que tem a imagem promo.jpg é a que vc baixou do mitsug ! essa pasta ta completa com um global 10.53 baixe esse arquivo e coloque nesta pasta que tem a imagem promo.jpg
http://www.mediafire.com/download/zy371z7xqg1p3ub/TFS+10.53.rar
ajudei ? rep+
-
matheusbrito180 deu reputação a Drazyn1291 em Auxiliar para me ajudar a aprender script - Alguem se oferece para ajudar?Eae galera estou criando um otserv bem diversificado então eu queria me especializar mais em script para eu não depender 100% dos outros intendeu ? eu queria se possivel alguem se se oferece-se para me ajudar a me ensinar um pouco mais de script! alguem poder ajudar responde ae no chat e se tiver skype ou facebook manda ae que eu adiciono.
Edited :
Eu estou procurando alguém para me ajudar a eu aprender melhor de script
Vlw atenção
-
matheusbrito180 deu reputação a Caronte em [AJUDA] teleport que se tiver tal globalstorage não teleportamovements (scripts)
function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) if not getGlobalStorageValue(XXXX) then doTeleportThing(cid,{x=,y=,z=}) else doTeleportThing(cid,fromPosition) end return true end Coloque a action no piso e pronto,
configure a posição e o global storage...
instale em movements.xml
<movevent type="StepIn" actionid="Numero" event="script" value="Arquivo.lua"/> -
matheusbrito180 deu reputação a Frenesy em (Resolvido)[URGENTE] Wrath emperor script pleaseEsqueci desse detalhe
local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end function creatureSayCallback(cid, type, msg) if(not npcHandler:isFocused(cid)) then return false end local talkUser = NPCHANDLER_CONVBEHAVIOR == CONVERSATION_DEFAULT and 0 or cid msg = string.lower(msg) if (msgcontains(msg, 'quest) or msgcontains(msg, 'mission)) then selfSay("Voce tem as storages da mission?.", cid) talkState[talkUser] = 1 elseif msgcontains(msg, 'yes') and talkState[talkUser] == 1 then if getPlayerStorageValue(cid, 2050) == 1 and getPlayerStorageValue(cid, 2051) == 1 and getPlayerStorageValue(cid, 2052) == 1 and getPlayerStorageValue(cid, 2053) == 1 then selfSay("Legal, vc pode fazer a Quest.", cid) setPlayerStorageValue(cid, 2050, -1) setPlayerStorageValue(cid, 2051, -1) setPlayerStorageValue(cid, 2052, -1) setPlayerStorageValue(cid, 2053, -1) doTeleportThing(cid, {x= 99, y= 189, z= 7}) talkState[talkUser] = 0 else selfSay("Voce nao tem todas as storages", cid) talkState[talkUser] = 0 return true end return TRUE end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new()) -
matheusbrito180 deu reputação a Frenesy em (Resolvido)[URGENTE] Wrath emperor script pleaseMeio que improvisei aqui. Estou no serviço, não tem como testar.
local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end function creatureSayCallback(cid, type, msg) if(not npcHandler:isFocused(cid)) then return false end local talkUser = NPCHANDLER_CONVBEHAVIOR == CONVERSATION_DEFAULT and 0 or cid msg = string.lower(msg) if (msgcontains(msg, 'quest) or msgcontains(msg, 'mission)) then selfSay("Voce tem as storages da mission?.", cid) talkState[talkUser] = 1 elseif msgcontains(msg, 'yes') and talkState[talkUser] == 1 then if getPlayerStorageValue(cid, 2050) == 1 and getPlayerStorageValue(cid, 2051) == 1 and getPlayerStorageValue(cid, 2052) == 1 and getPlayerStorageValue(cid, 2053) == 1 then selfSay("Legal, vc pode fazer a Quest.", cid) setPlayerStorageValue(cid, 2050, -1) setPlayerStorageValue(cid, 2051, -1) setPlayerStorageValue(cid, 2052, -1) setPlayerStorageValue(cid, 2053, -1) talkState[talkUser] = 0 else selfSay("Voce nao tem todas as storages", cid) talkState[talkUser] = 0 return true end return TRUE end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new()) -
matheusbrito180 deu reputação a Yugami em (Resolvido)2 Scripts de storage, acho que é facil rep+não sei se vai funciona mas tenta assim
1.
function onUse(cid, item, frompos, item2, topos) local win = storage que ele vai ganha local los = storage que ele precisa ter if getPlayerStorageValue(cid, los) < 1 then doPlayerSendTextMessage(cid,22,"MSG QUE VAI APARECE QUANDO ELE GANHA") setPlayerStorageValue(cid, win, 1) else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "MSG QUE VAI APARECE SE ELE JA TIVE.") end return TRUE end 2.
function onUse(cid, item, frompos, item2, topos) local storage1 = STORAGE 1 local storage2 = STORAGE 2 local storage3 = STORAGE 3 local storage4 = STORAGE 4 local storage5 = STORAGE 5 local storage6 = STORAGE 6 pos = {x=1030, y=912, z=6} -- Onde Levara se ele tivér a storage if getPlayerStorageValue(cid, storage1) < 1 and getPlayerStorageValue(cid, storage2) < 1 and getPlayerStorageValue(cid, storage3) < 1 and getPlayerStorageValue(cid, storage4) < 1 and getPlayerStorageValue(cid, storage5) < 1 and getPlayerStorageValue(cid, storage6) < 1 then doPlayerSendTextMessage(cid,22,"MSG Que Aparece Se Ele é TP") doTeleportThing(cid, pos) else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "MSG Que Aparece Se ele Não tem Storage") end return TRUE end -
matheusbrito180 recebeu reputação de CyCu991 em Gesior 1.0 Moderado Por Min -V1queria saber como colocar mounts e addons a venda, por looktype ou storage
e se for por storage aonde acho todas storages
-
matheusbrito180 recebeu reputação de Saintsbr em erro gesiorposte seu layout.php !
-
matheusbrito180 recebeu reputação de neykos em Dúvida sobre Domínio apontar para site hospedado em casafunciona assim, você quer ativar o seu dominio, aonde você comprou vc acessa sua conta e adiciona o ip da sua maquina igual como se fosse um dominio free !