• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Global Battle Agency [v21.1]

v21.1 Global Battle Agency [v21.1] 1.0.0

This resource pertains to version 21.1 of Pokémon Essentials.
Pokémon Essentials Version
v21.1 ✅
THIS PLUGIN IS STILL A WORK-IN-PROGRESS. NEW UPDATES WILL BE ADDED WHEN COMPLETED.

cQNsaxy.gif

It's not even really a plugin right now, just a bunch of text files 😭

You're going to have to copy the text inside Online Storage.rb and Mystery Gifts.rb and paste it above main.

CqbWdtz.png

(Like so.)


Over time I'll come back to update it, piece by piece. As of writing this, I have a lot of exams coming up, but I'll do my best to have this "done" before summer.


Features:

  • Online Storage (up to 30 Pokemon per person)
  • Mystery Gifts

Online Storage:
As of right now, the storage system isn't anything too flashy, but it works, so that's enough for me.

I plan to add animations and stuff but all in due time.

All you need to do after "installing" this script is run:


(for Deposit)
GlobalBattleAgency.upload_pokemon


(for Withdrawal)
GlobalBattleAgency.download_pokemon

-Reunion System
I initially had called this the "Legacy System", but its name really doesn't matter. This allows players to bring Pokemon from past games. Pretty much works, just needs some more polish.

(to use the Reunion System)
GlobalBattleAgency.auto_invite_legacy


Mystery Gifts:
It works ig. This works pretty much to how you'd expect it to. Players can input a code of 13 characters maximum to claim a Mystery Gift.


To all my game devs out there, I am working on a way to make this WAAY simpler than what I have to do.

To make a Mystery Gift, run:

(for items)
pbGenerateGiftData(:item,
:MASTERBALL, 5)


(for Pokemon)
pkmn = Pokemon.new(:ZYGARDE_2, 100)
pkmn.shiny = true
pkmn.ability = :PRESSURE
pbGenerateGiftData(:pokemon, pkmn)


(for Money)
pbGenerateGiftData(:money, 5000)


Then check the console for the gift data, then go to:

https://kirbywithaz.github.io/Global-Battle-Agency-v21.1/

v8nGis7.png


Register, and then go to the Mystery Gift Generator.

O4t0BjJ.png


Paste the gift data into the Script Data section:

8bKwbto.png


Then give the Mystery Gift a Code (no more than 13 characters) and a short description.

And then hit deploy!

That's it for now. Look out for more updates!
Credits
KirbywithaZ
Author
Kirb-Z
Downloads
16
Views
263
First release
Last update

Ratings

0.00 star(s) 0 ratings
Back
Top