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
to
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?
So I changed the teleporter coordinates from
Code:
case 0: vPos = D3DXVECTOR3(6944.0F, 100.0F, 3335.0F); dwWorldID = 1; break; //FLARIS
Code:
case 0: vPos = D3DXVECTOR3(6954.0F, 100.0F, 3335.0F); dwWorldID = 1; break; //FLARIS
Do you have any ideas how I can fix this?