• 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.
  • Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
  • Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Form before April 2! You can also message Cat with any questions.

Search results

  1. S

    Resource PokéUpdater

    Could it download from a Github release? Beyond this, when downloading, I got an error that ".DS_Store" already exists, so it can't be replaced. If you have a multiple saves script that saves to a folder in the game directory, it will delete your saves. When finishing, its only moving some...
  2. S

    Resource [v12+] Set the Controls Screen

    The more recent versions of MKXP-Z allow for polling the scroll wheel with Input.scroll_v, could you add support for binding it?
  3. S

    Resource Mining Game Mouse Function

    If I had any suggestions, it would be this: if Input.trigger?(Input::MOUSERIGHT) pbSEPlay("Mining tool change") newmode = (@sprites["cursor"].mode + 1) % 2 @sprites["cursor"].mode = newmode @sprites["tool"].src_rect.set(newmode *...
  4. S

    Resource Reincarnation

    I also made the script for my personal use, and updated Nuzlocke-X for myself, but I sincerely doubt it it is up to Lukas snuff.
  5. S

    Resource SOS Battles

    It's exactly how Vendily had it in earlier versions, so if they had added that, it should be here, if they didn't, I can see about adding it.
  6. S

    Resource Randomized Trainer Teams (RTT)

    from a cursory look, the big problem is that both redefine 'to_trainer' which are key to both of them functioning, I can't understand Lucidious's code the best, but its clear a compat patch could be made, I am just not familiar enough with either persons code to do so, myself.
  7. S

    Resource Pokémon Emerald UI Pack

    Is the party screen supposed to skip portions of the selection if you hit down?
  8. S

    Resource SOS Battles

    I'll add that when I have some time! Thanks!
  9. S

    Resource SOS Battles

    Try ZIGZAGOON_1 instead of ZIGZAGOON, I THINK that's how you call specific forms in this context.
  10. S

    Resource Loyalty Mechanics

    You don't even really need to touch the badgeLevel stuff, what you could do is set conditions to return pbDisobey like I did under specific conditions, so return pbDisobey(choice, badgeLevel) if @pokemon.level >=15 && @pokemon.level <=20 && r <= 50 and then have corresponding things in...
  11. S

    Resource Reincarnation

    thatonekriegerwriter updated Reincarnation with a new update entry: Another update! Read the rest of this update entry...
  12. S

    v20.1 Reincarnation - Another update!

    Had to fix some bugs related to order of donors in the main function script, it would cause a crash if you only had one Pokemon selected.
  13. S

    Resource Loyalty Mechanics

    Sorry I didn't get to it yesterday, another one of my scripts had errors that took up all my time yesterday!
  14. S

    Resource Reincarnation

    Yeah, I knew I was forgetting something when I wrote this. Call Reincarnate.reincarnationWindow in an event, I added it to the main page.
  15. S

    v20.1 Reincarnation - We missed some errors with stat passdowns involving items!

    Sorry about the update so quickly, there were a few errors in how IVs were being passed down, they've been fixed now. Beyond that, at Derxs request, I've added a way to check summary screen from the choose Pokemon screen!
  16. S

    Resource Reincarnation

    thatonekriegerwriter updated Reincarnation with a new update entry: We missed some errors with stat passdowns involving items! Read the rest of this update entry...
  17. S

    Resource Loyalty Mechanics

    It is possible to do, I have done it myself for my game, its just hard to find a place for it without making a new page, or replacing an old one, like Ribbons. Essentials does not reveal happiness by default, so I followed suit. If I have time today, I'll try to push an update that has it as an...
  18. S

    Resource Reincarnation

    thatonekriegerwriter submitted a new resource: Reincarnation - Reincarnation - An Alternative To Breeding Read more about this resource...
  19. S

    v20.1 Reincarnation v.1.0.0

    Reincarnation This plugin is a port of the Reincarnation System from Touhou Puppet Dance Performance - Shard of Dreams. A In-depth example of how the script functions can be found in this video by @DerxwnaKapsyla, whom also commissioned this plugin. In a Summary, Reincarnation is an...
Back
Top