Ir para conteúdo

Liane Maria

Membro
  • Registro em

  • Última visita

  1. Cat reagiu a uma resposta no tópico: .
  2. algum de voces tem o item.otbm e o item.xml versao tfs 1.3 atualizado 10.00 / 11.30 ?
  3. Liane Maria postou uma resposta no tópico em Tibia Global OTServer
    tem o indicador de bless? aquelas borda dourada indicando que o player ta com bless nesse ot?
  4. alguem consegui cria uma pagina.php demostrando o sistema? pra que nao tennham que fica ensinando e repetindo as explicações de como funciona o sistema para os players?
  5. Liane Maria postou uma resposta no tópico em Websites
    cade o link manow ou adiciona o link ou remove o topico fi.
  6. @Sekk consegui faze-lo para tfs 1.2?
  7. Liane Maria postou uma resposta no tópico em Arquivo Público
    @Jaurez Valeu obrigado.
  8. Liane Maria postou uma resposta no tópico em Arquivo Público
    cade as source?
  9. Alguem consegui modifica esse scripter pra tfs 1.2? do rep++ local config = { speed = {wagonSpeed = 200, playerSpeed = 500}, wagonStorage = 3000, wagonActionId = 5000, -- North = 5000, EAST = 5001, SOUTH = 5002, WEST = 5003 wagonDirection = {[DIRECTION_NORTH] = 7132, [DIRECTION_EAST] = 7131, [DIRECTION_SOUTH] = 7132, [DIRECTION_WEST] = 7131}, railDirection = { [7123] = {DIRECTION_EAST, DIRECTION_SOUTH}, [7124] = {DIRECTION_WEST, DIRECTION_SOUTH}, [7125] = {DIRECTION_EAST, DIRECTION_NORTH}, [7126] = {DIRECTION_WEST, DIRECTION_NORTH} } } local function getRail(position) local tile = Tile(position) if tile then -- Loop through items for _, item in ipairs(tile:getItems()) do -- We found rail, return id if isInArray({7121, 7122, 7123, 7124, 7125, 7126, 7127, 7128, 7129, 7130}, item:getId()) then return item:getId() end end end return 0 end local outfitCondition = Condition(CONDITION_OUTFIT, CONDITIONID_COMBAT) outfitCondition:setTicks(-1) local function moveWagon(cid, direction) local player = Player(cid) if not player then return end -- If there is no rail, just stop the wagon local position = player:getPosition() local getRail = getRail(position) if getRail == 0 then -- Remove Outfit player:removeCondition(CONDITION_OUTFIT, CONDITIONID_COMBAT) -- Remove speed player:changeSpeed(-config.speed.playerSpeed) -- Remove Storage player:setStorageValue(config.wagonStorage, 0) -- Teleport 1 sqm forward and make sure it's not a blocking item position:getNextPosition(direction) position = player:getClosestFreePosition(position, false) player:teleportTo(position, true) return end -- Handle new rail directions local newRail = config.railDirection[getRail] if newRail and type(newRail) == 'table' then direction = newRail[newRail[1] == Game.getReverseDirection(direction) and 2 or 1] outfitCondition:setOutfit(config.wagonDirection[direction]) player:addCondition(outfitCondition) end -- Handle movement creature:setDirection(direction) addEvent(moveWagon, config.speed.wagonSpeed, cid, direction) end function onUse(player, item, fromPosition, target, toPosition, isHotkey) -- Teleport into the wagon player:teleportTo(toPosition, true) -- Get direction by action id local direction = item.actionid - config.wagonActionId -- Set Outfit, according the direction and set it outfitCondition:setOutfit(config.wagonDirection[direction]) player:addCondition(outfitCondition) player:setDirection(direction) -- Change Speed player:changeSpeed(config.speed.playerSpeed) -- Set Storage player:setStorageValue(config.wagonStorage, 1) -- Move the wagon moveWagon(player:getId(), direction) return true end
  10. voce tem o castle war 24h para tfs 1.2?
  11. vai no arquivo buypoints.php procura por donate coloca o nome buypoints PRONTO RESOLVIDO caso continue o erro faz seguinte usa outro buypoints porque este é todo bugado e pra quem não sabe mexer com website é complicado remover os bug.
  12. Entre em contato comigo no facebook https://www.facebook.com/jayson.silva.boladao
  13. poderia posta o scripter todo? se bota algo em login.lua ou se adiciona alguma outra coisa em outro local?
  14. luciano teria como modifica esse scripter seu pratfs 1.2?
  15. Tem como cria ele em tfs 1.2? se sim ajuda ai te do rep++

Informação Importante

Confirmação de Termo