• 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 GoneForToday

  1. G

    Closing the Options screen causes a crash

    Yeah; it would be easier and, probably, quicker. If I knew more about the Ruby language and what precisely was going on/how to fix it, I might suggest defining the method the error message was talking about. I'm not sure how one would go about doing that, though.
  2. G

    Closing the Options screen causes a crash

    Looking at the error message again, I don't think the issue is within the scripts mentioned. From the looks of it, they're all trying to call up that apparently undefined method in some way or another. We need to find where it's at, because that's the issue. However, as far as I know, it...
  3. G

    Pokedex randomly started crashing

    Those lines mentioned in the error message should specify precisely where the problem's at. The exception being NoMethodError, it just means that, well, there's a script trying to call up a certain method but it's not finding it. So, there are just two questions I have to ask: Have you modified...
  4. G

    Closing the Options screen causes a crash

    Ah. I was thinking it might've been an issue with script compatibility but, apparently, it has nothing to do with it? Now, looking back at that error message - And what's on the line it first specifies - I kinda feel silly for not seeing it sooner, but that's precisely what your problem is. It's...
  5. G

    Closing the Options screen causes a crash

    Weird. I take it that you didn't put them there, then? Well, I suppose you could try removing those two lines and then see what happens. If that causes a new error, you can always put them back in. In the meantime, I'll see if I can take a look at those Speech Bubble scripts. As Maruno said...
  6. G

    Closing the Options screen causes a crash

    Those were the ones, yep! The only difference is in that first one, but it may simply have to do with us having different versions of Essentials - I used ctrl+f to find "msgwindow.dispose" on line 1080, the only instance of it that I could find. Between line 1077 and line 1081(in my version...
  7. G

    Closing the Options screen causes a crash

    Yeah. RiceGate has a good idea; in fact, if your Essentials isn't fully up to date, this may be a chance to get a hold of a newer version. On the other hand, I don't think importing anything will be necessary. Granted, it would probably be easier, but just for the sake of choice (or if it...
  8. G

    Closing the Options screen causes a crash

    I'm not an expert when it comes to scripts, but something apparently went wrong with them. Did you edit anything in there before this happened?
  9. G

    Battle Commands position

    To change the look of your battle menu, you'll have to edit the graphics you can find in your "Pictures" folder. The ones you're looking for will have "battle" as a prefix before the rest of their name. As for making it appear horizontally? That requires some editing in the scripts, which...
  10. G

    How would I create a maze map?

    I'm not sure it would be the effect you're going for, but have you tried conditional branches? You'd only need a single variable for this! You'd need to set your variable control to the one you want to use, keep the operation on set, and make the operand random - let's say, for example, 1 ~...
  11. G

    How to issue move commands to a dependent event

    If you want Brendan to move a certain way when he's dependent, you'd have to give the player a move route instead. However... You lose the ability to be specific. I presume that when you say he's removed from the map, he disappears. That's not an error; it's simply because the event doesn't...
  12. G

    Custom Pokémon doesn't faint

    The ID being higher than 649 isn't the problem. I'm fairly certain that there isn't a limit to the pokémon you can have listed. Anyway, I tested a wild battle with the information you gave here, and everything went smooth! Therefore, your issue isn't in the pokemon.txt file. Have you checked...
  13. G

    Alternate Download Links?

    Thank you, thank you, thank you! :D Precisely what I was aiming for! I was looking for the Pokemon pack as well, since the the most recent release split things up a little. I think I can just grab anything I need from the version I was able to get a hold of, though, so it's all good. Again...
  14. G

    Alternate Download Links?

    Alrighty, so here's the deal: for whatever reason, Mediafire isn't exactly working for me. I've tried everything one could think of to fix it, but it's not helping any - although, that's not quite the point. Is it possible that we could get some other links on, say, Mega, Depositfiles, or any...
Back
Top