Ir para conteúdo

SkyDark

Membro
  • Registro em

  • Última visita

Tudo que SkyDark postou

  1. SkyDark postou uma resposta no tópico em Suporte Tibia OTServer
    Como assim?tipo os senior tutores,fazen os comandos /i,/attr?
  2. Nuss ele posto em mapping?
  3. SkyDark postou uma resposta no tópico em Ouvidoria
    Talvez nao seja ban,talvez seja suspençao
  4. Esse system é bom pra kas em
  5. Sem duvida,o mapa é mt bom em
  6. Fmz,man,qualquer coisa to ae
  7. Pasta do ot/data/global events/scripts,acha o arquivo broadcast,e edita como vc quiser
  8. SkyDark postou uma resposta no tópico em Suporte Tibia OTServer
    Tbm to atraz desses scripts,quem ae souber dou rep+ Depois vá em actions e adicione a seguinte tag : <action actionid="xxxx" script="addon.lua"/> Subistitua o " xxxx " por o ID do item Configurando : [/size] lookType = 141, -- A Newtype da outfit male } local female = { lookType = 142, -- A Newtype da outfit female Ali em Looktype você vai colocar o ID do outfit O loot type,posso por qualquer um?
  9. Ja faz um tempo nada foi ontem ¬¬'
  10. SkyDark postou uma resposta no tópico em Suporte Tibia OTServer
    Eu tentei nao deu Epsera ae,eu ja tento
  11. SkyDark postou uma resposta no tópico em Suporte Tibia OTServer
    Galera esse é o meu script de cadeia,eu queria sabe onde eu mecho para mudar o tempo que ele fica la dentro -- Default jail time in seconds -- default_jail = 30 -- The permission you need to jail someone -- grouprequired = 3 -- StorageValue that the player gets -- jailedstoragevalue_time = 1338 jailedstoragevalue_bool = 1339 -- POSIcaO DA CADEIA: -- jailpos = { x = 128, y = 72, z =7 } -- POSICAO DO TEMPLO: -- unjailpos = { x = 160, y = 52, z =7 } -- auto kicker, dont edit jail_list = {} jail_list_work = 0 function checkJailList(param) addEvent(checkJailList, 1000, {}) for targetID,player in ipairs(jail_list) do if isPlayer(player) == TRUE then if getPlayerStorageValue(player, jailedstoragevalue_time) < os.time() then doTeleportThing(player, unjailpos, TRUE) setPlayerStorageValue(player, jailedstoragevalue_time, 0) setPlayerStorageValue(player, jailedstoragevalue_bool, 0) table.remove(jail_list,targetID) doPlayerSendTextMessage(player,MESSAGE_STATUS_CONSOLE_ORANGE,'You were kicked from jail! See you later ') end else table.remove(jail_list,targetID) end end end function onSay(cid, words, param) if jail_list_work == 0 then jail_list_work = addEvent(checkJailList, 1000, {}) end if param == '' and (words == '!unjail' or words == '/unjail') then if getPlayerStorageValue(cid, jailedstoragevalue_time) > os.time() then doPlayerSendTextMessage ( cid, MESSAGE_INFO_DESCR, 'You are jailed until ' .. os.date("%H:%M:%S", getPlayerStorageValue(cid, jailedstoragevalue_time)) .. ' (now is: ' .. os.date("%H:%M:%S", os.time()) .. ').') else if getPlayerStorageValue(cid, jailedstoragevalue_bool) == 1 then table.insert(jail_list,cid) doPlayerSendTextMessage ( cid, MESSAGE_INFO_DESCR, 'You will be kicked from jail in one second.') else doPlayerSendTextMessage ( cid, MESSAGE_INFO_DESCR, 'You are not jailed.') end end return TRUE end local jail_time = -1 for word in string.gmatch(tostring(param), "(%w+)") do if tostring(tonumber(word)) == word then jail_time = tonumber(word) end end local isplayer = getPlayerByName(param) if isPlayer(isplayer) ~= TRUE then isplayer = getPlayerByName(string.sub(param, string.len(jail_time)+1)) if isPlayer(isplayer) ~= TRUE then isplayer = getPlayerByName(string.sub(param, string.len(jail_time)+2)) if isPlayer(isplayer) ~= TRUE then isplayer = getPlayerByName(string.sub(param, string.len(jail_time)+3)) end end end if jail_time ~= -1 then jail_time = jail_time * 60000 else jail_time = default_jail end if words == '!jail' or words == '/jail' then if getPlayerGroupId ( cid ) >= grouprequired then if isPlayer(isplayer) == TRUE then doTeleportThing(isplayer, jailpos, TRUE) setPlayerStorageValue(isplayer, jailedstoragevalue_time, os.time()+jail_time) setPlayerStorageValue(isplayer, jailedstoragevalue_bool, 1) table.insert(jail_list,isplayer) doPlayerSendTextMessage ( cid, MESSAGE_INFO_DESCR, 'You jailed '.. getCreatureName(isplayer) ..' until ' .. os.date("%H:%M:%S", getPlayerStorageValue(isplayer, jailedstoragevalue_time)) .. ' (now is: ' .. os.date("%H:%M:%S", os.time()) .. ').') doPlayerSendTextMessage ( isplayer, MESSAGE_INFO_DESCR, 'You have been jailed by '.. getCreatureName(cid) ..' until ' .. os.date("%H:%M:%S", getPlayerStorageValue(isplayer, jailedstoragevalue_time)) .. ' (now is: ' .. os.date("%H:%M:%S", os.time()) .. ').') return TRUE else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Player with this name doesn\'t exist or is offline.") return FALSE end else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You don't have access to unjail other players.") return FALSE end elseif words == '!unjail' or words == '/unjail' then if getPlayerGroupId ( cid ) >= grouprequired then if isPlayer(isplayer) == TRUE then doTeleportThing(isplayer, unjailpos, TRUE) setPlayerStorageValue(isplayer, jailedstoragevalue_time, 0) setPlayerStorageValue(isplayer, jailedstoragevalue_bool, 0) table.remove(jail_list,targetID) doPlayerSendTextMessage(isplayer,MESSAGE_STATUS_CONSOLE_ORANGE,getCreatureName(cid) .. ' let you go out from jail! See you later') doPlayerSendTextMessage ( cid, MESSAGE_INFO_DESCR, 'You unjailed '.. getCreatureName(isplayer) ..'.') else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Player with this name doesn\'t exist or is offline.") return FALSE end else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You don't have access to unjail other players.") return FALSE end end return FALSE end
  12. Post fotos e scan!!!
  13. Opa,vlw ae,vo por no meu server
  14. Opa vlw ae,tava procurando um assim
  15. tem como alguem me passa o mapa para download?
  16. Tipo como eu add otro comando exemplo,gamemaster,ele nao tem o comando /i,como fasso para ele ter?
  17. Os cara so ajuda,se ganhar algo em troka,
  18. Mas tipo ai vamo supor ele tem 2000000000000 de hp ai eu falo !rhp 100 o player fica com 100 de hp? ai o player vai pode comprar vida de novo tudo certinho?
  19. Tem como explicar melhor?
  20. Gente meu ot tem systema de comprar vida tipo .!buyvida,eu queria sabe se desse pramin reseta a vida do player
  21. SkyDark postou uma resposta no tópico em Suporte & Pedidos
    Photoshop,mais aconshelo usa,so se vc conheçer bem
  22. khaos.servegame.com
  23. LA NO MEU OT TEM ESSE BUG OS PLAYERS NUNCA MORRE,SO FICA SEM VIDA,E O NOME NAO APARECE PFPF ALGUEM ME AJUDE.
  24. SkyDark postou uma resposta no tópico em Suporte & Pedidos
    Se vc estiver començando esta bom

Informação Importante

Confirmação de Termo