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

Recent content by systeromen_

  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.
Back
Top