Ir para conteúdo

Featured Replies

Postado
Em 15/03/2016 at 14:53, WillDODO disse:

Tem muito problema nas escadas. Ex: Area de quest onde tem wyrms modificadas

Algumas quests não funcionam tbm. Ex: Quest Divine Itens... Ao passar pelo Boss Hades. Não da pra pegar a recompensa.

 

Tudo está bem legal na minha opnião. Tirando os bugs em escadas rsrrs. Até no Depot 3 andar não da pra subir rrssrsr

 

Edit:

 

Anihi bugada.

Tem npc de promote?

 

 

Não tem NPC de promote.

 

Script do NPC de promotion:

Spoiler

local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)

function onCreatureAppear(cid)            npcHandler:onCreatureAppear(cid)            end
function onCreatureDisappear(cid)        npcHandler:onCreatureDisappear(cid)            end
function onCreatureSay(cid, type, msg)        npcHandler:onCreatureSay(cid, type, msg)        end
function onThink()                npcHandler:onThink()                    end

local node1 = keywordHandler:addKeyword({'promotion'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'I can promote you for 20000 gold coins. Do you want me to promote you?'})
    node1:addChildKeyword({'yes'}, StdModule.promotePlayer, {npcHandler = npcHandler, cost = 20000, level = 20, promotion = 1, text = 'Congratulations! You are now promoted.'})
    node1:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Alright then, come back when you are ready.', reset = true})

npcHandler:addModule(FocusModule:new())

 

Script da annihi: (necessário mudar as posições)

Spoiler

local config = {
    requiredLevel = 100,
    daily = false,
    centerDemonRoomPosition = Position(33221, 31659, 13),
    playerPositions = {
        Position(33225, 31671, 13),
        Position(33224, 31671, 13),
        Position(33223, 31671, 13),
        Position(33222, 31671, 13)
    },
    newPositions = {
        Position(33222, 31659, 13),
        Position(33221, 31659, 13),
        Position(33220, 31659, 13),
        Position(33219, 31659, 13)
    },
    demonPositions = {
        Position(33219, 31657, 13),
        Position(33221, 31657, 13),
        Position(33223, 31659, 13),
        Position(33224, 31659, 13),
        Position(33220, 31661, 13),
        Position(33222, 31661, 13)
    }
}


function onUse(player, item, fromPosition, target, toPosition, isHotkey)
    if item.itemid == 1946 then
        local storePlayers, playerTile = {}

        for i = 1, #config.playerPositions do
            playerTile = Tile(config.playerPositions):getTopCreature()
            if not playerTile or not playerTile:isPlayer() then
                player:sendTextMessage(MESSAGE_STATUS_SMALL, "You need 4 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.centerDemonRoomPosition, false, false, 3, 3, 2, 2)
        for i = 1, #specs do
            spec = specs
            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.demonPositions do
            Game.createMonster("Demon", config.demonPositions)
        end

        local players
        for i = 1, #storePlayers do
            players = storePlayers
            config.playerPositions:sendMagicEffect(CONST_ME_POFF)
            players:teleportTo(config.newPositions)
            config.newPositions:sendMagicEffect(CONST_ME_ENERGYAREA)
            players:setDirection(DIRECTION_EAST)
        end
    elseif item.itemid == 1945 then
        if config.daily then
            player:sendTextMessage(MESSAGE_STATUS_SMALL, Game.getReturnMessage(RETURNVALUE_NOTPOSSIBLE))
            return true
        end
    end

    item:transform(item.itemid == 1946 and 1945 or 1946)
    return true
end

 

O problema com as escadas (ladder) é que não tem espaço pra você subir, simples. Coloque outra escada (stair) ou deixe espaço pro player poder subir.

  • 2 weeks later...
  • Respostas 77
  • Visualizações 23.1k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • Pelo conteúdo é óbvio que terá bugs. Mais esse datapack está demaaaaaais, com uns ajustes e incrementos fica perfeito em um servidor. Parabéns pela iniciativa! 

  • LukazGiovanni
    LukazGiovanni

    Atualização em andamento, novidades em breve!   Nova muralha da cidade principal.

  • @KalimaWar vou publicar logo menos, juntamente com as Sources. Espero que tenha gostado

Posted Images

Postado

AO ABRIR O LOCAL HOST

 


Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\pages\latestnews.php on line 269

Fatal error: Call to a member function fetchAll() on a non-object in C:\xampp\htdocs\pages\latestnews.php on line 303

 

 

AGORA DEU ISSO

Editado por skotejb (veja o histórico de edições)

Postado

Mano, sou novo nos OTs 10.X

Como eu configuro o site pra reconhecer o config.lua?

 

Ele ta dando o seguinte erro:

Error occured!

Error ID: #C-2
More info: ERROR: #C-2 : Class::ConfigLUA - LUA config file doesn't exist. Path: C:/config.lua

File: C:\xampp\htdocs\LKing Website - Gesior Acc\classes/configlua.php   Line: 24
File: C:\xampp\htdocs\LKing Website - Gesior Acc\classes/configlua.php   Line: 12
File: C:\xampp\htdocs\LKing Website - Gesior Acc\system/load.init.php   Line: 42
File: C:\xampp\htdocs\LKing Website - Gesior Acc/index.php   Line: 18

 

Eu apenas coloquei a pasta dentro do xampp e depois atualizei e já veio esse erro direto. :/

 

Postado

Amigo voce poderia me ajudar a instalar o Site dele, na maquina linux? estou com maquina do otpanel, e nao sei instalar usando linux poderia me ajudar?

 

SEGUE OS ERRO ABAIXO :

Error occured!

Error ID: #E-7
More info: Cannot load class ConfigPHP, file ./classes/class.configphp.php doesn't exist

File: /home/otserv/www/system/load.init.php   Line: 14
File: Unknown   Line: Unknown
File: /home/otserv/www/classes/website.php   Line: 47
File: /home/otserv/www/classes/website.php   Line: 55
File: /home/otserv/www/system/load.init.php   Line: 22
File: /home/otserv/www/index.php   Line: 18

Editado por hrubesch (veja o histórico de edições)

Postado
Em 25/02/2016 at 18:48, LukazGiovanni disse:

Fala galerinha!

 

Criei e arrumei o servidor para que todos possa colocar online e fazer um ótimo uso do mesmo.

Coloquei ele online por umas semanas e fui arrumando tudo, agora creio eu que está em 70% o projeto.

 

Porfavor, ninguém publique esse servidor em algum outro fórum a não ser que venha me pedir permissão.

 

Vamos ao que interessa.

 

 

LKing OT

TFS 1.2

 

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 

• King Itens Quest

• King Set (Vendida no Npc)

• Divine Itens Quest

• Super Divine Itens Quest

• Epic Divine Itens Quest

~#~

VIP I, II e III (Quest)

~#~

Pits Of Inferno (POI)

Anihi

Demon Oak

Yalahari Quest

Firewalker Boots Quest

Warzone I, II e III

 

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 

Cast System (!cast on // !cast off)

Reward Chest

Critical e Dodge System

War System

Battlefield Event

Zombie Event

Bank System

Market System

Training Offline

All Mounts 10.90 (Só com Mount Doll, vendida no npc)

All Addons 10.90 (Só com Addon Doll, vendida no npc)

Mágias modificadas (retirado um pouco do exhausted)

 

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 

Fuon City (Cidade principal)

3 Cidades VIP

Roshamuul

Grey Island

Gnomebase (Warzone I, II e III)

~#~

+15 Quests

+25 Teleports (com monstros editados)

 

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 

◄ IMAGENS ►

 

Minimap

Mini Map.png

 

Templo (+sub solo)

Templo1.png

 

Templo2.png

 

Depot

Depot.png

 

Teleports

Teleports.png

 

Quests (1 e 2)

Quests1.png

 

Quests2.png

 

Entrada Área Vip I, II e III

Area Teleports VIP.png

 

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 

◄ DOWNLOAD ►

Servidor + Mapa + Executável 64bits ~ Clique aqui

Executável 32bits ~ Clique aqui

Vírus Total ~ Clique aqui

~#~

Sources ~ Clique aqui

Vírus Total ~ Clique aqui

~#~

Website Gesior Acc + Database ~ Clique aqui

Vírus Total ~ Clique aqui

~#~

LKing - Remere's Map Editor 10.90 ~ Clique aqui

 

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 

◄ CRÉDITOS ►

Executável 10.90 ~ Marco Oliveira

Mapa, npcs, quests, teleports, vip, itens, magias.. 80% do Servidor ~ Lukaz Giovanni (EU =D)

 

Espero que vocês goste do servidor.

Se eu ver que a galera curtiu e quer mais atualizações, vou modificando e publicando atualizações sempre.

LKing - Remere's Map Editor 10.90 ~ Clique aqui - download não encontrado

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.7k

Informação Importante

Confirmação de Termo