Jump to content

Khayoz

Veterans
  • Posts

    1052
  • Joined

  • Last visited

  • Days Won

    1

 Content Type 

Profiles

Forums

Events

Reborn Development Blog

Rejuvenation Development Blog

Desolation Dev Blog

Everything posted by Khayoz

  1. It's a rule of breeding that females with DW abilities will pass it down to the egg. But I thought that part of the script was taken out due to crashes...
  2. Speed is easy, just go to the Railnet (before the smashable rocks), or Apophyll Beach. Btw if you read the above posts hes already chosen who to use
  3. A Dugtrio with Earthquake could wreck your team Try getting a Grass or Water type in there, perhaps in place of Luxray
  4. All you need is RPG Maker, but why spoil the game? :l
  5. Khayoz

    Exp. Share

    It's just the Chandelure really. I didn't have much trouble when I did it because I had Scrafty
  6. Khayoz

    Exp. Share

    Actually, the Exp. Share IS in the game. You have to match the last three digits in the Lottery at the Arcade in Onyx.
  7. Look in the other alleyways in Obsidia and Peridot. You have to chase him around a bit before he eventually battles you.
  8. You can't get Shroomish until much later in game, unfortunately.
  9. Yami has a point though. If you use Pickup you can easily get $999999 in a day or two on speedhack.
  10. yeah. I've caught most things. One Pokemon that eludes me though, is Stunfisk. Still haven't found one in the cave yet.
  11. Khayoz

    Teddiursa

    have you looked in all the possible locations? under the bridge?
  12. Look at my team. You know which one I'm going to choose.
  13. Yes. I love my Eevees <3 Nope, you can't. Pokemon Reborn isn't a ROM so you can't use Gameshark/Action Replay/etc.
  14. If I must... ...137 but I afk a lot :/
  15. Khayoz

    Umm...

    Ame, I have a temporary solution for Pokemon obtained from in-game events. If you just tweak the one above a bit and stick it in place of the normal pbAddPokemon script in the event it should work e.g. poke=PokeBattle_Pokemon.new(:GOLDEEN,10,$Trainer) pbAddPokemon(poke) i=rand(3) poke.setAbility(0) if i==0 poke.setAbility(1) if i==1 poke.setAbility(2) if i==2 I've only tried this on Pokes with 3 abilities at the moment, though. But it should work on those with 2...
  16. Khayoz

    Umm...

    Awesome, I can't wait!
  17. Khayoz

    Umm...

    I didn't put it as a script...rather I put it as a parallel process in the first town Events.onWildPokemonCreate+=proc {|sender,e| pokemon=e[0] if $game_switches[140] i=rand(3) pokemon.abilityflag=0 if i==0 pokemon.abilityflag=1 if i==1 pokemon.abilityflag=2 if i==2 end } ...And I turned on switch 140 at the start of the game after you name your character It's probably the long way around, but that's how I got it to work
  18. Khayoz

    Umm...

    So i was looking around the net on Pokemon Essentials stuff and I found one of Ame's old threads on Pokecommunity on DW abilities on wild pokes. I was like "meh" and used the script in a random RPG maker XP poke game as a test and it works (I was finding Lightningrod Goldeens on top of Swift Swim and Water Veil). Doesn't work on ones you get from an event though... But maybe we can get 3 abilities at last?
  19. I feel none of the previous gens had enough story and character development to them (e.g. R/S/E...), and for me only Gen 5 tried to do it, so my vote goes to N.
  20. Whoops soz. But yeah, just need a longer way around. It's possible! BELIEVEEEEEEEEE
  21. Lies. My Seaking is freaking boss. It's a Shiny too
  22. ...That is, until you realise that TM moves learnt through level-up can be passed down...
×
×
  • Create New...