MMOMinion

Full Version: OMC Portal Height
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm trying to make OMC portal, I managed to make my own OMC portal fine between two points, but today when I tried to make one, I got a problem.
Starting point: 500, 48, 250 ( this an example numbers )
End point: 600, 270, 80
The problem is the bot go high just till 200 instead of 270. So basically the bot doesn't fly high enough to reach the destination.
Is there a way to force the bot to go higher, please?

Thank you
Problem solved my manually editing mesh_mgr.lua
local minaltitudes = { [-1] = 200

Instead of adding 200, it should read OMCEndposition.y and add 50

Hope this may help someone

Thank you