-
Notifications
You must be signed in to change notification settings - Fork 102
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
Effect ID (Client 1.124) #161
Comments
This repo doesnt support 1.124, and also, this is purely to do with values in the DB, specifically npcequipment. These mobs have a weapon effectID on their helmet. The reason this doesnt affect 1.109 with the same DB is because helmet effects were added in a later version. |
this can be fixed fairly safely with a DB query, Checking helmet entries in npctemplate with a 'effect' value greater than 0, and if so changing it to 0. |
OntheDOL got right this was just an effect on the Helmet slot 21 on npcequiptemplate, juste replace it by 0 to remove this bug. |
It should be ok with the new packet handler for v1.126 |
The Effect IDs must be checked due to an error. (See photo)
https://www.directupload.net/file/d/5405/hvlp32np_jpg.htm
https://www.directupload.net/file/d/5405/57gvrez7_jpg.htm
The text was updated successfully, but these errors were encountered: