Search results

  1. Ender

    8th Anniversary Event Thread

    Fiasco is also supposed to be up for the duration of the event and rewarding some amount of badges. I'll fix this and put it up later tonight. EDIT: This will NOT be happening. See here.
  2. Ender

    Maintenance complete for August 5th, 2023 at 17:30 UTC (8/6 メンテナンス完了 02:30 JST)

    Maintenance has been completed as of 18:50 UTC! Sorry for the delay but ran into a handful of issues when updating the Anniversary Badge Shop quest.  ̄ ̄ ̄ ̄ ̄ サーバメンテナンスは3:50頃に終了しました!長らくお待たせしてしまい申し訳ございません。(アニバーサリーイベントショップで発生した問題に対処するため遅くなってしまいした)
  3. Ender

    How do I edit HP Bar, TP Bar, Mag Bar, and Selected Menu Text colors?

    The characters and menu elements in texturejapanese.xvm create character sheet font that the game renders and colors. You can't change the orange/blue. You could maybe change the color of the base images, but then it would be blending the orange and blue on the other color which will probably be...
  4. Ender

    How do I edit HP Bar, TP Bar, Mag Bar, and Selected Menu Text colors?

    texturejapanese.xvm for the "Item Pack" and "MAG" text, as well as the HP and TP bar numbers. This is a localized file so it's downloaded by the launcher when your launcher is set to English or Japanese. Ephinea supports a second location for it that's not replaced by the launcher--put it at...
  5. Ender

    Server maintenance completed for July 30th, 2023

    Sorry for the long maintenance but I ran into an issue near the end of testing. Here are the changes from today's maintenance... Implemented a fix for re-entering the Vol Opt boss room to correctly position players when the boss is already dead. The fix isn't perfect because the way the client...
  6. Ender

    Quick question - Quick answer

    They exist. You can see a guaranteed one in Dangerous Deal with Black Paper 1. But I assume you're having some bad luck while hunting them today? Did you know there's a quest in Episode 2's Shop category called "My Career" where one of the NPCs will tell you the number of each type of enemy...
  7. Ender

    A way to view the PSO source code

    psobb.exe was modified to load ephinea.dll at startup. That DLL patches the game when it's loaded. Patches are a mix of simply changing values (HUD element positioning for example), assembly patches (overwriting instructions to do something else, typically jumping to code in the DLL's address...
  8. Ender

    A way to view the PSO source code

    You can load the exe in Ghidra or your favorite RE tool to get disassembly and/or literal decomp. The game was written in C++ and built with some aggressive optimization which bloats some code. Other versions of the game have class names in the executable which make finding constructors for...
  9. Ender

    Ephinea-exclusive Mag Colors Suggestion

    The Item Reader addon can show you the color. Make sure you set the server in the configuration window. I know that's not necessarily a direct 'in game' method, but you never were able to see this directly in the game before.
  10. Ender

    PSOBB Addon Plugin (Lua UI addons)

    The next ephinea.dll will be replacing the client's existing list of entities with a new list that's much larger. This addresses some crashes that can occur in EP4, particularly WOL4 and other Desert 2 quests, due to the large number of entities on the map. Though I wouldn't be surprised if this...
  11. Ender

    Randomly got 140 tickets (MA1v2 - Beach Laughter tickets) when completed any Maximum Attack 4th Stage Quest

    Fixed: https://github.com/Elixir70/psobbglobalflagsreaderaddon/commit/39feaa87efcb34be589810961b62e1ac19e697ac You can delete your options.lua to get the defaults again, or you could go into your options.lua and update the flagNum and flagMask values for those flags to match what's in that...
  12. Ender

    Randomly got 140 tickets (MA1v2 - Beach Laughter tickets) when completed any Maximum Attack 4th Stage Quest

    It's a problem with the addon. It's checking the wrong flag (and probably mask) for MA1v2 tickets and I guess the rewards for MA4 are switched. I wrote that addon 4 years ago and didn't test everything! The addons aren't owned or maintained by Ephinea btw. Probably a better idea to post issues...
  13. Ender

    Room Section IDs Change

    Because your character's section ID should matter.
  14. Ender

    Quick question - Quick answer

    Yes, satisfy the evolution condition at level 110.
  15. Ender

    Quick question - Quick answer

    That page was generated by a bot that parsed the quest files. Those boxes used to contain some type of V2 item that was removed in V3. The item hex was then taken by Heart of Chu Chu and the boxes don't spawn in the quest. Even if you could get the boxes to spawn somehow, this server would...
  16. Ender

    Quick question - Quick answer

    Well it's a wiki, so feel free to make such a page. I don't know what you mean by "enemy count list like there used to be." Is this something someone maintained on another server? Was it owned and maintained by staff or community? Was it just a gigantic table of all quests and their counts?
  17. Ender

    Quick question - Quick answer

    Quest pages on the wiki. Individual monster pages have some hunting recommendations. In the top right of the launcher, select EN/JP for language. The launcher will download the default EN/JP assets. If your launcher was set to Custom before, you probably made that selection because you were...
  18. Ender

    Connection errors despite following instructions

    Good to read, but what was the problem? In case anybody from the future has the same issue. The person with this issue last year contacted me through a discord DM about it, but I closed the DM way back so it may as well be lost forever.
  19. Ender

    Connection errors despite following instructions

    Server is seeing multiple connections from your end. Are you trying to connect with multiple clients at once? Or are you using something that messes with your internet connection? Maybe a weird port scanner? Maybe something related to your firewall? Someone had a similar issue last year and I...
Back
Top