Simple farm that kills lvl 40~ mobs and heals with the old lady nearby
Nets about 20k Exp, and 80 PokeDollars per mob on my lvl 100 Blastoise.
Simply make a notepad with the code in it and name it "Route 27.lua"
I will be making more, send some requests on zones you want a script on.
Nets about 20k Exp, and 80 PokeDollars per mob on my lvl 100 Blastoise.
name = "Route 27"
author = "Swaggy"
function onPathAction()
if getPokemonHealth(1) > 0 then
if getMapName() == "Route 27 House" then
moveToCell(3, 6)
waitForTeleportation()
elseif getMapName() == "Route 27" then
moveToRectangle(63, 10, 68, 11)
end
else
if getMapName() == "Route 27" then
moveToCell(47, 11)
waitForTeleportation()
elseif getMapName() == "Route 27 House" then
talkToNpcOnCell(10, 5)
end
end
end
function onBattleAction()
attack()
end
Simply make a notepad with the code in it and name it "Route 27.lua"
I will be making more, send some requests on zones you want a script on.