Ir para conteúdo

Str00per

Artesão
  • Total de itens

    120
  • Registro em

  • Última visita

  • Dias Ganhos

    1

Posts postados por Str00per

  1. Muito bom!
    Reputado :D

    Em 09/10/2016 at 10:47, kamus9629 disse:

    como eu edito lista de spell para cria novos personagem 

    Normalmente, como um NTO
    Mas especificamente, baixe o Notepad++
    Va ate a linha 535, aperte enter para pular uma linha depois do instant, e adicione isso

      <!-- NomeDaVocation -->
      <instant name="NomeDaSpell" words="NomeDaSpell"         lvl="1" mana="1" needtarget="1" range="1" blockwalls="1" exhaustion="2000" event="script" value="Pasta/Arquivo.lua">
            <vocation id="ID"/>
      </instant> 

  2. 2 horas atrás, lucasmourahere disse:

    Xtibia,

     

    Estou enfrentando um problema muito grave em meu servidor, pois quando morro no fly ou no surf e tento andar depois de morto é apresentado a seguinte falha:

     

    [12/10/2016 15:00:55] [Error - MoveEvent::executeStep] Call stack overflow.

     

    [12/10/2016 15:00:55] [Error - MoveEvents Interface] 

    [12/10/2016 15:00:55] data/movements/scripts/fly.lua:onStepIn

    [12/10/2016 15:00:55] Description: 

    [12/10/2016 15:00:55] (luaDoRemoveItem) Item not found

     

     

    alguem poderia me ajudar?

    Poderia mandar o script do fly.lua?

  3. Sei que muitos quando vão criar uma conta em um jogo novo, passam um bom tempo pensando em um nick que goste ( se não tiver um nick padrão ). Eu tenho esse problema, e então falando com meu amigo, conheci um site que gera nicks aleatórios. É só sentar na cadeira e esperar aparecer um que você goste.

    Site: http://vopler.com

    Espero que gostem :ok:

  4. 1 hora atrás, samlecter disse:

     

     

     

    Ta aí, magia bem simples:

    elseif spell == "Dual Flamethrower" thenlocal function doStartAtk(cid)if not isCreature(cid) then return false endif isSleeping(cid) and getPlayerStorageValue(cid, 3644587) >= 1 then return false endif isWithFear(cid) and getPlayerStorageValue(cid, 3644587) >= 1 then return true end  	local flamepos = getThingPosWithDebug(cid)    local effect = 255    local a = isCreature(target) and getCreatureDirectionToTarget(cid, target) or getCreatureLookDir(cid)	if a == 0 then		flamepos.x = flamepos.x+1		flamepos.y = flamepos.y-1		effect = (isMega(cid) and getMegaID(cid) == "X") and 292 or 106	elseif a == 1 then		flamepos.x = flamepos.x+3		flamepos.y = flamepos.y+1		effect = (isMega(cid) and getMegaID(cid) == "X") and 295 or 109	elseif a == 2 then		flamepos.x = flamepos.x+1		flamepos.y = flamepos.y+3		effect = (isMega(cid) and getMegaID(cid) == "X") and 293 or 107	elseif a == 3 then		flamepos.x = flamepos.x-1		flamepos.y = flamepos.y+1		effect = (isMega(cid) and getMegaID(cid) == "X") and 294 or 108	end	--doSetCreatureOutfit(cid, {lookType = 2139}, 3400)        doMoveInArea2(cid, 0, flamek, FIREDAMAGE, min, max, spell)	--	doSendMagicEffect(flamepos, effect)  		end				times = {0, 200, 400, 600, 800, 1000, 1200, 1400, 1600, 1800, 2000, 2200, 2400, 2600, 2800, 3000, 3200, 3400, 3600, 3800, 4000, 4200, 4400, 4600} -- Quantidade de vezes em que dará dano(dps) e seu respectivo intervalo de temposetPlayerStorageValue(cid, 3644587, 1)addEvent(setPlayerStorageValue, 10000, cid, 3644587, -1)for i = 1, #times do                      addEvent(doStartAtk, times[i], cid)	if i ==1 then                    -- Outfit, Tempo	doSetCreatureOutfit(cid, {lookType = 2139}, 3400) 	endend	

     

    só precisa configurar o ID da Outfit do Magmortar e caos queira alterar a duração do tempo da magia, altera em "Times" e o tempo em que a Outfit com flamethrower vai durar

     

     

     

     

     

    Consegue colocar ela de modo que não seja pra PDA?

    Sim para Baiak/Global/RPG!

  • Quem Está Navegando   0 membros estão online

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