mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Added more quest functions and completed the scripts for Gridania and most of Ul'dah. Up to the battle part that is.
This commit is contained in:
		| @@ -26,8 +26,7 @@ function onEventStarted(player, npc, triggerName) | ||||
| 			player:runEventFunction("delegateEvent", player, man0l0Quest, "processTtrMini003", nil, nil, nil); | ||||
| 			npc:setQuestGraphic(player, 0x0); | ||||
| 			man0l0Quest:SetQuestFlag(MAN0L0_FLAG_MINITUT_DONE3, true); | ||||
| 			man0l0Quest:SaveData(); | ||||
| 			 | ||||
| 			man0l0Quest:SaveData();		 | ||||
| 			player:getDirector():onTalked(npc); | ||||
| 		else | ||||
| 			player:runEventFunction("delegateEvent", player, man0l0Quest, "processEvent000_8", nil, nil, nil); | ||||
|   | ||||
| @@ -4,6 +4,7 @@ function onZoneInit(zone) | ||||
| end | ||||
|  | ||||
| function onZoneIn(player) | ||||
|  | ||||
| 	openingQuest = player:getQuest(110001); | ||||
| 	 | ||||
| 	--Opening Quest | ||||
|   | ||||
		Reference in New Issue
	
	Block a user