maxViewportY and maxViewportX wrong value?
What should be the value for maxViewport? According to the comments it should be maxViewportX = 9 maxViewportY = 7
But they are both 11
Anyone can clarify why?
AFAIK maxViewportX, maxViewportY are used for creature's sight range, and maxClientViewportX, maxClientViewportY for client viewport, so creatures can "see" players outside the client viewport and so
AFAIK
maxViewportX, maxViewportYare used for creature's sight range, andmaxClientViewportX, maxClientViewportYfor client viewport, so creatures can "see" players outside the client viewport and so
I think he means why is the value 11/11 and not 9/7 😅
I don't know either
I think it's basically so the monsters don't look so robotic. Otherwise we would see monsters that stay sleeping without doing anything on the edges of the client's screen, generally when you are on a higher or lower floor.
@MillhioreBT
That's make sense, probably that's the case, we can see creatures up to 2 floors what gives some extra tiles. But is strange that they are both the same value and the viewport is smaller in the Y axis