[Archive] [TrinityCore]How to change starting area
[Archive] [TrinityCore]How to change starting area
Quote: SETHorde
@MAP := 'MAP',
@ZONE := 'ZONE',
@X := 'X-Cordinate',
@Y := 'Y-Cordinate',
@Z := 'Z-Cordinate',
@O := 'Orientation';
UPDATE playercreateinfo SET map=@MAP, zone=@ZONE, position_X=@X, position_Y=@Y, position_Z=@Z, orientation=@O WHERE race IN(1, 3, 4, 7, 11);
Click to expand...
Quote: SETHope this helped, let me know what you think c:
@MAP := 'MAP',
@ZONE := 'ZONE',
@X := 'X-Cordinate',
@Y := 'Y-Cordinate',
@Z := 'Z-Cordinate',
@O := 'Orientation';
UPDATE playercreateinfo SET map=@MAP, zone=@ZONE, position_X=@X, position_Y=@Y, position_Z=@Z, orientation=@O WHERE race IN(2, 5, 6, 8, 10);
Click to expand...
Archived author: Etox • Posted: 2025-11-04T18:04:27.831235
Original source
Hello, got some small SQL's here to change your start location.
So what you want to do is go into your server, write ".gps" without the quotes, get the coords, then type in the cords into the SQL and run them in your world database.
Alliance
Quote: SETHorde
@MAP := 'MAP',
@ZONE := 'ZONE',
@X := 'X-Cordinate',
@Y := 'Y-Cordinate',
@Z := 'Z-Cordinate',
@O := 'Orientation';
UPDATE playercreateinfo SET map=@MAP, zone=@ZONE, position_X=@X, position_Y=@Y, position_Z=@Z, orientation=@O WHERE race IN(1, 3, 4, 7, 11);
Click to expand...
Quote: SETHope this helped, let me know what you think c:
@MAP := 'MAP',
@ZONE := 'ZONE',
@X := 'X-Cordinate',
@Y := 'Y-Cordinate',
@Z := 'Z-Cordinate',
@O := 'Orientation';
UPDATE playercreateinfo SET map=@MAP, zone=@ZONE, position_X=@X, position_Y=@Y, position_Z=@Z, orientation=@O WHERE race IN(2, 5, 6, 8, 10);
Click to expand...
Archived author: Etox • Posted: 2025-11-04T18:04:27.831235
Original source
Thanks for sharing!
Archived author: Etox • Posted: 2025-11-04T18:04:27.831235
Original source
Thanks
Archived author: Etox • Posted: 2025-11-04T18:04:27.831235
Original source
great
Archived author: Etox • Posted: 2025-11-04T18:04:27.831235
Original source
Very Nice
Archived author: Etox • Posted: 2025-11-04T18:04:27.831235
Original source
thank you!!
Archived author: Etox • Posted: 2025-11-04T18:04:27.831235
Original source
Thank !
Archived author: Etox • Posted: 2025-11-04T18:04:27.831235
Original source
Thanks!
Archived author: Etox • Posted: 2025-11-04T18:04:27.831235
Original source
Great it worked for me!
Archived author: Etox • Posted: 2025-11-04T18:04:27.831235
Original source
tyy