Jump to content

Scyl

Veterans
  • Posts

    184
  • Joined

  • Last visited

  • Days Won

    1

 Content Type 

Profiles

Forums

Events

Reborn Development Blog

Rejuvenation Development Blog

Starlight Divide Devblog

Desolation Dev Blog

Everything posted by Scyl

  1. I don't think there is, outside of getting insanely lucky. I think there used to be an event that pumped your Pokémon's IV pretty far into the game, but it was disabled. I don't know if they've reenabled it, but...
  2. Rejuv doesn't have online multiplayer iirc, and even if it did, there's definitely no way to trade between Reborn/Rejuv.
  3. https://pokemon-desolation.fandom.com/wiki/Protagonists Those are the canon names for the protags, I'd assume.
  4. Necesitas tocar las notas en el suelo en un orden específico. Los NPCs deberían decírtelo; Creo que el código es 2332-4332, pero no recuerdo. Si tocas las notas, reproducirán un sonido a sonar como los números en Inglés (eso se supone que es el indicador.)
  5. Did you set the main theme in the jukebox?
  6. Considering Essentials operates in real time. Probably that.
  7. Why are you replying to 4 year-old posts? Also, you can edit the save file via RPG Maker XP. Alternatively, you could probably just ask someone in the Discord/make a forum post to have someone edit the save file if you don't trust yourself enough to not mess up. Obviously, before attempting to manipulate your save, create a back-up.
  8. I'd assume that one. You can probably just open this in an editor and tweak the numbers.
  9. There should be a script section for the Mart's UI if you open the game via RPG Maker or the script section with an editor; you probably just need to change the values for the base color and shadows in there. @baseColor = Color.new(240, 240, 240) @shadowColor = Color.new(120, 120, 120) Something like that.
  10. Uh, why didn't you just post this in the same thread as your project?
  11. Technically speaking, anything can work. Personally, I've just always used Photoshop and Aseprite. It ultimately doesn't really matter, as the learning curve is going to spike you hard, irrespective of whichever program you decide to use. I'd say Aseprite is probably the best if you're looking for free/cheap programs that has the basic functions that you'll need for a game; you can compile it for free, iirc. But even if you have to drop the money, it's not particularly expensive on Steam. Tl;dr: It doesn't really matter, pick 1 and practice so you can produce quality work in whichever program you're using.
  12. For maximum clarity on the issue, we'd need to know as much information as you can give us about the topic. What other Pokémon have been missing in addition to your Rattata, and which fields have you been battling on, what their abilities are, what items they're holding, etc. The Rattata one is a pretty simple answer: it most likely has Hustle, which lowers the accuracy of all moves it uses down to 80%.
  13. >TM for Ice Beam. >Rejuvenation. We don't get the good TMs in Reborn-styled games, Che; it's not in the game currently.
  14. Additionally, you can view which Pokémon are in which locations by looking here: https://www.rebornevo.com/forums/topic/43367-e18-pokemon-locations-spreadsheet-all-wild-and-event-pokemon-plus-more/
  15. All Pokémon have their updated stats.
  16. You can also stock up on EV-reducing berries. I believe they all boost friendship by 10 points.
  17. It could just be Snow Cloak in tandem with bad luck.
  18. It's GlitchXCity's "Burned Tower" remix played at different tempos, iirc.
  19. The event is that you can realize you just spent a scary amount of time catching useless mons.
  20. Happy Birthday, you homosexual mad lad. 


    @BIGFriv

    1. BIGFriv

      BIGFriv

      no u, and thanks : P

  21. It would probably help if you gave context to what kind of design you'd like.
  22. That is never a good idea for a game that's highly customized, as you'll more than likely break everything else. I assume this is because of an oversight on the Rejuv Dev's part for not factoring Alolan-Forms breeding mons that don't have a form-1 (There's no Alolan-Pichu and because there's no data set for Form 1, it doesn't evolve because the evolutions aren't defined.), so there's no simple fix, as you would have to manually edit some of the PBS files as well as change the way forms are handled. You could also change the scripts if you have some knowledge of programming in Essentials, but all of the mentioned fixes require far more effort than just changing the form to 0 in Debug.
×
×
  • Create New...