• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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 Shinku

  1. Shinku

    [PBS Question] Mega Evolutions

    I added mega evolutions and have the items and all, but when I go into battle and use it, the sprite doesn’t change even though I have them in their respective folders. I have all the megas listed in Pokemonforms.txt and it seems to register that they have the stone and I have the mega ring...
  2. Shinku

    [Eventing Question] Disabling Menu

    I've been trying to find a way to disable the player from opening the menu and I coulda sworn there was event for it but I can't seem to find it. Thanks in advance.
  3. Shinku

    [Scripting Question] Super Tall Grass Enounter

    Thank you, I'll give an update when I figure it out. Update: It was pretty simple, i followed the dark grass tutorial with some modifications as some of the parts needed already existed. I also modified it so the encounters didn't have the chance to be double. (I'll have a different type of...
  4. Shinku

    [Scripting Question] Super Tall Grass Enounter

    So I'm using the base Essentials tileset and it has tall grass, as well as super tall grass. How would I make it so the higher grass is a different encounter type. I'm trying to make a map that has both and the tall grass has a different selection of wild pokemon. Thanks in advance!
  5. Shinku

    [PBS Question] Improving Zoroark’s ability

    https://www.pokecommunity.com/posts/10045039 It has gotten an answer now, it's actually pretty darn simple.
  6. Shinku

    [Scripting Question] Better Illusion ability

    Thank you so much for the help! And to anyone viewing this thread, the best way to test it (I think) is by giving yourself a Zoroark with Illusion (Or a new ability if you make it that way) and with max speed EV's and IV's at Lv. 100. then go against a pokemon with higher base speed with maximum...
  7. Shinku

    [Scripting Question] Better Illusion ability

    if self.hasWorkingAbility(:ILLUSION) && self.effects[PBEffects::Illusion] speedmult=(speedmult*2.0).round This is what I have set, I based it around the defeatist ability. The first line checks if the user has the ability, and I believe the second line will check if the effect is...
  8. Shinku

    [Scripting Question] Better Illusion ability

    Actually that's pretty darn smart... Thank you, I'll look into this and hope that I don't have to bother you anymore.
  9. Shinku

    [Scripting Question] Better Illusion ability

    I've been trying to get this to work, but can't figure out even where to start, I tried looking at where Illusion is in the scripts and it ended up confusing me even more, sorry for bothering you guys, but it looks like I can't figure out a simple starting point...
  10. Shinku

    5th Gen Your favorite Gen 5 Pokémon?

    I’d say #1 is Zoroark/Zorua, and my #2 slot is a tie between Reshiram and Victini
  11. Shinku

    [Scripting Question] Better Illusion ability

    Ah, sorry. I deleted the scripting to try and start from scratch, I’ll try and finish it and if I get any errors I’ll post them here. Thank you. I just don’t have too much experience with scripting. So I’ll probably have to watch or read a Ruby tutorial.
  12. Shinku

    [Scripting Question] Better Illusion ability

    I've decided to do speed, I also tried using other abilities for help, but it just never worked... Is this even possible?
  13. Shinku

    [Scripting Question] Better Illusion ability

    I'm trying to create an upgraded version of Zoroark's Illusion ability. If the illusion has not been broken, the user will either have plus one speed, or plus one attack/sp.attack. What would the best way to implement this? I've tried different methods but none of them worked out.
  14. Shinku

    [Error] Intro possible glitch?

    I'm not 100% sure, but I had this problem before and somehow fixed it... I think I resized the background image in the files so it would cover the screen no matter what size they chose...
  15. Shinku

    [Scripting Question] Speech Box Arrows

    Thanks, man! This is really helpful, as always!
Back
Top