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

Some old scripts

Status
Not open for further replies.
276
Posts
16
Years
  • Hey guys, no long no see. As you may know i was too busy with school's work so haven't made new script for a long time :cheeky: This is my old project (not Pokemon Special Adventure :P) that contains a lot of custom script i made and use. I'll made a list later, for now you can download it and use if you like :) http://dl.dropbox.com/u/10393831/Stuff.rar

    • Gen5ReceiveItem
    • PokemonFollowingV3
    • HoneyTree
    • SeasonScript
    • VSbar
    • Pokemon shadow in battle
    • MysteryGift (belong to Crazy Ninja Guy)
    • Take Photo
    • ZoomChar
    • ScrollMap (belong to Falcao)
    • Neo Mode7
     
    Last edited:

    FL

    Pokémon Island Creator
    2,449
    Posts
    13
    Years
    • Seen today
    Very Good! It's very hard to see someone too talented with scripting like you!
     

    Ho-oh 112

    Advance Scripter
    311
    Posts
    13
    Years
    • Seen Mar 8, 2014
    I AM SO ANGRY WITH MYSELF RIGHT NOW, THIS HAS A MYSTERY GIFT SYSTEM!!!!!
    (well mine is shorter in anycase...)
     
    276
    Posts
    16
    Years
  • how do you insert the Vs. sequence into my project?

    Add VSbar script to your game. In PokemonField find this in pbBattleAnimation
    Code:
    if $game_temp.background_bitmap
      $game_temp.background_bitmap.dispose
     end

    Add above:
    Code:
     ### VS BAR ###
      show_vs_bar(viewport)
     ### VS BAR ###

    Use this code to show the VS: $vsBar=[true,"name_of_picture","name_of_picture"]
    Example: $vsBar=[true,"t3","t4"]
    The Graphics in here: New Pokemon Project\Graphics\VS

    I AM SO ANGRY WITH MYSELF RIGHT NOW, THIS HAS A MYSTERY GIFT SYSTEM!!!!!
    (well mine is shorter in anycase...)

    Oops, it is not mine, it is Crazy Ninja Guy's script :(
     

    Ho-oh 112

    Advance Scripter
    311
    Posts
    13
    Years
    • Seen Mar 8, 2014
    Add VSbar script to your game. In PokemonField find this in pbBattleAnimation
    Code:
    if $game_temp.background_bitmap
      $game_temp.background_bitmap.dispose
     end

    Add above:
    Code:
     ### VS BAR ###
      show_vs_bar(viewport)
     ### VS BAR ###

    Use this code to show the VS: $vsBar=[true,"name_of_picture","name_of_picture"]
    Example: $vsBar=[true,"t3","t4"]
    The Graphics in here: New Pokemon Project\Graphics\VS



    Oops, it is not mine, it is Crazy Ninja Guy's script :(


    Wait, I was thinking about mode7 I realize why you couldn't fix it, the users had to copy out a function itself out of the script to another script, right?
     

    Ho-oh 112

    Advance Scripter
    311
    Posts
    13
    Years
    • Seen Mar 8, 2014
    I know this is old but how do i use vs screen and pokemon following scripts.


    for the Animation follow help-14's steps here:

    Add VSbar script to your game. In PokemonField find this in pbBattleAnimation
    Code:
    if $game_temp.background_bitmap
      $game_temp.background_bitmap.dispose
     end

    Add above:
    Code:
     ### VS BAR ###
      show_vs_bar(viewport)
     ### VS BAR ###

    Use this code to show the VS: $vsBar=[true,"name_of_picture","name_of_picture"]
    Example: $vsBar=[true,"t3","t4"]
    The Graphics in here: New Pokemon Project\Graphics\VS


    I'm not exactly sure about the following pokemon script, havn't actully looked at it....
     
    14
    Posts
    11
    Years
  • Hey guys, no long no see. As you may know i was too busy with school's work so haven't made new script for a long time :cheeky: This is my old project (not Pokemon Special Adventure :P) that contains a lot of custom script i made and use. I'll made a list later, for now you can download it and use if you like :) ht p://dl.dropbox.com/u/10393831/Stuff.rar

    • Gen5ReceiveItem
    • PokemonFollowingV3
    • HoneyTree
    • SeasonScript
    • VSbar
    • Pokemon shadow in battle
    • MysteryGift (belong to Crazy Ninja Guy)
    • Take Photo
    • ZoomChar
    • ScrollMap (belong to Falcao)
    • Neo Mode7

    How to use the Gen5RecieveItem Script? When I call it it says Gen5RecieveItem not defined.
     
    10,673
    Posts
    15
    Years
    • Seen Dec 30, 2023
    This thread is over 2 months old. You cannot post in topics past their revival date. However I'm going to leave this open since it still does provide a decent resource, so you guys may continue discussion here.
     

    Maruno

    Lead Dev of Pokémon Essentials
    5,285
    Posts
    16
    Years
  • While there is no thread revival limit in this section, you are asked to be sensible about it. This thread is four years old, and way out of date. Some of these features are now in Essentials by default, and some have more recent versions available elsewhere.

    Thread closed.
     
    Status
    Not open for further replies.
    Back
    Top