View Single Post
  #3  
Old 04-27-2014, 09:18 PM
SoltanHeatwave
Hill Giant
 
Join Date: Nov 2013
Location: Eastern US
Posts: 120
Default

Quote:
Originally Posted by Kingly_Krab View Post
Check the player.pl in the tutorialb folder, you should find this:
Code:
quest::movepc(202,-55,44,-158.81);
Plane of Knowledge is zone ID 202. quest::movepc is laid out as follows:
Code:
quest::movepc(zoneid,x,y,z,[heading]);
Heading is optional.
I made the change, but it still overrides their default starting zone. Is there any way I can send them back to their home zone after finishing the tutorial? No matter what I put in the Else:: statement, it doesn't send them to their starting city. Though I don't know if it is supposed to do that, or not. I see a number is elseif statements, and they seem to move the pc to other points, but the final else statement seems to override them.
Reply With Quote