You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched existing issues to see if the issue has already been opened, and I have checked the commit log to see if the issue has been resolved since my server was last updated.
OS / platform the server is running (if known)
Branch affected by issue
base
Steps to reproduce
Create party with 2 characters
Send one character to any zone
Send the other to Phomiuna !pos 60.13 0.99 300 27
Aggro the Minotaur and outrun it
Both characters are drawn-in to the same position, in their respective zones.
This leads to map process crashes under certain conditions.
Expected behavior
Only party/alliance members in the same zone are drawn-in.
While only Minotaur is affected, and its script could be adjusted, utils.drawIn should probably take the CBattleEntity causing the "Draw-In" as argument and compare zones.
The text was updated successfully, but these errors were encountered:
I affirm:
OS / platform the server is running (if known)
Branch affected by issue
base
Steps to reproduce
server/scripts/zones/Phomiuna_Aqueducts/mobs/Minotaur.lua
Lines 19 to 23 in c7e6ab6
This leads to map process crashes under certain conditions.
Expected behavior
Only party/alliance members in the same zone are drawn-in.
While only Minotaur is affected, and its script could be adjusted,
utils.drawIn
should probably take the CBattleEntity causing the "Draw-In" as argument and compare zones.The text was updated successfully, but these errors were encountered: