fuzziqersoftware / newserv

Phantasy Star Online game server, proxy, and reverse-engineering tools
MIT License
166 stars 37 forks source link

[BB] Falz, Olga, and Saint-million don't drop anything #553

Closed toiletman74 closed 2 months ago

toiletman74 commented 2 months ago

Describe the bug Killing dark falz, olga flow, or saint-million yields no drops. I also noticed in the itemPT they all have their drop anything rate set to 0, not sure if that has anything to do with it or not.

Game version(s) (choose one or more of the following): BB

Matt-Swift commented 2 months ago

This is absolutely the reason they're dropping nothing, as it always fails the drop rate check. You will need to modify the ItemPT to give them drop rates.

For reference, the drop rates for BB on private servers are taken directly from GameCube (since we don't have any knowledge of the BB rates), and GameCube had 0% DAR for both Dark Falz and Olga Flow, while the Episode 4 extension to the drop files was taken from another episode, giving Saint-Milion 0% DAR as well.

fuzziqersoftware commented 2 months ago

Matt is correct; this is not a bug. If you have lobby logging enabled, you should see messages in the terminal after killing the bosses that indicate drop checks are occurring but DAR is causing no item to be created. You can edit the ItemPT files using Soly's ItemPT editor; the file ItemPT-gc-v3.gsl is used for both v3 and BB. This file has been manually modified to include Episode 4, however, and I've never used Soly's tools so I'm not sure if it will work with this format.

toiletman74 commented 2 months ago

the default itemPT should probably have the DAR set to 100(? not sure what its meant to be at) for those bosses to avoid confusion