zep715 / rbylua

Lua scripts for shiny hunting in RBY games
21 stars 13 forks source link

Trying to get other DV #8

Open vinnycl opened 2 years ago

vinnycl commented 2 years ago

https://github.com/zep715/rbylua/blob/483ca4ed7b303f5360fcfa21e37e8cd4d1831d18/stationarybot.lua#L56

Hello there. :)

I'm trying to get a perfet pkm 15 DV all stats. So if I Try: `

// atadef = memory.readbyte(base_address) // spespc = memory.readbyte(base_address+1)

if atadef == 0xFA then if spespc == 0xFA then return true else return false end else return false end ` I end like 15/10/15/10 or I end like 15/10/10/15

Any idea to get 15/15/15/15 ?

sp0rcu commented 11 months ago

try this for wild but It may take a long time to find it, between 1-5 hours if spespc == 0xEF then if atkdef == 0xFF then this is Atk/Def/Spd/Spc 15/15/14/15 and HP 13 This is the closest thing to perfection in Wild.

sp0rcu commented 11 months ago

for stationary if spespc == 0xFF then if atkdef == 0xFF then Full 15