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

Recent content by Derxwna Kapsyla

  1. Derxwna Kapsyla

    Pokemon World Tournament (Unofficial v20.1 Port)

    Pokemon World Tournament I realized I forgot to post this here whoops... This is a port of Luka S.J.'s original PWT script from v17.2. There have been some changes to it, mostly to modernize it for the current build of Essentials. Significant changes have been made to bring the system in line...
  2. Derxwna Kapsyla

    Script: Essentials Deluxe [v20.1] [DEPRECATED]

    https://i.imgur.com/uW8D9Zy.png I've modified these files in regards to the UI. I'm not 100% sure if any of them are relevant to the battle UI, though.
  3. Derxwna Kapsyla

    Script: Essentials Deluxe [v20.1] [DEPRECATED]

    https://cdn.discordapp.com/attachments/435572972632145938/1059743625405267988/2023-01-03_01-00-08.mp4 Out of curiosity, are the moves supposed to overlap the black bars from the :speech key?
  4. Derxwna Kapsyla

    Script: Essentials Deluxe [v20.1] [DEPRECATED]

    Oh wow, I missed that entirely! Thanks for pointing it out.
  5. Derxwna Kapsyla

    Script: Essentials Deluxe [v20.1] [DEPRECATED]

    Something I noticed that may be worth looking into; when trying to use :effect to set Non-Single Target effects (Safeguard, etc), what'll actually happen is that it sets the effect of the relevant single target effect with the same numeric value. For example, Safeguard has a numeric value of 13...
  6. Derxwna Kapsyla

    Script: Essentials Deluxe [v20.1] [DEPRECATED]

    I also implemented a :wait/:pause command that just straight pauses things for x number of frames, which I think might see uses somewhere if implented proper.
  7. Derxwna Kapsyla

    Script: Essentials Deluxe [v20.1] [DEPRECATED]

    One minor suggestion I'd like to make is for a way to reset a battler's stats. From looking at what's available, it's not possible to do that with the existing bounds.
  8. Derxwna Kapsyla

    wip firered/touhoumon hack,need help spriting

    Firstly, yes this is the wrong section... technically speaking, this is for Fangame Development outside of the realm of ROM Hacks. You'd find stuff like Pokemon Essentials (or more relevant, the Touhoumon Development Kit), both for RPG Maker here, as well as other Non-ROM Hack projects...
  9. Derxwna Kapsyla

    Setting Self Switch in one map from another map

    Well, that's definitely stuff I'm going to have to remember for the future! Something like this might be useful for resetting all self switch flags on every map, which is something I've been trying to figure out how to do for a while...
  10. Derxwna Kapsyla

    Setting Self Switch in one map from another map

    If you're asking whether it's possible to do something like pbSetSelfSwitch([10,11,12,13,14,15,16,17,18,19,20],"A",true), I'm not sure if that's functionally possible. You can still just do this in one script event: pbSetSelfSwitch(10,"A",true) pbSetSelfSwitch(11,"A",true)...
  11. Derxwna Kapsyla

    SIMPLE QUEST SYSTEM + UI 1.0.1

    When opening the quest menu, it doesn't fade in properly like other interfaces do when you open them (example: The Pokedex, the Bag, the Debug Menu). This is an easy enough fix by just adding "pbFadeInAndShow(@sprites) { pbUpdate }" to the end of "def pbStartScene". One thing I am curious...
  12. Derxwna Kapsyla

    Pokegear (HGSS)

    I mentioned this elsewhere, but it probably bears repeating here as well; while the resource is good, there are definitely a fair amount of issues with the resource when I tried to use it. When opening the Pokegear, the UI immediately appears on screen instead of fading in like anything else...
  13. Derxwna Kapsyla

    [Other Question] Is it possible to change the low hp "beewoop"?

    That's not actually coded into Essentials, presumably because general consensus is that it's extremely annoying to listen to
  14. Derxwna Kapsyla

    SIMPLE QUEST SYSTEM + UI 1.0.1

    The default ones are working because the value provided for the next quest location is nil; if you set it to a numerical value or a value that isn't nil, when you enter the quest log interface it'll crash with the error I posted above. As it stands, nobody has really posted a fix for the bug.
  15. Derxwna Kapsyla

    [Essentials Tutorial] Hidden Encounters

    I've posted an update to the pastebin, as a critical issue was discovered with the resource which made the Hidden Battle BGM play during Trainer Battles- whoops! The change now allows you to set the track for Hidden Battles in metadata.txt, under a new field called HiddenBattleBGM. EDIT: ...
Back
Top