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

  1. thor348

    Trainers and Pokemon Levels

    This was like 6 years ago? Haven't touched RGSS or Essentials since then. Sorry, can't help.
  2. thor348

    [Question] Pokémon (2D) Unity

    Hello! It's been a long long time since I've visited. I've been using Unity for the past 3 years or so, and have published a few games. With my experiences, I've gotten an idea to bring Pokémon to Unity. I understand there is a 3D engine currently being built, however I haven't found any 2D...
  3. thor348

    Gaining experience outside of battle?

    Solved This is actually quite simple! So for the NPC giving the Exp, set up a script with the following: pbChoosePokemon(1,2, proc {|poke| !poke.egg? && !(poke.isShadow? rescue false) }) This has the Player choose a Pokémon that can't be an Egg or Shadow Pokémon. Then set up a...
  4. thor348

    Disabling Bag Temporarily

    Go to PokeBattle_ActualScene. Then scroll to about line 2206. Just add the highlighted text: def pbItemMenu(index) if $game_switches[86]==true ret=0 emptyspot=-1 pkmnid=-1 endscene=true oldsprites=pbFadeOutAndHide(@sprites) itemscene=PokemonBag_Scene.new...
  5. thor348

    Pokémon DS Kit

    Touché. Didn't quite take a gander at the post dates.
  6. thor348

    Pokémon DS Kit

    If it were a ROM hack I would believe there would still be the 3D effect? Here, I only see that it is all 2D. Forgive me if I'm wrong.
  7. thor348

    Trainers and Pokemon Levels

    The following code is in PokemonTrainers in the script section around line 20. The code in red is what is modified. Whenever switch 41 (in my case) is on, it will make the trainers pokemon "balanced" according to the formula I set up. This happens no matter what the pokemons level is as defined...
  8. thor348

    Moving This Stubborn NPC

    Have you altered the "Speed" and "Frequency" of the NPC at all? Try setting them both to 4. See if that speeds it up.
  9. thor348

    Moving This Stubborn NPC

    Try this. Place the NPC where you want it to start from. But, with the first page with nothing on it. Then, in the same NPC event, create the second page with the graphic and nothing else other than the self switch set to "A" and Move Animation checked in the Options Section. Then, place an...
  10. thor348

    [Question] How to get RMXP to work Windows 8??

    For a screenshot since you dont have enough posts, create an account with Flickr or DropBox or something and paste the URL of the uploaded screenshot here. But before all that, right click on rpg maker XP and go to properties. Then find 'Compatibility'. See if you can run rpg maker xp in...
  11. thor348

    A Song I Made

    Yeah I just started to play these kind of songs a while ago too. I grew up playing the classical stuff and decided to finally play what I want ;) If you want a Pokémon BGM on the piano just let me know and I'll compose it and post it. Also, posting the link to the song will help so I can listen...
  12. thor348

    A Song I Made

    Just one moment. I'll edit this post when I've finished. Edit: Here is the link: LINK Credit Required if Used
  13. thor348

    A Song I Made

    I've been playing the piano for about 18 years now. I decided a week ago I would compose a remake of a BGM from the Pokémon Games. Here is the link: LINK Credit is Required if Used Feedback would be greatly appreciated!
  14. thor348

    Problem with tilesets config.

    There are 4 layers to edit. For example: Layer One=Floor Tiles Layer Two=Walls Layer Three=Items/Objects Layer Four=Events Is there anything on Layer Three on top of the walls on Layer Two? Anything like a painting? Map? Anything? Because if that map,painting, etc is passable, so will the...
  15. thor348

    Problem with tilesets config.

    Is there a tile that is passable that is on a higher layer than your wall? If so that is your cause
Back
Top