Ir para conteúdo
  • Cadastre-se

(Resolvido)Pokezot ERROR 2


Ir para solução Resolvido por ricksi2012,

Posts Recomendados

HYDRO DANCE

function onCastSpell(cid, var)



if isSummon(cid) then return true end

docastspell(cid, "Hydro Dance")

return true
end



GYRO BALL

function onCastSpell(cid, var)

if isSummon(cid) then return true end

docastspell(cid, "Gyro Ball")

return true
end



Todas estão assim ex: harden,Headbutt mais elas funcionando so essas 2 que nao (gyro ball e hydro dance

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

PROJETO NOVO RETORNANDO AO BKRS  o o o

Link para o post
Compartilhar em outros sites
  • Respostas 20
  • Created
  • Última resposta

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Bom eu coloquei como ataka pois acho que e isso se for passiva basta apagar e colocar la

Posta 1 que funfa e seu pokemon moves

Meus Trabalhos
 
Tudo em Desenvolvimento mais att em breve
Estou parado
 
Tudo Removido
Link para o post
Compartilhar em outros sites

nao, nao estão

--fighting, normal, water, ground, rock, dark, psychic, flying, electric, poison, fire, ice, grass, dragon, bug, steel...

--Lembrando q esse script n eh mais utilizado... mas ainda serve como backup!

movesinfo = {
["Quick Attack"] = {f = 40, t = "normal"}, --ok
["Razor Leaf"] = {f = 33, t = "grass"}, --ok
["Vine Whip"] = {f = 65, t = "grass"}, --ok
["Headbutt"] = {f = 70, t = "normal"}, --ok
["Leech Seed"] = {f = 1, t = "grass"}, --ok
["Solar Beam"] = {f = 135, t = "grass"}, --ok
["Sleep Powder"] = {f = 0, t = "normal"}, --ok
["Stun Spore"] = {f = 0, t = "normal"}, --ok
["Poison Powder"] = {f = 0, t = "normal"}, --ok
["Bullet Seed"] = {f = 95, t = "grass"}, --ok
["Body Slam"] = {f = 80, t = "normal"}, --ok
["Leaf Storm"] = {f = 100, t = "grass"}, --ok
["Scratch"] = {f = 40, t = "normal"}, --ok
["Ember"] = {f = 42, t = "fire"}, --ok
["Flamethrower"] = {f = 80, t = "fire"}, --ok
["Fireball"] = {f = 75, t = "fire"}, --ok
["Fire Fang"] = {f = 65, t = "fire"}, --ok
["Fire Blast"] = {f = 125, t = "fire"}, --ok
["Rage"] = {f = 0, t = "dragon"}, --ok
["Raging Blast"] = {f = 100, t = "fire"}, --ok
["Dragon Claw"] = {f = 60, t = "dragon"}, --ok
["Wing Attack"] = {f = 75, t = "flying"}, --ok
["Magma Storm"] = {f = 95, t = "fire"}, --ok
["Bubbles"] = {f = 40, t = "water"}, --ok
["Water Gun"] = {f = 55, t = "water"}, --ok
["Waterball"] = {f = 65, t = "water"}, --ok
["Aqua Tail"] = {f = 50, t = "water"}, --ok
["Hydro Cannon"] = {f = 95, t = "water"}, --ok
["Harden"] = {f = 0, t = "normal"}, --ok
["Calm Mind"] = {f = 0, t = "psychic"}, --ok
["Bubble Blast"] = {f = 100, t = "water"}, --ok
["Skull Bash"] = {f = 85, t = "normal"}, --ok
["Hydropump"] = {f = 125, t = "water"}, --ok
["String Shot"] = {f = 0, t = "bug"}, --ok
["Bug Bite"] = {f = 45, t = "bug"}, --ok
["Super Sonic"] = {f = 0, t = "normal"}, --ok
["Psybeam"] = {f = 75, t = "psychic"}, --ok
["Confusion"] = {f = 50, t = "psychic"}, --ok
["Horn Attack"] = {f = 55, t = "normal"}, --ok
["Poison Sting"] = {f = 40, t = "poison"}, --ok
["Fury Cutter"] = {f = 65, t = "bug"}, --ok
["Pin Missile"] = {f = 80, t = "bug"}, --ok
["Strafe"] = {f = 0, t = "normal"}, --ok
["Agility"] = {f = 0, t = "flying"}, --ok
["Sand Attack"] = {f = 0, t = "ground"}, --ok
["Gust"] = {f = 65, t = "flying"}, --ok
["Whirlwind"] = {f = 80, t = "flying"}, --ok
["Drill Peck"] = {f = 35, t = "flying"}, --ok
["Tornado"] = {f = 90, t = "flying"}, --ok
["Bite"] = {f = 50, t = "dark"}, --ok
["Super Fang"] = {f = 65, t = "normal"}, --ok
["Poison Fang"] = {f = 65, t = "poison"}, --ok
["Sting Gun"] = {f = 65, t = "poison"}, --ok
["Acid"] = {f = 45, t = "poison"}, --ok
["Fear"] = {f = 0, t = "ghost"}, --ok
["Roar"] = {f = 0, t = "normal"}, --ok
["Iron Tail"] = {f = 70, t = "steel"}, --ok
["Thunder Shock"] = {f = 55, t = "electric"}, --ok
["Thunder Bolt"] = {f = 33, t = "electric"}, --ok
["Thunder Wave"] = {f = 70, t = "electric"}, --ok
["Thunder"] = {f = 100, t = "electric"}, --ok
["Mega Kick"] = {f = 85, t = "fighting"}, --ok
["Thunder Punch"] = {f = 75, t = "electric"}, --ok
["Electric Storm"] = {f = 95, t = "electric"}, --ok
["Mud Shot"] = {f = 40, t = "ground"}, --ok
["Mud Slap"] = {f = 50, t = "ground"}, --ok
["Rollout"] = {f = 15, t = "rock"}, --ok
["Shockwave"] = {f = 90, t = "ground"}, --ok
["Earthshock"] = {f = 75, t = "ground"}, --ok
["Earthquake"] = {f = 10, t = "ground"}, --ok
["Stomp"] = {f = 90, t = "ground"}, --ok
["Toxic Spikes"] = {f = 50, t = "poison"}, --ok
["Horn Drill"] = {f = 60, t = "normal"}, --ok
["Doubleslap"] = {f = 25, t = "normal"}, --ok
["Lovely Kiss"] = {f = 0, t = "normal"}, --ok
["Sing"] = {f = 0, t = "normal"}, --ok
["Selfheal"] = {f = 0, t = "normal"}, --ok
["Restore"] = {f = 0, t = "normal"}, --ok
["Multislap"] = {f = 35, t = "normal"}, --ok
["Metronome"] = {f = 0, t = "normal"}, --ok
["Focus"] = {f = 0, t = "normal"}, --ok
["Flame Wheel"] = {f = 85, t = "fire"}, --ok
["Hyper Voice"] = {f = 70, t = "normal"}, --ok
["Healarea"] = {f = 0, t = "normal"}, --ok
["Toxic"] = {f = 50, t = "poison"}, --ok
["Absorb"] = {f = 40, t = "grass"}, --ok
["Poison Bomb"] = {f = 70, t = "poison"}, --ok
["Poison Gas"] = {f = 5, t = "poison"}, --ok rever duraçao
["Petal Dance"] = {f = 70, t = "grass"}, --ok
["Slash"] = {f = 60, t = "normal"}, --ok
["X-Scissor"] = {f = 65, t = "bug"}, --ok
["Psychic"] = {f = 90, t = "psychic"}, --ok
["Pay Day"] = {f = 50, t = "normal"}, --ok
["Psywave"] = {f = 75, t = "psychic"}, --ok
["Triple Kick"] = {f = 60, t = "fighting"}, --ok
["Triple Kick Lee"] = {f = 70, t = "fighting"}, --ok
["Karate Chop"] = {f = 50, t = "fighting"}, --ok
["Ground Chop"] = {f = 100, t = "fighting"}, --ok
["Cross Chop"] = {f = 80, t = "fighting"}, --ok
["Mega Punch"] = {f = 85, t = "fighting"}, --ok
["Tri Flames"] = {f = 90, t = "fire"}, --ok
["War Dog"] = {f = 0, t = "normal"}, --ok
["Hypnosis"] = {f = 0, t = "psychic"}, --ok
["Dizzy Punch"] = {f = 75, t = "fighting"}, --ok
["Ice Punch"] = {f = 75, t = "ice"}, --ok
["Ice Beam"] = {f = 95, t = "ice"}, --ok
["Psy Pulse"] = {f = 35, t = "psychic"}, --ok
["Reflect"] = {f = 0, t = "psychic"}, --ok
["Psyusion"] = {f = 70, t = "psychic"}, --ok
["Triple Punch"] = {f = 60, t = "fighting"}, --ok
["Fist Machine"] = {f = 105, t = "fighting"}, --ok
["Destroyer Hand"] = {f = 90, t = "fighting"}, --ok
["Rock Throw"] = {f = 55, t = "rock"}, --ok
["Rock Slide"] = {f = 15, t = "rock"}, --ok
["Falling Rocks"] = {f = 135, t = "rock"}, --ok
["Selfdestruct"] = {f = 175, t = "normal"}, --ok
["Crusher Stomp"] = {f = 110, t = "ground"}, --ok
["Water Pulse"] = {f = 70, t = "water"}, --ok
["Sonicboom"] = {f = 55, t = "normal"}, --ok
["Stickmerang"] = {f = 55, t = "flying"}, -- ok
["Stickslash"] = {f = 60, t = "flying"}, --ok
["Stick Throw"] = {f = 55, t = "flying"}, --ok
["Pluck"] = {f = 60, t = "flying"}, --ok
["Tri-Attack"] = {f = 25, t = "normal"}, --ok
["Fury Attack"] = {f = 25, t = "normal"}, --ok
["Ice Shards"] = {f = 65, t = "ice"}, --ok
["Icy Wind"] = {f = 45, t = "ice"}, --ok
["Aurora Beam"] = {f = 70, t = "ice"}, --ok
["Rest"] = {f = 0, t = "normal"}, --ok
["Sludge"] = {f = 65, t = "poison"}, --ok
["Sludge Rain"] = {f = 110, t = "poison"}, --ok
["Mud Bomb"] = {f = 60, t = "ground"}, --ok
["Mortal Gas"] = {f = 90, t = "poison"}, --ok
["Rock Drill"] = {f = 90, t = "rock"}, --alterado v1.4
["Egg Bomb"] = {f = 70, t = "normal"}, --ok
["Super Vines"] = {f = 95, t = "grass"}, --ok
["Epicenter"] = {f = 150, t = "ground"}, --ok
["Bubblebeam"] = {f = 40, t = "water"}, --ok
["Mimic Wall"] = {f = 0, t = "psychic"}, --ok
["Swift"] = {f = 20, t = "normal"}, --ok
["Shredder Team"] = {f = 0, t = "normal"}, --ok
["Team Slice"] = {f = 80, t = "bug"}, --ok
["Blizzard"] = {f = 100, t = "ice"}, --ok
["Great Love"] = {f = 50, t = "normal"}, --ok
["Fire Punch"] = {f = 75, t = "fire"}, --ok
["Guillotine"] = {f = 70, t = "normal"}, --ok
["Hyper Beam"] = {f = 100, t = "normal"}, --ok
["Thrash"] = {f = 80, t = "normal"}, --ok
["Splash"] = {f = 15, t = "water"}, --ok
["Dragon Breath"] = {f = 80, t = "dragon"}, --ok
["Muddy Water"] = {f = 95, t = "water"}, --ok
["Venom Motion"] = {f = 95, t = "poison"}, --ok
["Thunder Fang"] = {f = 65, t = "electric"}, --ok
["Sacred Fire"] = {f = 80, t = "fire"}, --ok
["Blaze Kick"] = {f = 80, t = "fire"}, --ok
["Overheat"] = {f = 80, t = "fire"}, --ok
["Cyber Pulse"] = {f = 35, t = "psychic"}, --ok
["Zap Cannon"] = {f = 80, t = "electric"}, --ok
["Magic Coat"] = {f = 0, t = "psychic"}, --ok
["Ancient Power"] = {f = 100, t = "rock"}, --ok
["Twister"] = {f = 80, t = "dragon"}, --ok
["Multi-Kick"] = {f = 75, t = "fighting"}, --ok
["Multi-Punch"] = {f = 75, t = "fighting"}, --ok
["Elemental Hands"] = {f = 0, t = "undefined"}, --ok
["Squisky Licking"] = {f = 80, t = "normal"}, --ok
["Lick"] = {f = 0, t = "normal"}, --ok
["Bonemerang"] = {f = 60, t = "ground"}, --ok
["Bone Club"] = {f = 70, t = "ground"}, --ok
["Bone Slash"] = {f = 75, t = "ground"}, --ok
["Furious Legs"] = {f = 0, t = "fighting"}, --ok
["Ultimate Champion"] = {f = 0, t = "fighting"}, --ok
["Shadow Ball"] = {f = 60, t = "ghost"}, --ok
["Shadow Punch"] = {f = 75, t = "ghost"}, --ok
["Shadow Storm"] = {f = 95, t = "ghost"}, --ok
["Invisible"] = {f = 0, t = "ghost"}, --ok
["Nightmare"] = {f = 80, t = "ghost"}, --ok
["Night Shade"] = {f = 80, t = "ghost"}, --ok
["Dream Eater"] = {f = 80, t = "psychic"}, --ok
["Dark Eye"] = {f = 0, t = "ghost"}, --ok
["Crabhammer"] = {f = 60, t = "normal"}, --ok
["Ancient Fury"] = {f = 0, t = "normal"}, --ok
["Divine Punishment"] = {f = 60, t = "psychic"}, --ok
["Spark"] = {f = 50, t = "thunder"}, --ok
["Charge Beam"] = {f = 80, t = "thunder"}, --ok
["Clamp"] = {f = 50, t = "water"}, --ok

["Camouflage"] = {f = 0, t = "normal"},
["Draco Meteor"] = {f = 90, t = "dragon"},
["Dragon Pulse"] = {f = 60, t = "dragon"},
["SmokeScreen"] = {f = 0, t = "normal"},
["Rolling Kick"] = {f = 65, t = "fighting"},
["Surf"] = {f = 65, t = "water"},
["Acid Armor"] = {f = 0, t = "poison"}, --alterado v1.4 - novos atks
["Iron Defense"] = {f = 0, t = "steel"},
["Future Sight"] = {f = 0, t = "psychic"},
["Shadowave"] = {f = 65, t = "dark"},
["Confuse Ray"] = {f = 65, t = "ghost"},
["Leaf Blade"] = {f = 50, t = "grass"},
["Eruption"] = {f = 75, t = "fire"},
["Elecball"] = {f = 70, t = "electric"},
["Meteor Smash"] = {f = 65, t = "normal"},
["Psy Ball"] = {f = 65, t = "psychic"},
["Faint Attack"] = {f = 65, t = "dark"},
["Assurance"] = {f = 85, t = "dark"},
["Scary Face"] = {f = 0, t = "ghost"},
["Sunny Day"] = {f = 0, t = "fire"},
["Pursuit"] = {f = 65, t = "dark"},
["ExtremeSpeed"] = {f = 65, t = "normal"},
["Egg Rain"] = {f = 85, t = "normal"},
["Air Cutter"] = {f = 70, t = "flying"},
["Venom Gale"] = {f = 85, t = "poison"},
["Crunch"] = {f = 65, t = "dark"},
["Ice Fang"] = {f = 65, t = "ice"},
["Psyshock"] = {f = 65, t = "psychic"},
["Hurricane"] = {f = 15, t = "flying"},
["Aromateraphy"] = {f = 0, t = "grass"},
["Emergency Call"] = {f = 0, t = "normal"},
["Synthesis"] = {f = 0, t = "grass"},
["Roost"] = {f = 0, t = "flying"},
["Cotton Spore"] = {f = 0, t = "grass"},
["Peck"] = {f = 40, t = "flying"},
["Night Daze"] = {f = 80, t = "dark"},
["Safeguard"] = {f = 0, t = "normal"},
["Magical Leaf"] = {f = 33, t = "grass"},
["Charge"] = {f = 0, t = "electric"},
["Swords Dance"] = {f = 0, t = "normal"},
["Steel Wing"] = {f = 75, t = "steel"},
["Defense Curl"] = {f = 0, t = "normal"},
["Air Slash"] = {f = 55, t = "flying"},
["Feather Dance"] = {f = 25, t = "flying"},
["Tailwind"] = {f = 0, t = "flying"},
["Double Team"] = {f = 0, t = "normal"},
["Charm"] = {f = 0, t = "normal"},
["Tackle"] = {f = 50, t = "normal"},
["Giga Drain"] = {f = 80, t = "grass"},
["Miracle Eye"] = {f = 0, t = "psychic"},
["Red Fury"] = {f = 65, t = "bug"},
["Team Claw"] = {f = 80, t = "bug"},
["Megahorn"] = {f = 90, t = "bug"},
["Bug Fighter"] = {f = 0, t = "bug"},
["Metal Claw"] = {f = 60, t = "steel"},
["Rock Blast"] = {f = 90, t = "rock"},
["Power Gem"] = {f = 90, t = "rock"},
["Octazooka"] = {f = 80, t = "water"},
["Take Down"] = {f = 60, t = "normal"},
["Fighter Spirit"] = {f = 0, t = "fighting"},
["Minimize"] = {f = 0, t = "normal"},
["U-Turn"] = {f = 60, t = "bug"},
["Yawn"] = {f = 0, t = "normal"},
["Tongue Grap"] = {f = 0, t = "normal"},
["Tongue Hook"] = {f = 0, t = "normal"},
["Stone Edge"] = {f = 15, t = "rock"},
["Dark Pulse"] = {f = 35, t = "dark"},
["Sucker Punch"] = {f = 65, t = "dark"},
["Present"] = {f = 75, t = "normal"},
["Low Kick"] = {f = 65, t = "fighting"},
["Struggle Bug"] = {f = 65, t = "bug"},
["Shell Attack"] = {f = 70, t = "bug"},
["Inferno"] = {f = 110, t = "fire"},
["Fissure"] = {f = 110, t = "ground"},
["Wrap"] = {f = 0, t = "normal"},
["Rock n'Roll"] = {f = 65, t = "normal"},
["Power Wave"] = {f = 80, t = "psychic"},
["Psy Impact"] = {f = 100, t = "psychic"},
["Ground Crusher"] = {f = 30, t = "ground"},
["Last Resort"] = {f = 70, t = "normal"},
["Two Face Shock"] = {f = 75, t = "ground"},
["Aerial Ace"] = {f = 100, t = "flying"},
["Echoed Voice"] = {f = 85, t = "normal"},
["Electro Field"] = {f = 30, t = "electric"},
["Petal Tornado"] = {f = 40, t = "grass"},

["Seed Bomb"] = {f = 30, t = "grass"}, --alterado v1.6


---Passivas---
["Electricity"] = {f = 0, t = "electric"},
["Lava Counter"] = {f = 0, t = "fire"},
["Counter Helix"] = {f = 0, t = "bug"},
["Giroball"] = {f = 0, t = "steel"},
["Counter Claw"] = {f = 0, t = "steel"},
["Counter Spin"] = {f = 0, t = "fighting"}, --alterado v1.6
["Demon Kicker"] = {f = 0, t = "fighting"},
["Demon Puncher"] = {f = 0, t = "fighting"},
["Stunning Confusion"] = {f = 0, t = "psychic"},
["Groundshock"] = {f = 0, t = "normal"},
["Electric Charge"] = {f = 0, t = "electric"},
["Melody"] = {f = 0, t = "normal"},
["Dragon Fury"] = {f = 0, t = "dragon"},
["Fury"] = {f = 0, t = "normal"},
["Mega Drain"] = {f = 0, t = "grass"},
["Spores Reaction"] = {f = 0, t = "grass"},
["Amnesia"] = {f = 0, t = "psychic"},
["Zen Mind"] = {f = 0, t = "psychic"},
["Mirror Coat"] = {f = 0, t = "psychic"},
["Lifesteal"] = {f = 0, t = "normal"},
["Foresight"] = {f = 0, t = "fighting"},
["Evasion"] = {f = 0, t = "normal"},
["Levitate"] = {f = 0, t = "ghost"},

}

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

PROJETO NOVO RETORNANDO AO BKRS  o o o

Link para o post
Compartilhar em outros sites

nao, nao estão

--fighting, normal, water, ground, rock, dark, psychic, flying, electric, poison, fire, ice, grass, dragon, bug, steel...

--Lembrando q esse script n eh mais utilizado... mas ainda serve como backup!

movesinfo = {

["Quick Attack"] = {f = 40, t = "normal"}, --ok

["Razor Leaf"] = {f = 33, t = "grass"}, --ok

["Vine Whip"] = {f = 65, t = "grass"}, --ok

["Headbutt"] = {f = 70, t = "normal"}, --ok

["Leech Seed"] = {f = 1, t = "grass"}, --ok

["Solar Beam"] = {f = 135, t = "grass"}, --ok

["Sleep Powder"] = {f = 0, t = "normal"}, --ok

["Stun Spore"] = {f = 0, t = "normal"}, --ok

["Poison Powder"] = {f = 0, t = "normal"}, --ok

["Bullet Seed"] = {f = 95, t = "grass"}, --ok

["Body Slam"] = {f = 80, t = "normal"}, --ok

["Leaf Storm"] = {f = 100, t = "grass"}, --ok

["Scratch"] = {f = 40, t = "normal"}, --ok

["Ember"] = {f = 42, t = "fire"}, --ok

["Flamethrower"] = {f = 80, t = "fire"}, --ok

["Fireball"] = {f = 75, t = "fire"}, --ok

["Fire Fang"] = {f = 65, t = "fire"}, --ok

["Fire Blast"] = {f = 125, t = "fire"}, --ok

["Rage"] = {f = 0, t = "dragon"}, --ok

["Raging Blast"] = {f = 100, t = "fire"}, --ok

["Dragon Claw"] = {f = 60, t = "dragon"}, --ok

["Wing Attack"] = {f = 75, t = "flying"}, --ok

["Magma Storm"] = {f = 95, t = "fire"}, --ok

["Bubbles"] = {f = 40, t = "water"}, --ok

["Water Gun"] = {f = 55, t = "water"}, --ok

["Waterball"] = {f = 65, t = "water"}, --ok

["Aqua Tail"] = {f = 50, t = "water"}, --ok

["Hydro Cannon"] = {f = 95, t = "water"}, --ok

["Harden"] = {f = 0, t = "normal"}, --ok

["Calm Mind"] = {f = 0, t = "psychic"}, --ok

["Bubble Blast"] = {f = 100, t = "water"}, --ok

["Skull Bash"] = {f = 85, t = "normal"}, --ok

["Hydropump"] = {f = 125, t = "water"}, --ok

["String Shot"] = {f = 0, t = "bug"}, --ok

["Bug Bite"] = {f = 45, t = "bug"}, --ok

["Super Sonic"] = {f = 0, t = "normal"}, --ok

["Psybeam"] = {f = 75, t = "psychic"}, --ok

["Confusion"] = {f = 50, t = "psychic"}, --ok

["Horn Attack"] = {f = 55, t = "normal"}, --ok

["Poison Sting"] = {f = 40, t = "poison"}, --ok

["Fury Cutter"] = {f = 65, t = "bug"}, --ok

["Pin Missile"] = {f = 80, t = "bug"}, --ok

["Strafe"] = {f = 0, t = "normal"}, --ok

["Agility"] = {f = 0, t = "flying"}, --ok

["Sand Attack"] = {f = 0, t = "ground"}, --ok

["Gust"] = {f = 65, t = "flying"}, --ok

["Whirlwind"] = {f = 80, t = "flying"}, --ok

["Drill Peck"] = {f = 35, t = "flying"}, --ok

["Tornado"] = {f = 90, t = "flying"}, --ok

["Bite"] = {f = 50, t = "dark"}, --ok

["Super Fang"] = {f = 65, t = "normal"}, --ok

["Poison Fang"] = {f = 65, t = "poison"}, --ok

["Sting Gun"] = {f = 65, t = "poison"}, --ok

["Acid"] = {f = 45, t = "poison"}, --ok

["Fear"] = {f = 0, t = "ghost"}, --ok

["Roar"] = {f = 0, t = "normal"}, --ok

["Iron Tail"] = {f = 70, t = "steel"}, --ok

["Thunder Shock"] = {f = 55, t = "electric"}, --ok

["Thunder Bolt"] = {f = 33, t = "electric"}, --ok

["Thunder Wave"] = {f = 70, t = "electric"}, --ok

["Thunder"] = {f = 100, t = "electric"}, --ok

["Mega Kick"] = {f = 85, t = "fighting"}, --ok

["Thunder Punch"] = {f = 75, t = "electric"}, --ok

["Electric Storm"] = {f = 95, t = "electric"}, --ok

["Mud Shot"] = {f = 40, t = "ground"}, --ok

["Mud Slap"] = {f = 50, t = "ground"}, --ok

["Rollout"] = {f = 15, t = "rock"}, --ok

["Shockwave"] = {f = 90, t = "ground"}, --ok

["Earthshock"] = {f = 75, t = "ground"}, --ok

["Earthquake"] = {f = 10, t = "ground"}, --ok

["Stomp"] = {f = 90, t = "ground"}, --ok

["Toxic Spikes"] = {f = 50, t = "poison"}, --ok

["Horn Drill"] = {f = 60, t = "normal"}, --ok

["Doubleslap"] = {f = 25, t = "normal"}, --ok

["Lovely Kiss"] = {f = 0, t = "normal"}, --ok

["Sing"] = {f = 0, t = "normal"}, --ok

["Selfheal"] = {f = 0, t = "normal"}, --ok

["Restore"] = {f = 0, t = "normal"}, --ok

["Multislap"] = {f = 35, t = "normal"}, --ok

["Metronome"] = {f = 0, t = "normal"}, --ok

["Focus"] = {f = 0, t = "normal"}, --ok

["Flame Wheel"] = {f = 85, t = "fire"}, --ok

["Hyper Voice"] = {f = 70, t = "normal"}, --ok

["Healarea"] = {f = 0, t = "normal"}, --ok

["Toxic"] = {f = 50, t = "poison"}, --ok

["Absorb"] = {f = 40, t = "grass"}, --ok

["Poison Bomb"] = {f = 70, t = "poison"}, --ok

["Poison Gas"] = {f = 5, t = "poison"}, --ok rever duraçao

["Petal Dance"] = {f = 70, t = "grass"}, --ok

["Slash"] = {f = 60, t = "normal"}, --ok

["X-Scissor"] = {f = 65, t = "bug"}, --ok

["Psychic"] = {f = 90, t = "psychic"}, --ok

["Pay Day"] = {f = 50, t = "normal"}, --ok

["Psywave"] = {f = 75, t = "psychic"}, --ok

["Triple Kick"] = {f = 60, t = "fighting"}, --ok

["Triple Kick Lee"] = {f = 70, t = "fighting"}, --ok

["Karate Chop"] = {f = 50, t = "fighting"}, --ok

["Ground Chop"] = {f = 100, t = "fighting"}, --ok

["Cross Chop"] = {f = 80, t = "fighting"}, --ok

["Mega Punch"] = {f = 85, t = "fighting"}, --ok

["Tri Flames"] = {f = 90, t = "fire"}, --ok

["War Dog"] = {f = 0, t = "normal"}, --ok

["Hypnosis"] = {f = 0, t = "psychic"}, --ok

["Dizzy Punch"] = {f = 75, t = "fighting"}, --ok

["Ice Punch"] = {f = 75, t = "ice"}, --ok

["Ice Beam"] = {f = 95, t = "ice"}, --ok

["Psy Pulse"] = {f = 35, t = "psychic"}, --ok

["Reflect"] = {f = 0, t = "psychic"}, --ok

["Psyusion"] = {f = 70, t = "psychic"}, --ok

["Triple Punch"] = {f = 60, t = "fighting"}, --ok

["Fist Machine"] = {f = 105, t = "fighting"}, --ok

["Destroyer Hand"] = {f = 90, t = "fighting"}, --ok

["Rock Throw"] = {f = 55, t = "rock"}, --ok

["Rock Slide"] = {f = 15, t = "rock"}, --ok

["Falling Rocks"] = {f = 135, t = "rock"}, --ok

["Selfdestruct"] = {f = 175, t = "normal"}, --ok

["Crusher Stomp"] = {f = 110, t = "ground"}, --ok

["Water Pulse"] = {f = 70, t = "water"}, --ok

["Sonicboom"] = {f = 55, t = "normal"}, --ok

["Stickmerang"] = {f = 55, t = "flying"}, -- ok

["Stickslash"] = {f = 60, t = "flying"}, --ok

["Stick Throw"] = {f = 55, t = "flying"}, --ok

["Pluck"] = {f = 60, t = "flying"}, --ok

["Tri-Attack"] = {f = 25, t = "normal"}, --ok

["Fury Attack"] = {f = 25, t = "normal"}, --ok

["Ice Shards"] = {f = 65, t = "ice"}, --ok

["Icy Wind"] = {f = 45, t = "ice"}, --ok

["Aurora Beam"] = {f = 70, t = "ice"}, --ok

["Rest"] = {f = 0, t = "normal"}, --ok

["Sludge"] = {f = 65, t = "poison"}, --ok

["Sludge Rain"] = {f = 110, t = "poison"}, --ok

["Mud Bomb"] = {f = 60, t = "ground"}, --ok

["Mortal Gas"] = {f = 90, t = "poison"}, --ok

["Rock Drill"] = {f = 90, t = "rock"}, --alterado v1.4

["Egg Bomb"] = {f = 70, t = "normal"}, --ok

["Super Vines"] = {f = 95, t = "grass"}, --ok

["Epicenter"] = {f = 150, t = "ground"}, --ok

["Bubblebeam"] = {f = 40, t = "water"}, --ok

["Mimic Wall"] = {f = 0, t = "psychic"}, --ok

["Swift"] = {f = 20, t = "normal"}, --ok

["Shredder Team"] = {f = 0, t = "normal"}, --ok

["Team Slice"] = {f = 80, t = "bug"}, --ok

["Blizzard"] = {f = 100, t = "ice"}, --ok

["Great Love"] = {f = 50, t = "normal"}, --ok

["Fire Punch"] = {f = 75, t = "fire"}, --ok

["Guillotine"] = {f = 70, t = "normal"}, --ok

["Hyper Beam"] = {f = 100, t = "normal"}, --ok

["Thrash"] = {f = 80, t = "normal"}, --ok

["Splash"] = {f = 15, t = "water"}, --ok

["Dragon Breath"] = {f = 80, t = "dragon"}, --ok

["Muddy Water"] = {f = 95, t = "water"}, --ok

["Venom Motion"] = {f = 95, t = "poison"}, --ok

["Thunder Fang"] = {f = 65, t = "electric"}, --ok

["Sacred Fire"] = {f = 80, t = "fire"}, --ok

["Blaze Kick"] = {f = 80, t = "fire"}, --ok

["Overheat"] = {f = 80, t = "fire"}, --ok

["Cyber Pulse"] = {f = 35, t = "psychic"}, --ok

["Zap Cannon"] = {f = 80, t = "electric"}, --ok

["Magic Coat"] = {f = 0, t = "psychic"}, --ok

["Ancient Power"] = {f = 100, t = "rock"}, --ok

["Twister"] = {f = 80, t = "dragon"}, --ok

["Multi-Kick"] = {f = 75, t = "fighting"}, --ok

["Multi-Punch"] = {f = 75, t = "fighting"}, --ok

["Elemental Hands"] = {f = 0, t = "undefined"}, --ok

["Squisky Licking"] = {f = 80, t = "normal"}, --ok

["Lick"] = {f = 0, t = "normal"}, --ok

["Bonemerang"] = {f = 60, t = "ground"}, --ok

["Bone Club"] = {f = 70, t = "ground"}, --ok

["Bone Slash"] = {f = 75, t = "ground"}, --ok

["Furious Legs"] = {f = 0, t = "fighting"}, --ok

["Ultimate Champion"] = {f = 0, t = "fighting"}, --ok

["Shadow Ball"] = {f = 60, t = "ghost"}, --ok

["Shadow Punch"] = {f = 75, t = "ghost"}, --ok

["Shadow Storm"] = {f = 95, t = "ghost"}, --ok

["Invisible"] = {f = 0, t = "ghost"}, --ok

["Nightmare"] = {f = 80, t = "ghost"}, --ok

["Night Shade"] = {f = 80, t = "ghost"}, --ok

["Dream Eater"] = {f = 80, t = "psychic"}, --ok

["Dark Eye"] = {f = 0, t = "ghost"}, --ok

["Crabhammer"] = {f = 60, t = "normal"}, --ok

["Ancient Fury"] = {f = 0, t = "normal"}, --ok

["Divine Punishment"] = {f = 60, t = "psychic"}, --ok

["Spark"] = {f = 50, t = "thunder"}, --ok

["Charge Beam"] = {f = 80, t = "thunder"}, --ok

["Clamp"] = {f = 50, t = "water"}, --ok

["Camouflage"] = {f = 0, t = "normal"},

["Draco Meteor"] = {f = 90, t = "dragon"},

["Dragon Pulse"] = {f = 60, t = "dragon"},

["SmokeScreen"] = {f = 0, t = "normal"},

["Rolling Kick"] = {f = 65, t = "fighting"},

["Surf"] = {f = 65, t = "water"},

["Acid Armor"] = {f = 0, t = "poison"}, --alterado v1.4 - novos atks

["Iron Defense"] = {f = 0, t = "steel"},

["Future Sight"] = {f = 0, t = "psychic"},

["Shadowave"] = {f = 65, t = "dark"},

["Confuse Ray"] = {f = 65, t = "ghost"},

["Leaf Blade"] = {f = 50, t = "grass"},

["Eruption"] = {f = 75, t = "fire"},

["Elecball"] = {f = 70, t = "electric"},

["Meteor Smash"] = {f = 65, t = "normal"},

["Psy Ball"] = {f = 65, t = "psychic"},

["Faint Attack"] = {f = 65, t = "dark"},

["Assurance"] = {f = 85, t = "dark"},

["Scary Face"] = {f = 0, t = "ghost"},

["Sunny Day"] = {f = 0, t = "fire"},

["Pursuit"] = {f = 65, t = "dark"},

["ExtremeSpeed"] = {f = 65, t = "normal"},

["Egg Rain"] = {f = 85, t = "normal"},

["Air Cutter"] = {f = 70, t = "flying"},

["Venom Gale"] = {f = 85, t = "poison"},

["Crunch"] = {f = 65, t = "dark"},

["Ice Fang"] = {f = 65, t = "ice"},

["Psyshock"] = {f = 65, t = "psychic"},

["Hurricane"] = {f = 15, t = "flying"},

["Aromateraphy"] = {f = 0, t = "grass"},

["Emergency Call"] = {f = 0, t = "normal"},

["Synthesis"] = {f = 0, t = "grass"},

["Roost"] = {f = 0, t = "flying"},

["Cotton Spore"] = {f = 0, t = "grass"},

["Peck"] = {f = 40, t = "flying"},

["Night Daze"] = {f = 80, t = "dark"},

["Safeguard"] = {f = 0, t = "normal"},

["Magical Leaf"] = {f = 33, t = "grass"},

["Charge"] = {f = 0, t = "electric"},

["Swords Dance"] = {f = 0, t = "normal"},

["Steel Wing"] = {f = 75, t = "steel"},

["Defense Curl"] = {f = 0, t = "normal"},

["Air Slash"] = {f = 55, t = "flying"},

["Feather Dance"] = {f = 25, t = "flying"},

["Tailwind"] = {f = 0, t = "flying"},

["Double Team"] = {f = 0, t = "normal"},

["Charm"] = {f = 0, t = "normal"},

["Tackle"] = {f = 50, t = "normal"},

["Giga Drain"] = {f = 80, t = "grass"},

["Miracle Eye"] = {f = 0, t = "psychic"},

["Red Fury"] = {f = 65, t = "bug"},

["Team Claw"] = {f = 80, t = "bug"},

["Megahorn"] = {f = 90, t = "bug"},

["Bug Fighter"] = {f = 0, t = "bug"},

["Metal Claw"] = {f = 60, t = "steel"},

["Rock Blast"] = {f = 90, t = "rock"},

["Power Gem"] = {f = 90, t = "rock"},

["Octazooka"] = {f = 80, t = "water"},

["Take Down"] = {f = 60, t = "normal"},

["Fighter Spirit"] = {f = 0, t = "fighting"},

["Minimize"] = {f = 0, t = "normal"},

["U-Turn"] = {f = 60, t = "bug"},

["Yawn"] = {f = 0, t = "normal"},

["Tongue Grap"] = {f = 0, t = "normal"},

["Tongue Hook"] = {f = 0, t = "normal"},

["Stone Edge"] = {f = 15, t = "rock"},

["Dark Pulse"] = {f = 35, t = "dark"},

["Sucker Punch"] = {f = 65, t = "dark"},

["Present"] = {f = 75, t = "normal"},

["Low Kick"] = {f = 65, t = "fighting"},

["Struggle Bug"] = {f = 65, t = "bug"},

["Shell Attack"] = {f = 70, t = "bug"},

["Inferno"] = {f = 110, t = "fire"},

["Fissure"] = {f = 110, t = "ground"},

["Wrap"] = {f = 0, t = "normal"},

["Rock n'Roll"] = {f = 65, t = "normal"},

["Power Wave"] = {f = 80, t = "psychic"},

["Psy Impact"] = {f = 100, t = "psychic"},

["Ground Crusher"] = {f = 30, t = "ground"},

["Last Resort"] = {f = 70, t = "normal"},

["Two Face Shock"] = {f = 75, t = "ground"},

["Aerial Ace"] = {f = 100, t = "flying"},

["Echoed Voice"] = {f = 85, t = "normal"},

["Electro Field"] = {f = 30, t = "electric"},

["Petal Tornado"] = {f = 40, t = "grass"},

["Seed Bomb"] = {f = 30, t = "grass"}, --alterado v1.6

---Passivas---

["Electricity"] = {f = 0, t = "electric"},

["Lava Counter"] = {f = 0, t = "fire"},

["Counter Helix"] = {f = 0, t = "bug"},

["Giroball"] = {f = 0, t = "steel"},

["Counter Claw"] = {f = 0, t = "steel"},

["Counter Spin"] = {f = 0, t = "fighting"}, --alterado v1.6

["Demon Kicker"] = {f = 0, t = "fighting"},

["Demon Puncher"] = {f = 0, t = "fighting"},

["Stunning Confusion"] = {f = 0, t = "psychic"},

["Groundshock"] = {f = 0, t = "normal"},

["Electric Charge"] = {f = 0, t = "electric"},

["Melody"] = {f = 0, t = "normal"},

["Dragon Fury"] = {f = 0, t = "dragon"},

["Fury"] = {f = 0, t = "normal"},

["Mega Drain"] = {f = 0, t = "grass"},

["Spores Reaction"] = {f = 0, t = "grass"},

["Amnesia"] = {f = 0, t = "psychic"},

["Zen Mind"] = {f = 0, t = "psychic"},

["Mirror Coat"] = {f = 0, t = "psychic"},

["Lifesteal"] = {f = 0, t = "normal"},

["Foresight"] = {f = 0, t = "fighting"},

["Evasion"] = {f = 0, t = "normal"},

["Levitate"] = {f = 0, t = "ghost"},

}

Add os atakes nessa lista pra ver

Meus Trabalhos
 
Tudo em Desenvolvimento mais att em breve
Estou parado
 
Tudo Removido
Link para o post
Compartilhar em outros sites

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

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

  • Estatísticas dos Fóruns

    96847
    Tópicos
    519607
    Posts



×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo