Ir para conteúdo

Wickass

Campones
  • Total de itens

    21
  • Registro em

  • Última visita

  • Dias Ganhos

    1

Posts postados por Wickass

  1. 22 minutos atrás, lmendonca disse:

    Galera boa noite,

    Estou tentando editar este mapa a 3 dias ja gastei mais de 12 horas tentando arrumar esse bug e não consigo ja estou quase desistindo alguem poderia me dar uma luz ai no final do túnel para que eu possa continuar com esse mapa por favor. E sim ja tentei colocar o .dat e spr no tibia, ja tentei baixar versão estendida do Remeres e sempre ou fica tudo vermelho ou da outros erros gostaria que alguém me ajudasse por favor. Agradeço desde já. 

    1902358350_AJUDAMAP.thumb.png.3f367eb8c4b98d98ee2e02bfe3ebe48b.png

    Coloca os items.otb na pasta do rme q fica localizado dentro do arquivos de programa.

  2. Bom estou com problema no caso q eu do o headbutt e a arvore muda tudo e o pokemon nao cai da arvore,   nao da erro na distro, alguem pode me ajudar ? agradeço

    lib-order = https://hastebin.com/junelowesu.coffeescript

    actions-order= https://hastebin.com/palexucexa.rb

    lib-050function= https://hastebin.com/hoficivote.sql

    configuration = ["headbutt"] = {"Rattata"},

    se estiver faltando algo me avise!

     

     

  3. 4 horas atrás, Crypter disse:
    
    local pokes = {
    	["Poliwag"] = {lookType=629, speed = 10},
    	["Poliwrath"] = {lookType=541, speed = 10},
    	["Virus Poliwag"] = {lookType=2553, speed = 15},
    	["Poliwhirl"] = {lookType=488, speed = 40},
    	["Seaking"] = {lookType=269, speed = 40},
    	["Dewgong"] = {lookType=534, speed = 80},
    	["Blastoise"] = {lookType=535, speed = 80},
    	["Virus Blastoise"] = {lookType=2365, speed = 90},
    	["Tentacruel"] = {lookType=536, speed = 80},
    	["Lapras"] = {lookType=537, speed = 80},
    	["Gyarados"] = {lookType=537, speed = 80},
    	["Omastar"] = {lookType=539, speed = 80},
    	["Kabutops"] = {lookType=540, speed = 80},
    	["Poliwrath"] = {lookType=190, speed = 80},
    	["Vaporeon"] = {lookType=2154, speed = 50},
    	["Staryu"] = {lookType=617, speed = 30},
    	["Starmie"] = {lookType=618, speed = 70},
    	["Goldeen"] = {lookType=619, speed = 20},
    	["Seadra"] = {lookType=621, speed = 50},
    	["Golduck"] = {lookType=622, speed = 70},
    	["Squirtle"] = {lookType=624, speed = 20},
    	["Wartortle"] = {lookType=626, speed = 40},
    	["Tentacool"] = {lookType=628, speed = 20},
    	["Snorlax"] = {lookType=651, speed = 80},
    	----------------Shiny----------------------
    	["Shiny Blastoise"] = {lookType=1009, speed = 600},
    	["Shiny Lapras"] = {lookType=1824, speed = 600},
    	["Shiny Kingdra"] = {lookType=1827, speed = 600},
    	["Shiny Tentacruel"] = {lookType=841, speed = 600},
    	["Shiny Gyarados"] = {lookType=1381, speed = 600},
    	["Shiny Vaporeon"] = {lookType=2151, speed = 600},        --alterado v1.6
    	["Shiny Seadra"] = {lookType=1376, speed = 600},
    	["Shiny Tentacool"] = {lookType=1013, speed = 600},
    	["Shiny Snorlax"] = {lookType=1035, speed = 600},
    	["Shiny Feraligatr"] = {lookType=1526, speed = 600},
    	["Shiny Kabutops"] = {lookType=2237, speed = 80},
    	["Shiny Omastar"] = {lookType=2574, speed = 80},
    	["Shiny Octillery"] = {lookType=2260, speed = 70},
    	----------------Johto----------------------
    	["Mantine"] = {lookType=987, speed = 80},
    	["Totodile"] = {lookType=988, speed = 20},
    	["Croconow"] = {lookType=989, speed = 40},
    	["Feraligatr"] = {lookType=996, speed = 80},
    	["Marill"] = {lookType=639, speed = 30},
    	["Azumarill"] = {lookType=642, speed = 40},
    	["Quagsire"] = {lookType=993, speed = 70},
    	["Kingdra"] = {lookType=995, speed = 100},
    	["Octillery"] = {lookType=992, speed = 70},
    	["Wooper"] = {lookType=991, speed = 30},
    	["Virus Wooper"] = {lookType=2554, speed = 40},
    	["Milotic"] = {lookType=1641, speed = 1000},
    	["Wailord"] = {lookType=1656, speed = 1000},
    	["Marshtomp"] = {lookType=1648, speed = 1000},
    	["Mudkip"] = {lookType=1649, speed = 1000},
    	["Swampert"] = {lookType=1650, speed = 2000},
    	["Shiny Swampert"] = {lookType=1839, speed = 2000},
    	["Shiny Ludicolo"] = {lookType=1860, speed = 2000},
    	----------------Virus----------------------
    	["Virus Gyarados"] = {lookType=2688, speed = 700},
    	["Virus Blastoise"] = {lookType=2716, speed = 700},
    	["Virus Poliwag"] = {lookType=2904, speed = 700},
    	["Virus Wooper"] = {lookType=2905, speed = 700},
    }
    local configs = {
    	[4647] = {x = -2, y = 0},
    	[4645] = {x = 2, y = 0},
    	[4646] = {x = 0, y = 2},
    	[4644] = {x = 0, y = -2},
    }
    function onUse(cid, item, fromPosition, itemEx, toPosition)
    	local playerpos = getCreaturePosition(cid)
    	if #getCreatureSummons(cid) <= 0 and getPlayerStorageValue(cid, 63215) <= 0 then
    		return doPlayerSendCancel(cid, "You need a pokemon to surf.")
    	end
    	local l = false
    	for i,x in pairs(pokes) do
    		if getPlayerStorageValue(cid, 63215) <= 0 and i:lower() == getCreatureName(getCreatureSummons(cid)[1]):lower() then
    			l = true
    		end
    	end
    	if not l and getPlayerStorageValue(cid, 63215) <= 0 then
    		return doPlayerSendCancel(cid, "This pokemon can't surf.")
    	end
    	if getPlayerStorageValue(cid, 63215) <= 0 then
    		doTeleportThing(cid, {x=playerpos.x+configs[itemEx.itemid].x, y=playerpos.y+configs[itemEx.itemid].y, z=playerpos.z})
    		setPlayerStorageValue(cid, 63215, 1)
    		doSetCreatureOutfit(cid, pokes[getCreatureName(getCreatureSummons(cid)[1])], -1)
    		doCreatureSay(cid, "Let's surf, "..getCreatureName(getCreatureSummons(cid)[1]), 1)
    		setPlayerStorageValue(cid, 61209, getCreatureMaxHealth(getCreatureSummons(cid)[1]))
    		setPlayerStorageValue(cid, 61210, getCreatureHealth(getCreatureSummons(cid)[1]))
    		doChangeSpeed(cid, pokes[getCreatureName(getCreatureSummons(cid)[1])].speed)
    		doRemoveCreature(getCreatureSummons(cid)[1])
    	else
    		doTeleportThing(cid, {x=playerpos.x-configs[itemEx.itemid].x, y=playerpos.y-configs[itemEx.itemid].y, z=playerpos.z})
    		setPlayerStorageValue(cid, 63215, 0)
    		doRemoveCondition(cid, CONDITION_OUTFIT)
    
    		local item = getPlayerSlotItem(cid, 8)
    		doCreatureSay(cid,getItemAttribute(item.uid, "poke")..", Im tired of surfing!", 1)
    		pk = doSummonCreature(getItemAttribute(item.uid, "poke"), getCreaturePosition(cid))
    		doConvinceCreature(cid, pk)
    		registerCreatureEvent(pk, "DiePoke")
    		registerCreatureEvent(pk, "Exp")
    		setCreatureMaxHealth(pk, (getPlayerStorageValue(cid, 61209)))
    		doCreatureAddHealth(pk, (getPlayerStorageValue(cid, 61209)))
    		doCreatureAddHealth(pk, (getPlayerStorageValue(cid, 61210))-(getPlayerStorageValue(cid, 61209)))
    		doChangeSpeed(cid, getCreatureBaseSpeed(cid)-getCreatureSpeed(cid))
    	end
    	return true
    end

     

    Funciono mano vlw unico problema e que esta travando em algumas agua

    ex: 13:14 You see shallow water.
    ItemID: [4822]. Nessa trava e na seguinte nao.. 

  4.  

    4 minutos atrás, Refe disse:

    Abre o RME, vai na água e dá um select brush, depois me fala se é walkable o nome

    ta sim manin

    30 minutos atrás, Refe disse:

    Abre o RME, vai na água e dá um select brush, depois me fala se é walkable o nome

    Se nao tem um script q nao precise clicar na borda passe direto sabe? 

  5. Bom nao tenho muito conhecimento em programaçao, mas to procurando aprender, bom queria saber se consigo compilar minha distro diferente to usando a tfs 0.3.6 ( a distro preta) queria saber se tem como compilar ela pra ficar, a branca com os reload etc.. quero compilar pra outra distro como posso fazer? vo mandar print da minha distro.

    Sem título.png

  • Quem Está Navegando   0 membros estão online

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