mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Added more Ul'dah scripts. Start location fix now only happens in correct zones.
This commit is contained in:
		| @@ -23,29 +23,24 @@ function onEventStarted(player, npc, triggerName) | ||||
| 		print "AAAA" | ||||
| 	end | ||||
| 	 | ||||
| 	--if (man0u0Quest ~= nil and man0u0Quest:GetQuestFlag(MAN0U0_FLAG_MINITUT_DONE1) == true and man0u0Quest:GetQuestFlag(MAN0U0_FLAG_MINITUT_DONE2) == true and man0u0Quest:GetQuestFlag(MAN0U0_FLAG_MINITUT_DONE3) == true) then | ||||
| 		 | ||||
| 	player:EndEvent(); | ||||
| 	 | ||||
| 	contentArea = player:GetZone():CreateContentArea(player, "/Area/PrivateArea/Content/PrivateAreaMasterSimpleContent", "man0u01", "SimpleContent30079", "Quest/QuestDirectorMan0u001"); | ||||
| 	 | ||||
| 	if (contentArea == nil) then | ||||
| 	if (man0u0Quest ~= nil and man0u0Quest:GetQuestFlag(MAN0U0_FLAG_MINITUT_DONE1) == true and man0u0Quest:GetQuestFlag(MAN0U0_FLAG_MINITUT_DONE2) == true and man0u0Quest:GetQuestFlag(MAN0U0_FLAG_MINITUT_DONE3) == true) then		 | ||||
| 		player:EndEvent(); | ||||
| 		return; | ||||
| 		 | ||||
| 		contentArea = player:GetZone():CreateContentArea(player, "/Area/PrivateArea/Content/PrivateAreaMasterSimpleContent", "man0u01", "SimpleContent30079", "Quest/QuestDirectorMan0u001"); | ||||
| 		 | ||||
| 		if (contentArea == nil) then | ||||
| 			player:EndEvent(); | ||||
| 			return; | ||||
| 		end | ||||
| 		 | ||||
| 		director = contentArea:GetContentDirector();		 | ||||
| 		player:AddDirector(director);		 | ||||
| 		director:StartDirector(false); | ||||
| 		 | ||||
| 		player:KickEvent(director, "noticeEvent", true); | ||||
| 		player:SetLoginDirector(director);		 | ||||
| 					 | ||||
| 		GetWorldManager():DoZoneChangeContent(player, contentArea, -24.34, 192, 34.22, 0.78, 16); | ||||
| 	end | ||||
| 	 | ||||
| 	director = contentArea:GetContentDirector();		 | ||||
| 	player:AddDirector(director);		 | ||||
| 	director:StartDirector(false); | ||||
| 	 | ||||
| 	player:KickEvent(director, "noticeEvent", true); | ||||
| 	player:SetLoginDirector(director);		 | ||||
| 				 | ||||
| 	GetWorldManager():DoZoneChangeContent(player, contentArea, -24.34, 192, 34.22, 0.78, 16); | ||||
| 	 | ||||
| end | ||||
|  | ||||
| --[[AFTER GOOBBUE | ||||
| 22.81, 196, 87.82 | ||||
| ]] | ||||
| --0x45c00005 | ||||
| end | ||||
		Reference in New Issue
	
	Block a user