Ir para conteúdo

SkyLigh

Lorde
  • Total de itens

    2183
  • Registro em

  • Última visita

  • Dias Ganhos

    23

Tudo que SkyLigh postou

  1. SkyLigh

    Tiles vip

    tente http://www.xtibia.com/forum/topic/136543-vip-system-by-account-v10/
  2. SkyLigh

    Tile Vip

    ata function onStepIn(cid, item, position, fromPosition) local config = { pos = {x=160,y=54,z=7} -- position } if(isInArray({5, 6, 7, 8}, getPlayerVocation(cid))) then return TRUE end if getPlayerStorageValue(cid, 13545) - os.time() <= 0 then doTeleportThing(cid, config.pos) doPlayerPopupFYI(cid,"Desculpe,Camelôs Apenas Para Jogadores Vips") return TRUE end end
  3. SkyLigh

    Tile Vip

    Ok ! function onStepIn(cid, item, position, fromPosition) local config = { } if(isInArray({5, 6, 7, 8}, getPlayerVocation(cid))) then return TRUE end if getPlayerStorageValue(cid, 13545) - os.time() <= 0 then doTeleportThing(cid, fromPosition, true)doPlayerPopupFYI(cid,"Desculpe,Camelôs Apenas Para Jogadores Vips") return TRUE end end
  4. SkyLigh

    Tile Vip

    Criei um de 2 maneira oq você escolhe pra onde vai e um que vai pra traís primeiro oq vai pra traís function onStepIn(cid, item, position, fromPosition) if getPlayerStorageValue(cid, 13545) - os.time() <= 0 then doTeleportThing(cid, fromPosition, true) doPlayerSendTextMessage(cid, 22 ,"Bem Vindo A Area Vip") else doPlayerSendTextMessage(cid, 22 ,"Desculpe Camelo Voce Nao E Vip ") end return true end segundo oq voce escolhe a pos function onStepIn(cid, item, position) local pos = {x=160,y=54,z=7} -- pos para onde vai teleporta if getPlayerStorageValue(cid, 13545) - os.time() <= 0 then doTeleportThing(cid, pos, true) doPlayerSendTextMessage(cid, 22 ,"Bem Vindo A Area Vip") else doPlayerSendTextMessage(cid, 22 ,"Desculpe Camelo Voce Nao E Vip ") end return true end agora no movements.xml <movevent event="StepIn" actionid=STORAGE DA VIP" script="NOME DO ARQUIVO.lua" />
  5. Flood ? pelo jeito você esta querendo flooda se você queresse esse sistema mesmo você pediria reportado
  6. SkyLigh

    Tiles vip

    Título irregular reportado É comando ou tile cara? E O tille dele que esta ruim
  7. http://tibiastrike.com/showthread.php?347-Remere-s-Map-Editor-Beta-3-0
  8. http://www.xtibia.com/forum/topic/182853-860-baiak-jungle-com-donate/
  9. Local incorreto reportado
  10. SkyLigh

    Island

    Local incorreto reportado
  11. Veih para de fazer flood ajuda o mlk que q custa ? @KennyxD eu to procurando aki no meu pc que eu tenho jaja eu posto Pronto kenny achei http://speedy.sh/MeK...apTracker-1.rar
  12. function onRecord(current, old, cid) db.executeQuery("INSERT INTO `server_record` (`record`, `world_id`, `timestamp`) VALUES (" .. current .. ", " .. getConfigValue('worldId') .. ", " .. os.time() .. ");") addEvent(doBroadcastMessage, 150, "New record: " .. current .. " players are logged in.", MESSAGE_STATUS_DEFAULT) end
  13. va em data / talkactions / scripts / ponha o nome de algum arquivo regras e adicione isto dentro function onSay(cid, words, param) file = io.open('regras.txt','r') notice = file:read(-1) doShowTextDialog(cid,7528,regras) file:close() end dps em pasta do seu otserv / crie um documento de texto chamado regras.txt e escreva oq você quiser dentro e salve dps disso va em data / talkactions / talkactions.xml e ponha uma tag assim la <talkaction words="!regras" event="script" value="regras.lua"/> Créditos Eskilo pelo script
  14. http://www.xtibia.com/forum/topic/177321-spell-que-empurra/
  15. function onMailReceive(cid, target, item, openBox) if(openBox) == TRUE then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "New mail has arrived.") end return true end
  16. Os erros estai nas suas sources , sql database tente verificar isto
  17. Sem detalhes boto os créditos errados pq se copio o do bryaan e so mudo os tille wall e crio uma city que nem detalhes tem reprovado
  18. Título Irregular Reportado
  19. SkyLigh

    Vip System

    Veih a storage se tenque mudar
  20. SkyLigh

    Vip System

    Ja estou com tempo o do talk se você pudar muda as storage eu agradeceria que da preguiça aki esta o do movement's function onStepIn(cid, item, position, fromPosition) local config = { msgDenied = "Você não e vip ,para adqrir sua vip fale !buyvip que custa 1KK", msgWelcome = "Seja Bem Vindo a Area vip." } if getPlayerStorageValue(cid, 13545) - os.time() <= 0 then doTeleportThing(cid, fromPosition, true) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, config.msgDenied) doSendMagicEffect(getThingPos(cid), CONST_ME_MAGIC_BLUE) return TRUE end doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, config.msgWelcome) return TRUE end eu postei ate o script do movements , pq e o do buy aki esta no movements.xml <movevent type="StepIn" uniqueid="13700" event="script" value="NOME DO ARQUIVO.lua"/> Em talkactions.xml <talkaction words="/addvip;/removevip" event="script" value="NOME DO ARQUIVO.lua"/> lembrando o script ja esta pra somente god's usarem
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...