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

Show Species Introdution (PE v.18.1)

295
Posts
6
Years
    • Seen Aug 15, 2022
    This script shows a picture with the pokémon species in a border, show a message with the name and kind, play it cry and mark it as seen in pokédex.
    It is a script of FL, I can't find the old thread.
    I update for more selection.

    How to use
    Find in -> Link
    Choose version and read 'How to use' for using.

    Credit
    FL (original)
    bo4p5687 (update)
     
    Last edited:
    6
    Posts
    4
    Years
    • Seen Apr 6, 2024
    thanks for the script, i was just wondering if its possible to have an animated sprite in the window, im using :

    # Animated Sprites for vanilla Essentials
    # by Luka S.J.
    # Release date: 18/03/2021
    # Distribuited by: Tenshi of War

    with gen 8 and zud so i cant use EBDX
    thanks for any help if possible
     
    295
    Posts
    6
    Years
    • Seen Aug 15, 2022
    thanks for the script, i was just wondering if its possible to have an animated sprite in the window, im using :

    # Animated Sprites for vanilla Essentials
    # by Luka S.J.
    # Release date: 18/03/2021
    # Distribuited by: Tenshi of War

    with gen 8 and zud so i cant use EBDX
    thanks for any help if possible

    Copy again my script. I change some methods maybe, it works with animated sprites. I hope it works!
     
    295
    Posts
    6
    Years
    • Seen Aug 15, 2022
    unfortunately it did not, still just loads of small images across the screen. thanks anyway

    Try this method. I dont test but maybe, it doesn't give error.
    Change in my script this line
    Code:
    iconwindow=PictureWindow.new(bitmap)
    into
    Code:
    iconwindow=PictureWindow.new(BitmapWrapperEX.new(bitmap, FRONTSPRITE_SCALE))
     
    73
    Posts
    4
    Years
    • Seen yesterday
    It seems that this plugin is not compatible with the latest update of Essentials Deluxe (https://www.pokecommunity.com/showthread.php?t=478494). I get this error when interacting with an event that has the show_image_pokemon script:
    [Pokémon Essentials version 20.1]
    [v20.1 Hotfixes 1.0.7]

    Script error in event 20 (coords 7,12), map 131 (Pokémon Center South)
    Exception: TypeError
    Message: no implicit conversion of false into Integer

    ***Full script:
    show_image_pokemon(:CLEFAIRY)

    Backtrace:
    [Essentials Deluxe] Pokedex.rb:350:in `register'
    [Show Species Introdution] Show species introduction.rb:36:in `show_image_pokemon'
    (eval):1:in `execute_script'
    Interpreter:143:in `eval'
    Interpreter:143:in `execute_script'
    Interpreter_Commands:1112:in `command_355'
    Interpreter_Commands:116:in `execute_command'
    Interpreter:133:in `block in update'
    Interpreter:90:in `loop'
    Interpreter:90:in `update'
     
    Back
    Top