-
Notifications
You must be signed in to change notification settings - Fork 793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Item Validation #6723
Fix Item Validation #6723
Conversation
Improve spell book level validation
Note: I have not done any thorough testing in game to make sure this operates as intended. I can this upcoming weekend, however I would like to just put that out there that this needs to be reviewed with caution to ensure it's working as intended. |
Maybe connected :?P , couldnt pick up book of apocalypse, and it sent some error packet message . |
Item validation was missing logic to consider container drops (which is problematic in Hellfire since the Crypt can drop ilvl 32 and 34 items). Also added documentation. Also we have been letting items that have the ilvl that matches the mlvl of Defiler and Na-Krul pass validation; This shouldn't happen because these monsters never drop items equal to their mlvl (Book of Apocalypse doesn't count, because the level of the book is derived from another formula, which coincedentally is 40).