Recent content by Chuk

  1. Chuk

    Dr Frankenbooma

    Dr Frankenbooma
  2. Chuk

    remapper

    Binding a program into another using the window title is generally bad practise. You can bind on processname which is less likely to change.
  3. Chuk

    Question about Ephinea drop table

    You could always use this : http://www.pioneer2.net/community/index.php?threads/droptable-html-generator.83/
  4. Chuk

    Game Crashing on Ranged Attack

    For future reference : Sometimes a corrupted skin can cause crash issues as well. I'm not exactly sure at which point the texture is loaded. Though it would be rather bound to a specific weapon/bullet skin rather than a weapon family.
  5. Chuk

    pso episode 3 card revolution online server idea :O

    The problem is it never came out for the PC like PSOBB did. Means you're pretty much stuck in working with a gamecube emulator as the client. Also I'm not sure if many people logged packets whilst the official server was still up which makes it even more difficult to reverse engineer it. But...
  6. Chuk

    Transfer into Ephinea

    I'm not really happy with this. Especially because ultima is the default server for your tool. Feels like this is just a way to steal players easily. You started this community as a PSO developing board, but since then it has slowly but surely shifted to mostly a concurrent PSOBB server. It...
  7. Chuk

    Player Commands

    For the GMs the /ban command could be improved to accept a 2nd optional parameter : banReason This parameter is an integer that maps to a predefined string and gets stored in the db (only the number so we can reuse the isBanned column) When the player logs in, they get the generic message "You...
  8. Chuk

    Player Commands

    /roominfo . Use this command to get information about the party where you are playing. Output : Roomleader : <theroomleader name> RoomID : <the room ID> Difficulty : <the difficulty> People sometimes forget what difficulty they put the room on. As for the room ID, on ultima all players get...
  9. Chuk

    PSOBB Inventory reader/Player manager tool

    Thanks, I need to fix one small bug with the addfunction as it sometimes desyncs the inventory with the inventcount. I'll release the editable version together when the new teth is released. (Because I need to set up a test server again to test the add function).
  10. Chuk

    PSOBB Inventory reader/Player manager tool

    Hmm has anyone tried the function of loading a local saved data blob with the tool? I used it in the early part of the development of the tool but I never really used it afterwards so it might be broken in this version. The more people use the tool, the more QA testers I have. 8-)
  11. Chuk

    GUI interface VB + API PHP by BlooServ

    A bit like the mana client from piro then. I'm curious to see your implementation.
  12. Chuk

    GUI interface VB + API PHP by BlooServ

    Sounds cool, can you give an example of API calls you'd be able to make with PHP? A list of online players? Bidirectional communication with a web interface?
  13. Chuk

    PSOBB Inventory reader/Player manager tool

    You can run the readonly version perfectly fine when the server is running. It only reads from the database (SELECT queries) If it's the version that can edit, you'll need to be careful when the player is online (that you're editting the inventory of). It can cause a data overwrite of that...
  14. Chuk

    PSOBB Inventory reader/Player manager tool

    Yeah, we considered this the swiss knife for the GMs, handy to find hackers, help out with donations and mini events. There are a couple of client memory readers that do the same thing but those are always read only. You're welcome, I hope it works for any server as I've only used it on...
  15. Chuk

    PSOBB Inventory reader/Player manager tool

    Hello all, I think this might be a fairly handy tool for people that manage their own PSOBB server with a MySQL database. Main features : - Look up character information - Read inventories, banks and common banks - Look up linked accounts - Save information to files (Plain txt, BBcode and...
Back
Top