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

  1. S

    [Scripting Question] Wild Pokemon Preview

    Hello. Im bad at english but I try my best. When I walk into grass and encounter a pokemon I want the pokemon to be displayed before the battle starts. So uhh how should I explain that... I walk into grass, encounter a pokemon. A background picture appears and in the middle the pokemon sprite...
  2. S

    [Essentials Tutorial] Hidden Grottos

    Did somebody figured out how this works? oO
  3. S

    Elite Battle 2015: Gen 5 battle skin

    Well ebs comes with that. In the EliteBattle_Battle script on line 100: @cuedbgm=nil For example your music you want to be played when the last pokemon appears is named "LastPkmn": @cuedbgm="LastPkmn" Not that it matters anymore...
  4. S

    Elite Battle 2015: Gen 5 battle skin

    Is there already a way implemented to change the foe's hp box graphic in the next gen ui?
  5. S

    Resource requests

    Someday Gen 6 sprites IN Good quality? So yeah I REALLY want to add the gen 6 to my game but as we all now they look really awful and just dont fit in essentials (graphic, angle etc.) So does somebody know if theres anything happening? I mean the static sprites are all there but animated ones...
  6. S

    Pokemon Contests Script 1.5

    Well for some reason it doesnt work on 15.1 for me... I tried the fixes provided but I still get this: http://i.imgur.com/ZfLrTeJ.png
  7. S

    Pokemon Birthsigns

    Hey. Awesome script :o But I want the info to show up when the respective icon is selected without having too press the "C" button because I use double screen. (Pokegear app) This is the section I've found: if Input.trigger?(Input::C) && !USENEWBIRTHSIGNS But I have no Idea how to change that...
  8. S

    Debug Passibility Script - Find mapping mistakes yourself!

    Yeah I get the same error :( Works with Kleins Bw kit so maybe its because of the v16 update
  9. S

    [Discussion] Ability Message in battle

    The Project: Generation 6 by mej71 added this feature...
  10. S

    Item Crafter Scene

    Ok I gave an NPC this: ItemHandlers::UseFromBag.add(:MOONBALL,proc{|item| Kernel.pbMessage(_INTL("{1} used the {2}.",$Trainer.name,PBItems.getName(item))) ItemCrafterScene.new next 1 }) But nothing happens?
  11. S

    Party screen's Ball graphic matches the Pok? Ball the Pokemon was caught in

    How can I add this awesome addon to kleinstudios essentials bw? oO
  12. S

    Changing the Textbox size

    The title stands for itself. Is it somehow possible to change the textbox size? But not constantly... I want it to change each time you interact with an event.
  13. S

    Elite Battle 2015: Gen 5 battle skin

    Changing vsSpecialLight in EBS Hey. I want to give each trainer a vsSpecialLight graphic. For example I want it to work like the vsBars where you have to wright the trainerid at the end... Cant figure it out...
  14. S

    Elite Battle 2015: Gen 5 battle skin

    Here is a quick gif: http://i.imgur.com/tX6AFXK.gif
Back
Top