Ir para conteúdo

SkywalkerJr

Membro
  • Registro em

  • Última visita

Tudo que SkywalkerJr postou

  1. -- ordered as in creaturescripts.xml local events = { 'TutorialCockroach', 'ElementalSpheresOverlords', 'BigfootBurdenVersperoth', 'BigfootBurdenWarzone', 'BigfootBurdenWeeper', 'BigfootBurdenWiggler', 'SvargrondArenaKill', 'NewFrontierShardOfCorruption', 'NewFrontierTirecz', 'ServiceOfYalaharDiseasedTrio', 'ServiceOfYalaharAzerus', 'ServiceOfYalaharQuaraLeaders', 'InquisitionBosses', 'InquisitionUngreez', 'KillingInTheNameOfKills', 'MastersVoiceServants', 'SecretServiceBlackKnight', 'ThievesGuildNomad', 'WotELizardMagistratus', 'WotELizardNoble', 'WotEKeeper', 'WotEBosses', 'WotEZalamon', 'PlayerDeath', 'AdvanceSave', 'AdvanceRookgaard', 'PythiusTheRotten', 'DropLoot' } local function onMovementRemoveProtection(cid, oldPosition, time) local player = Player(cid) if not player then return true end local playerPosition = player:getPosition() if (playerPosition.x ~= oldPosition.x or playerPosition.y ~= oldPosition.y or playerPosition.z ~= oldPosition.z) or player:getTarget() then player:setStorageValue(Storage.combatProtectionStorage, 0) return true end addEvent(onMovementRemoveProtection, 1000, cid, oldPosition, time - 1) end function onLogin(player) local loginStr = 'Welcome to ' .. configManager.getString(configKeys.SERVER_NAME) .. '!' if player:getLastLoginSaved() <= 0 then loginStr = loginStr .. ' Please choose your outfit.' player:sendTutorial(1) else if loginStr ~= '' then player:sendTextMessage(MESSAGE_STATUS_DEFAULT, loginStr) end loginStr = string.format('Your last visit was on %s.', os.date('%a %b %d %X %Y', player:getLastLoginSaved())) end player:sendTextMessage(MESSAGE_STATUS_DEFAULT, loginStr) local playerId = player:getId() -- Stamina nextUseStaminaTime[playerId] = 0 -- Promotion local vocation = player:getVocation() local promotion = vocation:getPromotion() if player:isPremium() then local value = player:getStorageValue(Storage.Promotion) if not promotion and value ~= 1 then player:setStorageValue(Storage.Promotion, 1) elseif value == 1 then player:setVocation(promotion) registerCreatureEvent(cid, "tkexp") end elseif not promotion then player:setVocation(vocation:getDemotion()) end -- Events for i = 1, #events do player:registerEvent(events) player:registerEvent("RewardLoot") end if player:getStorageValue(Storage.combatProtectionStorage) <= os.time() then player:setStorageValue(Storage.combatProtectionStorage, os.time() + 10) onMovementRemoveProtection(playerId, player:getPosition(), 10) end return true end
  2. SkywalkerJr postou uma resposta no tópico em Suporte Tibia OTServer
    fts 1,2 Global
  3. SkywalkerJr postou uma resposta no tópico em Suporte Tibia OTServer
    agora ta dando esse erro
  4. SkywalkerJr postou uma resposta no tópico em Suporte Tibia OTServer
    não aconteceu nada
  5. [18/03/2016 23:00:10] jralex5: C:\xampp\htdocs\pages\latestnews.php on line 288 Query: SELECT `z_forum`.`icon_id`,`z_forum`.`post_topic`, `z_forum`.`author_guid`, `z_forum`.`post_date`, `z_forum`.`post_text`, `z_forum`.`id`, `z_forum`.`replies`, `players`.`name` FROM `z_forum`, `players` WHERE `section` = '1' AND `z_forum`.`id` = `first_post` AND `players`.`id` = `z_forum`.`author_guid` ORDER BY `post_date` DESC LIMIT [18/03/2016 23:00:17] jralex5: sabe oque pode ser?
  6. SkywalkerJr postou uma resposta no tópico em Suporte Tibia OTServer
    não pego não pegou
  7. Passa aí eu to usando outro to com server aberto pra galera ver possíveis erro http://Cwb.servegame.com
  8. mano não to usando rook mais é simples só baixa outro serv e pega o scripit de la mais ele não pegando 100% mais abre o serve
  9. SkywalkerJr postou uma resposta no tópico em Scripts tfs 0.4 (OLD)
    como ele identifica a vip?? pq quero colocar o sistema vip e tenho de ver qual é compativel
  10. Esta aparecendo esse erro no site C:\xampp\htdocs\pages\latestnews.php on line 288 Query: SELECT `z_forum`.`icon_id`,`z_forum`.`post_topic`, `z_forum`.`author_guid`, `z_forum`.`post_date`, `z_forum`.`post_text`, `z_forum`.`id`, `z_forum`.`replies`, `players`.`name` FROM `z_forum`, `players` WHERE `section` = '1' AND `z_forum`.`id` = `first_post` AND `players`.`id` = `z_forum`.`author_guid` ORDER BY `post_date` DESC LIMIT 6;
  11. SkywalkerJr postou uma resposta no tópico em Suporte Tibia OTServer
    Preciso de um script pra double xp vip usei esse sistema simples
  12. estou tentando usar seu script mais o player:registerEvent("Exp_Extra") não pega

Informação Importante

Confirmação de Termo