Replies: 3 comments
-
Parts of ToAU still may need work. Nyzul Isle was implemented but don't know if was fully done. Also I think some assaults needs implemented. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Look for " |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today we were trying Nyzul Isle Assault again, in case an update was done because the NMS at the 20th, 40th, 60th, 80th, and 100th floors didn't drop.
After all, it popped up the error [12/05/24 21:27:01:861][map][warn] DropID 6350 too big (itemutils::GetDropList:331).
There is a way to fix that?
We tried to modify the drop, creating a new database, and we noticed, that after doing that, Behemoth is tied to DropID 7350 and Fafnir to 6350.
if (DropID > 7000)
{
ShowWarning("DropID %u too big", DropID);
return nullptr;
}
And this is the old error that we got from a previous discussion but no one explained why.
#6199
Beta Was this translation helpful? Give feedback.
All reactions