Recent content by BluMasc

  1. B

    Check stats in battle

    Just realized, that this script "ignores" Illusion. If you fight a zorua it still displays as such wth the abbility illusion in your screen. Is there an easy fix for that?
  2. B

    Pokemon Adventures (Not the Manga)

    Should be fixed now.
  3. B

    [Other Tutorial] BW PokéMart Screen

    Yes, just tried it for my project and it works perfectly.
  4. B

    Pokemon Adventures (Not the Manga)

    Could you send me the error message?
  5. B

    [Question] Wrong text entry

    I am making an Essentials game. I had the text entry working with the keyboard the entire time. I just changed some PBS files and now i have the textentry without the keyboard. I can't change it in any way. Does anyone has any idea? fixed it.
  6. B

    [Question] All Pokemon in my game are caught in Faraway place.

    Hello, I am making an Essentials v19 Pokemon game and all Pokemon i get are from a "faraway place" instead of the map id. Does anyone has any idea how to fix that? fixed it
  7. B

    Pokemon Adventures (Not the Manga)

    With the new update you can now call it with pbStartAdventureMenu. Alternatively you can start it with: pbFadeOutIn(99999) { scene = Adventure_Scene.new screen = Adventure_Screen.new(scene,$Trainer.party) screen.pbStartScreen } Glad you like the idea
  8. B

    Pokemon Adventures (Not the Manga)

    I am starting to learn some ruby and essentials and made this script as a proof of concept. This script adds a menu where you can send up to 6 pokemon on an adventure. They will collect items and battle pokémon. Sometimes (if there is space) they can even befriend the pokemon. You can even...
  9. B

    [v19.1] Boon's Phenomena 3.0: BW Style Grass Rustle, Cave Dust + More!

    Fixed it. If anyone has the same problem: you can't have the terrain tag for flying encounters 0.
  10. B

    Script: [v13+] Advanced Pokédex

    Yes. I didn't know it had support for this. Fixed it. Thank you.
  11. B

    Script: [v13+] Advanced Pokédex

    I already have removed all those lines, but the icon is still there. Thats the reason why i am confused.
  12. B

    Script: [v13+] Advanced Pokédex

    Hey, i am working on a project, that does not use icons. I have now tried for multiple hours to remove the part of the code, that shows the icon, but it just want's to stay. What part do i have to edit for the icon to not appear?
  13. B

    [v19.1] Boon's Phenomena 3.0: BW Style Grass Rustle, Cave Dust + More!

    Hey, whenever i add this plugin, all other encounter types stop working. I can't find anything in the grass or go fishing or anything. But the phenomena encounter work fine. Once i remove this plugin fishing and finding pokemon in grass works again.
  14. B

    Make specific Pokemon not able to evolve

    thank you very much :D
  15. B

    Make specific Pokemon not able to evolve

    Hey, I was wondering if Its possible to disable Evolution of different forms of Pokemon (e.g. Spikes eared pichu) Is there some function i can call in the MultipleForms Script?
Back
Top