• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by Plapla0301

  1. P

    [Error] "SyntaxError occured while running script" in all my projects

    I have been working on my game for about 2 hours, solely mapping. Haven't done anything with events or scripts at all today. But when I wanted to try and test out the game, an error message "SyntaxError occured while running script" popped up after it finished processing the PBS files. I've been...
  2. P

    [Eventing Question] Roaming Pokémon not appear

    If u have pokemon lower than level 40 in your team and u use a repel, u will be guaranteed to encounter the roaming because with a repel you only encounter pokemon with a higher level than you.
  3. P

    [Scripting Question] PC Storage Simplification

    -------------- pbFadeOutIn(99999){ scene = PokemonStorageScene.new screen = PokemonStorageScreen.new(scene,$PokemonStorage) screen.pbStartScreen(0) } --------- try running that code as a script. I havent tested it but I just copied the last bit of code that...
  4. P

    [Eventing Question] How to remove a trainer event?

    i'm not exactly sure how to help you but a quick tip would be to run the game and then once your on the menu screen, shut down the game and reopen RPG Maker XP. You'll see what I mean afterwards.
  5. P

    [Custom Feature Question] Lvl capping to 50

    Worked like a charm! Thank you so much! :)
  6. P

    [Custom Feature Question] Lvl capping to 50

    Thanks so much for your help. However when I try to use the updated one (with the x's changed to variable 37) I get the follow error: --------------------------- Exception: RuntimeError Message: Script error within event 13, map 112 (Sprite testing facility): Exception: NoMethodError...
  7. P

    [Custom Feature Question] Lvl capping to 50

    thanks so much! Starting the battle works but something about the code that runs afterwards is broken. The error message I get is the following: --------------------------- Pokemon Hollandia --------------------------- Exception: RuntimeError Message: Script error within event 13, map 112...
  8. P

    [Custom Feature Question] Lvl capping to 50

    So I have a postgame battle in which I want both the player and the opponent's Pokemon to all be scaled up or down to lvl 50. lvl 100 would work too, I just need to know how to set this so that all Pokemon temporarily become the same, preset level
  9. P

    [Error] Setting Priority

    Yay, finally a chance to repay you! The answer is quite simple but still somewhat disappointing. It's been a long standing issue in Essentials that whenever you priority-tiles along with enlarged screen settings, the graphics go to shit. I've had this issue since 2016 and still have no fix for...
  10. P

    [Scripting Question] Mega evolution lag

    Well, I have 8gb of ram on a fairly decent PC with nothing else really running in the background. I'd think that a pc capable of running borderlands at max settings would be able te render a 2d white circle. Could there perhaps be something weird going on with my the timings of my animations...
  11. P

    [Scripting Question] Mega evolution lag

    Every time I mega evolve a Pokemon using EBS, the game slows down, coming to an almost complete halt at the climax of the white circle animation. This delay is uncomfortably long and really takes away the wow-factor of the animation as it takes so long and at seemingly such a low framerate. I...
  12. P

    [v17] Radial Menu Script (a.k.a. Ring Menu)

    I can elaborate on the issue, it seems that no item that requires the menu to be exited during its usage work. This means no fishrods, HM items, Pokeradar, Dowsing machine, bicycle, (possibly escape rope, untested though) and most likely many more. I'm trying to find a fix although considering...
  13. P

    [Scripting Question] Modifying text shorcuts

    I thought it'd be that simple as well. Sadly, it seems all these functions are scattered across different sections and not very clearly documented. The \b and \r are nowhere to be found from where I've looked (unless I'm really blind) so this is all turning out much harder than I thought it...
  14. P

    [Scripting Question] Limit Pokegear to Phone only

    Thanks, dunno if it works either since I'd already found a different fix. Thanks for the help though!
  15. P

    [Scripting Question] Modifying text shorcuts

    So, I've been using a lot of the message commands such as \r, \b and \f to make dialogue more interesting and less painful to sit through. However, I've decided to add little pss-styled faces for every character whenever they speak by simply using \f[{pssnumber}]. My issue is that this has made...
Back
Top