Ir para conteúdo

[DxP] Exclusivo Poketibia OpenSource


Posts Recomendados

  Em 13/06/2016 em 02:28, Durant disse:

@kttallan cara c teria como explicar onde faço alteração dos ataques dos pokes para players, pq tipo adicionei ataques e os loots a Gardevoir configurei o catch dex e tals, mas quando eu capturo ela está sem coldown, selvagem ataca normal mas o do player não aparece os cds na barra e em relação aos megas eu adicionei a outfit ao mega blastoise por exemplo que está invisível mesmo assim quando transforma ele fica invisível, seria de grande ajuda se você me auxiliasse...

Expand  

 

no arquivo 114 - pokespell.lua da pasta lib

Link para o comentário
Compartilhar em outros sites

@Josegvb puts cara que bosta tão na cara, eu achei que era as spells relacionadas aos efeitos do cliente e nem cheguei a abrir kkkkkk po cara vlw mesmo!! e quanto aos megas c tá ligado? já revirei td :s

Link para o comentário
Compartilhar em outros sites

  Em 13/06/2016 em 02:50, Durant disse:

@Josegvb puts cara que bosta tão na cara, eu achei que era as spells relacionadas aos efeitos do cliente e nem cheguei a abrir kkkkkk po cara vlw mesmo!! e quanto aos megas c tá ligado? já revirei td :s

Expand  

 

lib/ 107- main tables.lua

megasConf = { -- charizard x mais ataque menos speed/def, charizard y mais speed/def, menos ataque
		["Mega Alakazam"] = {out = 1853, offense = 8.3, defense = 30, specialattack = 30, life = 8000, agility = 220, wildVity = 10, wildChance = 0.1, itemToDrop = 15131},
		["Mega Charizard X"] = { out = {1879, 1880, 1881}, offense = 10.3, defense = 25, specialattack = 35, life = 9000, agility = 260, wildVity = 10, wildChance = 0.1, itemToDrop = 15134},
		["Mega Charizard Y"] = { out = {1876, 1877, 1878}, offense = 9.3, defense = 35, specialattack = 30, life = 9000, agility = 280, wildVity = 10, wildChance = 0.1, itemToDrop = 15135},
		["Mega Blastoise"] = {out = 1850, offense = 10.3, defense = 45, specialattack = 30, life = 9000, agility = 260, wildVity = 10, wildChance = 0.1, itemToDrop = 15133},
	    ["Mega Gengar"] = {out = 1851, offense = 15.3, defense = 35, specialattack = 38, life = 9000, agility = 260, wildVity = 10, wildChance = 0.1, itemToDrop = 15136},	
	   
		["Mega Ampharos"] = {out = {2093, 2094, 2095}, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15794},	
	    ["Mega Venusaur"] = {out = 1863, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15793},	
	    ["Mega Tyranitar"] = {out = 1854, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15781},	 
		["Mega Kangaskhan"] = {out = 1872, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15783},	
	    ["Mega Scizor"] = {out = 1892, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15784},	
	    
		["Mega Aerodactyl"] = {out = 2061, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15786},	
	    ["Mega Pidgeot"] = {out = 2081, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15791},	
	    ["Mega Mawile"] = {out = 1859, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15136},	
	    ["Mega Gardevoir"] = {out = 2089, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15136},	
	    ["Mega Absol"] = {out = 2068, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15136},	
	    ["Mega Lucario"] = {out = 2069, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15136},	
	    ["Mega Sceptile"] = {out = 2071, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15136},	
	    ["Mega Swampert"] = {out = 2075, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15136},	
	    ["Mega Aggron"] = {out = 1864, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15136},	
	    ["Mega Blaziken"] = {out = {2090, 2091, 2092}, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15792},	
	    
	   	
	}

 

Link para o comentário
Compartilhar em outros sites

  Em 13/06/2016 em 02:53, Josegvb disse:

 

lib/ 107- main tables.lua

megasConf = { -- charizard x mais ataque menos speed/def, charizard y mais speed/def, menos ataque		["Mega Alakazam"] = {out = 1853, offense = 8.3, defense = 30, specialattack = 30, life = 8000, agility = 220, wildVity = 10, wildChance = 0.1, itemToDrop = 15131},		["Mega Charizard X"] = { out = {1879, 1880, 1881}, offense = 10.3, defense = 25, specialattack = 35, life = 9000, agility = 260, wildVity = 10, wildChance = 0.1, itemToDrop = 15134},		["Mega Charizard Y"] = { out = {1876, 1877, 1878}, offense = 9.3, defense = 35, specialattack = 30, life = 9000, agility = 280, wildVity = 10, wildChance = 0.1, itemToDrop = 15135},		["Mega Blastoise"] = {out = 1850, offense = 10.3, defense = 45, specialattack = 30, life = 9000, agility = 260, wildVity = 10, wildChance = 0.1, itemToDrop = 15133},	    ["Mega Gengar"] = {out = 1851, offense = 15.3, defense = 35, specialattack = 38, life = 9000, agility = 260, wildVity = 10, wildChance = 0.1, itemToDrop = 15136},		   		["Mega Ampharos"] = {out = {2093, 2094, 2095}, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15794},		    ["Mega Venusaur"] = {out = 1863, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15793},		    ["Mega Tyranitar"] = {out = 1854, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15781},	 		["Mega Kangaskhan"] = {out = 1872, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15783},		    ["Mega Scizor"] = {out = 1892, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15784},		    		["Mega Aerodactyl"] = {out = 2061, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15786},		    ["Mega Pidgeot"] = {out = 2081, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15791},		    ["Mega Mawile"] = {out = 1859, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15136},		    ["Mega Gardevoir"] = {out = 2089, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15136},		    ["Mega Absol"] = {out = 2068, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15136},		    ["Mega Lucario"] = {out = 2069, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15136},		    ["Mega Sceptile"] = {out = 2071, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15136},		    ["Mega Swampert"] = {out = 2075, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15136},		    ["Mega Aggron"] = {out = 1864, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15136},		    ["Mega Blaziken"] = {out = {2090, 2091, 2092}, offense = 15.3, defense = 40, specialattack = 25, life = 9000, agility = 270, wildVity = 10, wildChance = 0.1, itemToDrop = 15792},		    	   		}

 

Expand  

É correção para as Megas ?

Link para o comentário
Compartilhar em outros sites

  Em 13/06/2016 em 01:17, kttallan disse:

Esse erro é devido ao catch, deve ter algum poke não configurado.

 

Exatamente.

Expand  

 

onde estaria exactamente o arquivo pra adicionar o pokemon? me falaram agr q é sudowoodo q quero comprobar se ele esta la

Link para o comentário
Compartilhar em outros sites

  Em 13/06/2016 em 03:00, Justiceiro751 disse:

É correção para as Megas ?

Expand  

 

só pra o outfit do mega blastoise e mega alakazam q tava sem outfit, nem sei enquanto os outros se estao sem outfit, se estiver é só colocar a newtype la no 

out = xxxx
Link para o comentário
Compartilhar em outros sites

  Em 13/06/2016 em 03:06, Josegvb disse:

 

só pra o outfit do mega blastoise e mega alakazam q tava sem outfit, nem sei enquanto os outros se estao sem outfit, se estiver é só colocar a newtype la no 

out = xxxx
Expand  

Entendi, muito obrigado pela correção e por estar compartilhando o seu conhecimento.

@Josegvb, você postou a correção do CdBar em download ou foi algum código com tutorial postado aqui no tópico ?

Link para o comentário
Compartilhar em outros sites

Galera como faço para muda essas transforms dos bixos selvagens eles estão se transformando em mega mt facil, eu so gastaria de deixar mas dificil ai colocaria ate para dropar mega stone, mas a cada 3 blastoise 5 viram mega kkkkkkkkk me ajudem ai

Link para o comentário
Compartilhar em outros sites

  Em 13/06/2016 em 03:51, jajazenho disse:

Galera como faço para muda essas transforms dos bixos selvagens eles estão se transformando em mega mt facil, eu so gastaria de deixar mas dificil ai colocaria ate para dropar mega stone, mas a cada 3 blastoise 5 viram mega kkkkkkkkk me ajudem ai

Expand  

 

na tavela q eu postei acima tem o % 

 

["Mega Blastoise"] = {out = 1850, offense = 10.3, defense = 45, specialattack = 30, life = 9000, agility = 260, wildVity = 10, wildChance = 0.1, itemToDrop = 15133},

 

"wildchance= 0.1" mas nem sei pq mesmo assim com 0.1 eles estao se transformando mt rapido... e estou 100% seguro q é ai pois o aggron tava em 100 e logo q vc batia nele, ele se tornaba mega entao é ai ^^ 

to curioso o lindo @Daniel disse que ia liberar 1 mapa esse fim de semana mas nao ouvi dele ate agr '-' 

Link para o comentário
Compartilhar em outros sites

  Em 13/06/2016 em 04:21, Josegvb disse:

 

na tavela q eu postei acima tem o % 

 

["Mega Blastoise"] = {out = 1850, offense = 10.3, defense = 45, specialattack = 30, life = 9000, agility = 260, wildVity = 10, wildChance = 0.1, itemToDrop = 15133},

 

"wildchance= 0.1" mas nem sei pq mesmo assim com 0.1 eles estao se transformando mt rapido... e estou 100% seguro q é ai pois o aggron tava em 100 e logo q vc batia nele, ele se tornaba mega entao é ai ^^ 

to curioso o lindo @Daniel disse que ia liberar 1 mapa esse fim de semana mas nao ouvi dele ate agr '-' 

Expand  

Pois é meu querido, ta 0.1 aqui tbm mas os danadinhos se transformam rapidao kkkkkkk se alguem poder ajudar nos nessa ai seria uma boa 

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...