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

Item Ball Printer

FL

Pokémon Island Creator
2,453
Posts
13
Years
    • Seen May 10, 2024
    Example:
    Code:
    Created at 2021-07-16 14:41:35
    -------------------------------
    Map ID: 005. Route 1
    001. ID: 010 (010,010) item: random_item = apricorns.sample;random_item  event: Apricorn tree
    002. ID: 011 (026,014) item: GREATBALL  event: Item
    -------------------------------
    Map ID: 021. Route 2
    001. ID: 015 (027,036) item: LEFTOVERS  event: Item
    002. ID: 016 (024,006) item: GREATBALL  event: Item
    003. ID: 017 (014,011) item: RARECANDY  event: HiddenItem
    004. ID: 018 (025,012) item: POTION  event: HiddenItem
    005. ID: 027 (029,062) item: RARECANDY, 2  event: HiddenItem

    Prints all item ball events locations on txt/Output Window.

    Link

    Tested on Essentials v19.1 and v20.1. Doesn't work with Essentials version 18.1 and older. If this script isn't working on latest Essentials version, please inform on this thread.
     
    Last edited:
    233
    Posts
    5
    Years
    • Seen Oct 9, 2023
    This is a really simple and elegant script! I can see this being useful for something like planning a route or planning specific items in your game.

    Edit: Not relevant to this script specifically, but it occurs to me that it would be interesting to see a script that prints out all trainers on each map with basic party info and stuff in a similar format to this one. I imagine that could also be useful to planning routes with trainers.
     
    Last edited:

    FL

    Pokémon Island Creator
    2,453
    Posts
    13
    Years
    • Seen May 10, 2024
    Not relevant to this script specifically, but it occurs to me that it would be interesting to see a script that prints out all trainers on each map with basic party info and stuff in a similar format to this one. I imagine that could also be useful to planning routes with trainers.
    Hmmm, this is generally a minor issue, since people can comment the trainers location on trainter.txt (I always do this), so only the x/y event coordinates are missing. But if I receive more requests, I may do something.
     

    FL

    Pokémon Island Creator
    2,453
    Posts
    13
    Years
    • Seen May 10, 2024
    Now works with Essentials v20.1.
     
    Back
    Top