Search results

  1. Soly

    Trying to Install Addons/Mod

    dinput8.dll as well as the addons folder goes in the root of the game (beside psobb.exe) Addons themselves go inside the addons folder.
  2. Soly

    PSOBB Addon Plugin (Lua UI addons)

    The rare monsters are defined when you create a room, but the "monster list" is in some file/data split in sections and a bunch of other "complicated" stuff... that's why I don't feel like doing it. I also received a message asking to not do so, because of how it would affect the game and...
  3. Soly

    PSOBB Addon Plugin (Lua UI addons)

    I was gonna try that but after some thinking, the rare monster flag stuff is sent in a list that matches the index of the monster in the script's monster list and I am too lazy to parse all that in Lua. Besides, the main reason of the monster reader was to show monster's HP and since I...
  4. Soly

    Bank organization

    Sadly I can't do that, but wouldn't be too hard to replicate. And that's just to see the items, it doesn't let you do anything else.
  5. Soly

    Bank organization

    Can't really increase the bank size, nor add some "tabbed" inventory window (at least not without TONS of work). The best thing would be like more banks... Right now I am not sure but something like "/bank weapons" or "/bank mags" might be possible tho...
  6. Soly

    PSO+: Will editing the DAR make DF\OF drop their items offline?

    No (bad) side effects, but changing the DAR would make it also drop common items, when the rare doesn't drop. That, if it's not blocked in code.
  7. Soly

    Mini Map Items & Monster HP Bar

    @Aleron Ives ikr. There is no option like that, unless you are talking about a different monster HP addon (but I don't know any other than mine). Didn't see you were talking about the drag feature until after posting lol.... The idea is to display the HP bars on top of each monster...
  8. Soly

    Smokey's Ultimate PSOBB Mod Collection

    I've seen such thing in other forum suites too.... That's a bit better, at least can be read somewhat. I guess if you want to bother a bit with it, you can edit the post, click the rightmost icon in the editor and paste this stuff on it
  9. Soly

    Smokey's Ultimate PSOBB Mod Collection

    I'd suggest to remove the color from the post's text, basically impossible to read with the forum's dark theme.
  10. Soly

    Addon menus frozen with joy2key and antimicro.

    I don't think it has a solution just yet except not using one of them. https://github.com/HybridEidolon/psobbaddonplugin/issues/13
  11. Soly

    Prevent use of Materials from quick menu

    I was saying the opposite, that is technically possible harder than just giving the current mats a 9 stars but not THAT hard, given some time to look into the game's code. I actually might look into such thing myself.
  12. Soly

    Prevent use of Materials from quick menu

    They are not, they are the same in both modes. Not really, I'm almost 100% sure that the cloned materials won't work, so their functionality has to be added. And then, as I said, making either a red box is unlikely to happen, and having to code in the mechanics of the original materials into...
  13. Soly

    Prevent use of Materials from quick menu

    Ives already said how it could be solved by making them 9 stars (or more?) and have them be red boxes (affecting all modes), but that probably is less likely to happen than some other (more complicated) way that separates it from cmode.
  14. Soly

    Prevent use of Materials from quick menu

    It could be, if you tap into the function the populates the quick menu. Somewhere, where the item's stars are checked (if that's how it actually works)
  15. Soly

    Need help installing a visual mod

    I just tried myself (both Ultima and Ephinea) and none work, both crash.
  16. Soly

    Team flag not found.

    If you don't have file extensions enabled (which everyone should, really), that would happen, yeah.
  17. Soly

    PSOBB Addon Plugin (Lua UI addons)

    I have finished the stuff I proposed before. I had to remove the child window in the item reader aio because it would not let me autoresize the window back down. If you want to try it, update the item reader as well as solylib. Let me know if you find any issue.
  18. Soly

    Linux Tutorial for Playing PSOBB on Ephinea

    I have updated all my tools to .Net to 4.7.1 although haven't updated the downloads here (Might want to keep in mind for when I do).
  19. Soly

    Adding More Symbol Chat Slots

    Oh well... I'd personally still do as I suggested as long as it works as I am now thinking of a few possible issues (not about security but about sending them to others and updating the data server side). Another thing this would enable (provided someone makes an editor, hint: I kinda want to)...
  20. Soly

    Adding More Symbol Chat Slots

    This is actually the opposite (or well, I'd like to see that convo). Maybe you were reading about adding extra banks (which is quite different). Anyway, items (inv and bank) as well as symbol chats are part of the character data, so adding more would imply having to change the size of that...
Back
Top