[Help]Teleporter Issues - Get stuck in building

11/24/2022 15:19 asheashia#1
Hi, I tried to change the teleporter coordinates for Flaris in hopes of fixing a bug wherein the character gets stuck in side buildings.

So I changed the teleporter coordinates from

Code:
case 0: vPos = D3DXVECTOR3(6944.0F, 100.0F, 3335.0F); dwWorldID = 1; break; //FLARIS
to

Code:
case 0: vPos = D3DXVECTOR3(6954.0F, 100.0F, 3335.0F); dwWorldID = 1; break; //FLARIS
But this doesn't work and the teleporter keeps teleporting me to the old coordinates which is 6944

Do you have any ideas how I can fix this?