Thread
:
Start Zone problem
View Single Post
#
2
04-27-2014, 08:22 PM
Kingly_Krab
Administrator
Join Date: May 2013
Location: United States
Posts: 1,603
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.
Kingly_Krab
View Public Profile
Send a private message to Kingly_Krab
Find all posts by Kingly_Krab