mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Ul'dah npcs completed.
This commit is contained in:
		
							
								
								
									
										11
									
								
								data/scripts/base/chara/npc/object/BookShelf.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								data/scripts/base/chara/npc/object/BookShelf.lua
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| function init(npc) | ||||
| 	return false, false, 0, 0;	 | ||||
| end | ||||
|  | ||||
| function onEventStarted(player, npc, triggerName) | ||||
| 	player:runEventFunction("bookTalk"); | ||||
| end | ||||
|  | ||||
| function onEventUpdate(player, npc, step, menuOptionSelected) | ||||
| 	player:endEvent();	 | ||||
| end | ||||
							
								
								
									
										11
									
								
								data/scripts/base/chara/npc/object/MateriaBook.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								data/scripts/base/chara/npc/object/MateriaBook.lua
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| function init(npc) | ||||
| 	return false, false, 0, 0;	 | ||||
| end | ||||
|  | ||||
| function onEventStarted(player, npc, triggerName) | ||||
| 	player:runEventFunction("materiabookTalk"); | ||||
| end | ||||
|  | ||||
| function onEventUpdate(player, npc, step, menuOptionSelected) | ||||
| 	player:endEvent();	 | ||||
| end | ||||
| @@ -11,8 +11,7 @@ function onEventStarted(player, npc, triggerName) | ||||
| 		player:runEventFunction("delegateEvent", player, questNOC, "pETaskBoardAskUldah", nil, nil, nil); | ||||
| 	else | ||||
| 		player:runEventFunction("delegateEvent", player, questNOC, "pETaskBoardAskGridania", nil, nil, nil); | ||||
| 	end | ||||
| 	 | ||||
| 	end	 | ||||
| end | ||||
|  | ||||
| function onEventUpdate(player, npc, step, menuOptionSelected) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user