Whenever a character completes the tutorial and zones out, he always zones to PoK. I have checked the database and have not found any start city variables in the variables table. I checked the rule_values table and found that World:SoFStartZoneID was set to -1. I also checked the start_zones table and there are approximately 411 rows listed. I am a SQL newbie and really don't know where else to look or where to go to fix this problem. As far as I know it could also be a scripting problem. Any help would be appreciated.
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.
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.