Ir para conteúdo

jofrinho

Campones
  • Total de itens

    2
  • Registro em

  • Última visita

Sobre jofrinho

Informações

  • Char no Tibia
    Rentila Ultao
  • Forma que conheci o xTibia
    Sites de Busca
  • Sou
    OT-Admin

jofrinho's Achievements

  1. local config = { requiredLevel = 150, daily = true, centerRazzagornRoomPosition = Position(33423, 32466, 14), playerPositions = { Position(33388, 32457, 14), Position(33389, 32457, 14), Position(33390, 32457, 14), Position(33391, 32457, 14), Position(33392, 32457, 14) }, newPositions = { Position(33417, 32467, 14), Position(33417, 32467, 14), Position(33417, 32467, 14), Position(33417, 32467, 14), Position(33417, 32467, 14) }, RazzagornPositions = { Position(33425, 32466, 14) } } function onUse(player, item, fromPosition, target, toPosition, isHotkey, cid, itemEX) if item.itemid == 9825 then local storePlayers, playerTile = {} for i = 1, #config.playerPositions do playerTile = Tile(config.playerPositions[i]):getTopCreature() if not playerTile or not playerTile:isPlayer() then player:sendTextMessage(MESSAGE_STATUS_SMALL, "You need 5 players.") return true end if playerTile:getLevel() < config.requiredLevel then player:sendTextMessage(MESSAGE_STATUS_SMALL, "All the players need to be level ".. config.requiredLevel .." or higher.") return true end storePlayers[#storePlayers + 1] = playerTile end local specs, spec = Game.getSpectators(config.centerRazzagornRoomPosition, false, false, 22, 22, 22, 22) for i = 1, #specs do spec = specs[i] if spec:isPlayer() then player:sendTextMessage(MESSAGE_STATUS_SMALL, "A team is already inside the quest room.") return true end spec:remove() end for i = 1, #config.RazzagornPositions do Game.createMonster("Razzagorn", config.RazzagornPositions[i]) end local players for i = 1, #storePlayers do players = storePlayers[i] config.playerPositions[i]:sendMagicEffect(CONST_ME_POFF) players:teleportTo(config.newPositions[i]) config.newPositions[i]:sendMagicEffect(CONST_ME_ENERGYAREA) players:setDirection(DIRECTION_EAST) end elseif item.itemid == 9825 then if config.daily then player:sendTextMessage(MESSAGE_STATUS_SMALL, Game.getReturnMessage(RETURNVALUE_NOTPOSSIBLE)) return true end end item:transform(item.itemid == 9826 and 9825 or 9826) return true end como coloco cooldown de 48horas para os players poderem ir novamente no boss
  2. BOM GALERA SEGUINTE CRIEI ITENS VIP'S PARA MEU OT NOVOS ITENS! NO OTITEM EDITOR ATE AI TUDO BEM FIZ O ITEM! SO QUE QUANDO VOU COLOCAR AS VOCAÇOES ACONTECE ISSO EXEMPLO: HAT VIP COLOCO APENAS PARA SORCERERS E DRUID NO CASO OS ID'S 1,5,2,6! SO O QUE ACONTECE PEGO UM KNIGHT E ELE TAMBEM PODE USAR! :@@ COMO RESOLVO ISSO ME AJUDA POR FAVOR!
  3. BOM PESSOAL ALGUEM PODE ME AJUDAR COM SCRIPT DA WOE QUERIA POR ELE PRA ATIVAR NA HORA E NOS DIAS QUE EU QUISESSE SERIA BOM UM TUTORIAL GERAL EXPLICANDO ALGUMAS COISA ALGUEM PODE AJUDAR??
  • Quem Está Navegando   0 membros estão online

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