Posts: 41
Threads: 5
Joined: Mar 2016
Thx for this PWO - BOT!
It works great!
It would be more awesome with a capture feature! *-*
<3
Posts: 214
Threads: 15
Joined: Mar 2016
Posts: 7
Threads: 2
Joined: Mar 2016
Posts: 7
Threads: 5
Joined: Apr 2016
I need capture script...
Posts: 4
Threads: 1
Joined: Jul 2016
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
Posts: 228
Threads: 14
Joined: Aug 2016
(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

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 !
Posts: 4
Threads: 1
Joined: Jul 2016
I know ? I am requesting it for PWO ?