Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Changing Teleporter Coordinations does not work

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 3, 2022
Messages
22
Reaction score
0
Hey, I tried to change 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?
 
Status
Not open for further replies.
Back
Top