MMOMinion
OMC Portal Height - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: Support - English, Deutsch, 中文 (https://www.mmominion.com/forumdisplay.php?fid=92)
+---- Forum: English Support & Questions (https://www.mmominion.com/forumdisplay.php?fid=93)
+---- Thread: OMC Portal Height (/showthread.php?tid=14068)



OMC Portal Height - Night2020 - 10-08-2015

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


RE: OMC Portal Height - Night2020 - 10-10-2015

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