Hello There, Guest! Login Register


Capture Pokemon
#1
Thx for this PWO - BOT!
It works great! Smile

It would be more awesome with a capture feature! *-*
<3
 
Reply
#2
Who needs that?
 
Reply
#3
Yes i need capture =)
 
Reply
#4
I need capture script... Smile
 
Reply
#5
Hello I have added something like this to capturing pokemon with this bot, but it doesn`t work can you please help me out ?

name = "Leveling: Route 22 (near Viridian)"
author = "Silv3r"

function onPathAction()
if getPokemonHealth(1) > 0 then
if getMapName() == "Pokecenter - Viridian" then
moveToCell(8, 14)
waitForTeleportation()
elseif getMapName() == "Viridian City" then
moveToRectangle(14, 25, 14, 28)
waitForTeleportation()
elseif getMapName() == "Route 22" then
moveToRectangle(44, 15, 49, 19)
end
else
if getMapName() == "Route 22" then
moveToRectangle(59, 12, 59, 15)
waitForTeleportation()
elseif getMapName() == "Viridian City" then
moveToCell(40, 35)
waitForTeleportation()
elseif getMapName() == "Pokecenter - Viridian" then
talkToNpcOnCell(8, 10)
end
end
end

function onBattleAction()
if isWildBattle() and ( isOpponentShiny() or getOpponentName() == "Spearow" )then
if useItem("Ultra Ball") or useItem("Great Ball") or useItem("Pokeball") then
return
else
return sendUsablePokemon() or sendAnyPokemon() or attack() or run()
end
else
return run() or attack() or sendUsablePokemon() or sendAnyPokemon()
end
end
 
Reply
#6
(2016-09-13, 16:46:16)gikiliki Hello I have added something like this to capturing pokemon with this bot, but it doesn`t work can you please help me out ?

name = "Leveling: Route 22 (near Viridian)"
author = "Silv3r"

function onPathAction()
if getPokemonHealth(1) > 0 then
if getMapName() == "Pokecenter - Viridian" then
moveToCell(8, 14)
waitForTeleportation()
elseif getMapName() == "Viridian City" then
moveToRectangle(14, 25, 14, 28)
waitForTeleportation()
elseif getMapName() == "Route 22" then
moveToRectangle(44, 15, 49, 19)
end
else
if getMapName() == "Route 22" then
moveToRectangle(59, 12, 59, 15)
waitForTeleportation()
elseif getMapName() == "Viridian City" then
moveToCell(40, 35)
waitForTeleportation()
elseif getMapName() == "Pokecenter - Viridian" then
talkToNpcOnCell(8, 10)
end
end
end

function onBattleAction()
if isWildBattle() and ( isOpponentShiny() or getOpponentName() == "Spearow" )then
if useItem("Ultra Ball") or useItem("Great Ball") or useItem("Pokeball") then
return
else
return sendUsablePokemon() or sendAnyPokemon() or attack() or run()
end
else
return run() or attack() or sendUsablePokemon() or sendAnyPokemon()
end
end

Wrong section Big Grin
This one is for Pokemon World online and not Pokemon Revolution online, make a new Thread on the "Requests" forum for PRO.
No support for scripts from other authors or edited scripts ( except config.lua ). If you change something on the "core" and it isnt working anymore then you can fix it by your own.
Feel free to contact me for informations and tips !

 
Reply
#7
I know ? I am requesting it for PWO ?
 
Reply
  


Forum Jump:


Browsing: 1 Guest(s)