-
Notifications
You must be signed in to change notification settings - Fork 22
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
A.O.E 2.1.5 Issue gaining combat EXP with Requiem #132
Comments
There is an instanceof playerEntity check in my drop method. This is to ensure only players level and not mobs. What does the maker of Requiem think the solution should be? |
Opened a new Issue with Requiem, will contact them later to hopefully find out more info. |
Is there a specific bug that occurs with leveling mobs? |
Has this been tried with Humanity II or only with Humanity I ? Level I enables item drops, level II enables experience drops too. |
Tried with both, experience orbs drop but it doesn't give me any Exile experience. Also tried with a mod that enables mob drops no matter the death source with no luck. |
Haven't looked at Exile's code yet, but here's where Requiem enables player drops. If Exile drops its experience outside of this method, or earlier than Requiem's injection, it will see the mob who did the kill rather than the player who was possessing that mob. |
I hook to entity death, not the drop method. Maybe that's why. |
When possessing a mob with Requiem, can't get combat experience from killing mobs even with the Humanity enchant.
Can still get experience doing the Divine Missions.
The text was updated successfully, but these errors were encountered: