Ir para conteúdo

StyloMaldoso

Infante
  • Total de itens

    1593
  • Registro em

  • Última visita

  • Dias Ganhos

    12

Posts postados por StyloMaldoso

  1. Te dar uma dica, sempre crie um Old Client e um Ot Client, muitas pessoas não gostam do Otclient . # :c

    Cara, estou fazendo uns test e irei liberar mais espaço na spr do servidor, ai só vai poder usa otc mesmo.

     

     

    Onde Pegou O Script Do Held System?

     

    Pegar? huauha, esses ot-admin hein, O Sistema foi criado pelo Zeref Soares, ninguem pegou não, é questão de ter coragem e ir lá criar.

     

     

     

    Ai Brother um sugestão restire o fundo preto do site deixe só com backgorund o fundo a imagem do gengar la acho que ficaria mais top :D

     

    Obrigado pela sugestão..porém esse não é o template oficial do servidor, nois pegou esse só para fazer o test serv mais mesmo assim, obrigado!

     

     

    Hum, entendo então poderia nos mostrar um pouco do layout original ou ainda não está pronto ???

     

    Desculpa por não ter respondido, O layout original está no nosso site já para TEST.

    http://mysteriontest.servegame.com:8090/

     

    Uma print:

    2r77qr4.png

     

     

    Abrçs.

  2.  

    Estou com uma duvida

     

    Eu tiro o Limite do meu client usando esse teu programa ae, e depois pra adiciona + spr eu posso utilizar dat editor?

     

    Ele é dat e spr editor, mas se você quer usar outro, acho que não abre. Me falaram que o Utimate Dat Editor abre, mas não testei. Se o dat editor que você usa tem configuração externa, é só por pra 4 bytes.

     

     

    você utiliza o Ultimate dat editor? ou um dat editor com bytes 4?

    se sim, poderia disponibilizar para dowload?

     

    E você pediu dowload da SPR "PDA - Pokemon dash advanced"

    http://www.mediafire.com/download/77i414v1hy187fj/Client+v1.9+-+v2.9.rar

     

    caso queria o servidor para testa o limite.. tai o link do topico

    http://www.xtibia.com/forum/topic/185337-pokemon-pda-by-slicer-1929/

  3.  

    local config = {
    loginMessage = getConfigValue('loginMessage'),
    useFragHandler = getBooleanFromString(getConfigValue('useFragHandler'))
    }
    --alterado v1.6 tabelas soh em configuration.lua;
    function onLogin(cid)
    doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, 60)
    doCreatureSetDropLoot(cid, false)
    doPlayerSendTextMessage(cid, 27, "Bem Vindo Ao Servidor Beta Do SC Pokémon!Boa Sorte Na Sua Jornada.")
    setPlayerStorageValue(cid, 52480, -1)
    setPlayerStorageValue(cid, 154580, -1)
    setPlayerStorageValue(cid, 6955, -1)
    setPlayerStorageValue(cid, 656494, -1)
    setPlayerStorageValue(cid, 950000, -1)
    setPlayerStorageValue(cid, 897530, 1)
    local accountManager = getPlayerAccountManager(cid)
    if getPlayerLevel(cid) >= 200 and getPlayerLevel(cid) <= 240 then
    doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, 30)
    end
    if getPlayerLevel(cid) >= 240 then
    doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, 10)
    end
    local pos = {x=1053,y=1049,z=7}
    if getPlayerStorageValue(cid, 20000) == 1 then
    doTeleportThing(cid, pos)
    setPlayerStorageValue(cid, 20000, -1)
    end
    if getPlayerStorageValue(cid, 121212) >= 0 or getPlayerStorageValue(cid,121213) == 1 or getPlayerStorageValue(cid,12123) == 1 then
    setPlayerStorageValue(cid, 121212, -1)
    setPlayerStorageValue(cid, 121213, -1)
    setPlayerStorageValue(cid, 12123, -1)
    end
    if(accountManager == MANAGER_NONE) then
    local lastLogin, str = getPlayerLastLoginSaved(cid), config.loginMessage
    if(lastLogin > 0) then
    doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str)
    str = "Your last visit was on " .. os.date("%a %b %d %X %Y", lastLogin) .. "."
    else
    str = str
    end
    doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str)
    elseif(accountManager == MANAGER_NAMELOCK) then
    doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, it appears that your character has been namelocked, what would you like as your new name?")
    elseif(accountManager == MANAGER_ACCOUNT) then
    doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to manage your account and if you want to start over then type 'cancel'.")
    else
    doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to create an account or type 'recover' to recover an account.")
    end
    if getCreatureName(cid) == "Account Manager" then
    local outfit = {}
    if accountManagerRandomPokemonOutfit then
    outfit = {lookType = getPokemonXMLOutfit(oldpokedex[math.random(151)][1])}
    else
    outfit = accountManagerOutfit
    end
    doSetCreatureOutfit(cid, outfit, -1)
    return true
    end
    if(not isPlayerGhost(cid)) then
    doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT)
    end
    local outfit = {}
    if getPlayerVocation(cid) == 0 then
    doPlayerSetMaxCapacity(cid, 0)
    doPlayerSetVocation(cid, 1)
    setCreatureMaxMana(cid, 6)
    doPlayerAddSoul(cid, -getPlayerSoul(cid))
    setPlayerStorageValue(cid, 19898, 0)
    if getCreatureOutfit(cid).lookType == 128 then
    outfit = {lookType = 510, lookHead = math.random(0, 132), lookBody = math.random(0, 132), lookLegs = math.random(0, 132), lookFeet = math.random(0, 132)}
    elseif getCreatureOutfit(cid).lookType == 136 then
    outfit = {lookType = 511, lookHead = math.random(0, 132), lookBody = math.random(0, 132), lookLegs = math.random(0, 132), lookFeet = math.random(0, 132)}
    end
    doCreatureChangeOutfit(cid, outfit)
    end
    --alterado v1.6.1 removido a linha!
    registerCreatureEvent(cid, "dropStone")
    registerCreatureEvent(cid, "ShowPokedex") --alterado v1.6
    registerCreatureEvent(cid, "ClosePokedex") --alterado v1.6
    registerCreatureEvent(cid, "ZombieAttack")
    registerCreatureEvent(cid, "WatchTv")
    registerCreatureEvent(cid, "StopWatchingTv")
    registerCreatureEvent(cid, "WalkTv")
    registerCreatureEvent(cid, "RecordTv")
    registerCreatureEvent(cid, "PlayerLogout")
    registerCreatureEvent(cid, "WildAttack")
    registerCreatureEvent(cid, "Idle")
    registerCreatureEvent(cid, "PokemonIdle")
    registerCreatureEvent(cid, "EffectOnAdvance")
    registerCreatureEvent(cid, "GeneralConfiguration")
    registerCreatureEvent(cid, "ReportBug")
    registerCreatureEvent(cid, "LookSystem")
    registerCreatureEvent(cid, "T1")
    registerCreatureEvent(cid, "T2")
    registerCreatureEvent(cid, "task_count")
    registerCreatureEvent(cid, "aloot_kill")
    registerCreatureEvent(cid, "especialloot")
    if getPlayerStorageValue(cid, 99284) == 1 then
    setPlayerStorageValue(cid, 99284, -1)
    end
    if getPlayerStorageValue(cid, 6598754) >= 1 or getPlayerStorageValue(cid, 6598755) >= 1 then
    setPlayerStorageValue(cid, 6598754, -1)
    setPlayerStorageValue(cid, 6598755, -1)
    doRemoveCondition(cid, CONDITION_OUTFIT) --alterado v1.9 \/
    doTeleportThing(cid, posBackPVP, false)
    doCreatureAddHealth(cid, getCreatureMaxHealth(cid))
    end
    doChangeSpeed(cid, -(getCreatureSpeed(cid)))
    --///////////////////////////////////////////////////////////////////////////--
    local storages = {17000, 63215, 17001, 13008, 5700}
    for s = 1, #storages do
    if not tonumber(getPlayerStorageValue(cid, storages[s])) then
    if s == 3 then
    setPlayerStorageValue(cid, storages[s], 1)
    elseif s == 4 then
    setPlayerStorageValue(cid, storages[s], -1)
    else
    if isBeingUsed(getPlayerSlotItem(cid, 8).itemid) then
    setPlayerStorageValue(cid, storages[s], 1) --alterado v1.6
    else
    setPlayerStorageValue(cid, storages[s], -1)
    end
    end
    doPlayerSendTextMessage(cid, 27, "Sorry, but a problem occurred on the server, but now it's alright")
    end
    end
    --/////////////////////////////////////////////////////////////////////////--
    if getPlayerStorageValue(cid, 17000) >= 1 then -- fly
    local item = getPlayerSlotItem(cid, 8)
    local poke = getItemAttribute(item.uid, "poke")
    doChangeSpeed(cid, getPlayerStorageValue(cid, 54844))
    doRemoveCondition(cid, CONDITION_OUTFIT)
    doSetCreatureOutfit(cid, {lookType = flys[poke][1] + 351}, -1)
    local apos = getFlyingMarkedPos(cid)
    apos.stackpos = 0
    if getTileThingByPos(apos).itemid <= 2 then
    doCombatAreaHealth(cid, FIREDAMAGE, getFlyingMarkedPos(cid), 0, 0, 0, CONST_ME_NONE)
    doCreateItem(460, 1, getFlyingMarkedPos(cid))
    end
    doTeleportThing(cid, apos, false)
    local posicao = getTownTemplePosition(getPlayerTown(cid))
    markFlyingPos(cid, posicao)
    elseif getPlayerStorageValue(cid, 63215) >= 1 then -- surf
    local item = getPlayerSlotItem(cid, 8)
    local poke = getItemAttribute(item.uid, "poke")
    doSetCreatureOutfit(cid, {lookType = surfs[poke].lookType + 351}, -1) --alterado v1.6
    doChangeSpeed(cid, getPlayerStorageValue(cid, 54844))
    elseif getPlayerStorageValue(cid, 17001) >= 1 then -- ride
    local item = getPlayerSlotItem(cid, 8)
    local poke = getItemAttribute(item.uid, "poke")
    if rides[poke] then
    doChangeSpeed(cid, getPlayerStorageValue(cid, 54844))
    doRemoveCondition(cid, CONDITION_OUTFIT)
    doSetCreatureOutfit(cid, {lookType = rides[poke][1] + 351}, -1)
    else
    setPlayerStorageValue(cid, 17001, -1)
    doRegainSpeed(cid) --alterado v1.6
    end
    local posicao2 = getTownTemplePosition(getPlayerTown(cid))
    markFlyingPos(cid, posicao2)
    elseif getPlayerStorageValue(cid, 13008) >= 1 then -- dive
    if not isInArray({5405, 5406, 5407, 5408, 5409, 5410}, getTileInfo(getThingPos(cid)).itemid) then
    setPlayerStorageValue(cid, 13008, 0)
    doRegainSpeed(cid) --alterado v1.6
    doRemoveCondition(cid, CONDITION_OUTFIT)
    return true
    end
    if getPlayerSex(cid) == 1 then
    doSetCreatureOutfit(cid, {lookType = 1034, lookHead = getCreatureOutfit(cid).lookHead, lookBody = getCreatureOutfit(cid).lookBody, lookLegs = getCreatureOutfit(cid).lookLegs, lookFeet = getCreatureOutfit(cid).lookFeet}, -1)
    else
    doSetCreatureOutfit(cid, {lookType = 1035, lookHead = getCreatureOutfit(cid).lookHead, lookBody = getCreatureOutfit(cid).lookBody, lookLegs = getCreatureOutfit(cid).lookLegs, lookFeet = getCreatureOutfit(cid).lookFeet}, -1)
    end
    doChangeSpeed(cid, 800)
    elseif getPlayerStorageValue(cid, 5700) > 0 then --bike
    doChangeSpeed(cid, getPlayerStorageValue(cid, 5700))
    if getPlayerSex(cid) == 1 then
    doSetCreatureOutfit(cid, {lookType = 1394}, -1)
    else
    doSetCreatureOutfit(cid, {lookType = 1393}, -1)
    end
    else
    doRegainSpeed(cid) --alterado v1.6
    end
    if getPlayerStorageValue(cid, 22545) >= 1 then
    setPlayerStorageValue(cid, 22545, -1) --alterado v1.4
    doTeleportThing(cid, getClosestFreeTile(cid, posBackGolden), false)
    setPlayerRecordWaves(cid)
    end
    if useKpdoDlls then
    doUpdatePokemonsBar(cid)
    end
    doPlayerChangeModeIcon(cid)
    if getPlayerStorageValue(cid, 45459) == 1 then
    doChangeSpeed(cid, 80)
    end
    return true
    end[/code

  4. Ai Brother um sugestão restire o fundo preto do site deixe só com backgorund o fundo a imagem do gengar la acho que ficaria mais top :D

     

    Obrigado pela sugestão..porém esse não é o template oficial do servidor, nois pegou esse só para fazer o test serv mais mesmo assim, obrigado!

  5. Da lag em alguns moves, motivo eh que o smix antes de passar o server pro snix colocou bugs no server como o do go/back qnd troca de mapa, o do move , entre outros... mais como o snix mesmo falou o server nao vale a pena investir e sim usar os scripts que são diversos e bons, ! oque causa o lag e os outros bugs esta na distro.

     

    Até no servidor do Smix que esta online da freeze quando voce usa CD

  6. Pelos comentarios e atalizações pareçe ser um Ótimo servidor, vou dar uma jogadinha hehe'

     

    zipter98

    você é o dono do servidor? nois poderia trocar uma ideia?

  7.  

    local conf = {
    PokeName = "Metang",
    PlayerLevel = 265,
    CheckPlayerLevel = true,
    --
    sto = 12321,
    }
     
     
    function onUse(cid, item, fromPosition, itemEx, toPosition)
     
    if conf.CheckPlayerLevel and getPlayerLevel(cid) < conf.PlayerLevel then
      doPlayerSendTextMessage(cid, 27, "voce precisa de level "..conf.PlayerLevel.." para fazer essa quest")
      return true
    end
     
    if getPlayerStorageValue(cid, conf.sto) == 1 then return true end
     
    local pokemon = conf.pokeName
    addPokeToPlayer(cid, pokemon, 0, nil, btype, true)
    setPlayerStorageValue(cid, conf.sto, 1)
    doPlayerSendTextMessage(cid, 27, "Parabens, voce ganhou o seu pokemon!")
    return true
    end
  8. Legal o servidor, parabéns aos criadores.

     

     

    @Smix

    Creio que não é permitido anunciar servidores em topico que não tem nada haver com o assunto?

    Que pena que a equipe do Xtibia não ta nem se importando.

     

     

    @EDIT

     

    Smix, entrei no seu servidor, acho que n tinha ninguem on e mesmo assim meu personagem dava delay para andar uheuhe, belo serv!

  9. 
    

    --[[

    TAG: <action uniqueid="5945" event="script" value="quests/metang.lua"/>

    ]]

     

    local conf = {

    PokeName = "Metang",

    PlayerLevel = 5,

    CheckPlayerLevel = true,

    --

    sto = 12321,

    }

     

     

    function onUse(cid, item, fromPosition, itemEx, toPosition)

     

    if conf.CheckPlayerLevel and getPlayerLevel(cid) > conf.PlayerLevel then

    doPlayerSendTextMessage(cid, 27, "voce precisa de level "..conf.PlayerLevel.." para fazer essa quest")

    return true

    end

     

    if getPlayerStorageValue(cid, conf.sto) == 1 then return true end

     

    local pokemon = conf.pokeName

    addPokeToPlayer(cid, pokemon, 0, nil, btype, true)

    setPlayerStorageValue(cid, conf.sto, 1)

    doPlayerSendTextMessage(cid, 27, "Parabens, voce ganhou o seu pokemon!")

    return true

    end

  • Quem Está Navegando   0 membros estão online

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