mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Added scripts for all the npcs (minus the door) in the Limsa Opening zone (boat). The beginning tutorial stuff is also scripted.
This commit is contained in:
		
							
								
								
									
										7
									
								
								scripts/zones/155/npcs/doorStd_fst0Twn01a_31@0CE00.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								scripts/zones/155/npcs/doorStd_fst0Twn01a_31@0CE00.lua
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| function onInstantiate(npc) | ||||
| 	return "/Chara/Npc/MapObj/DoorStandard", false, false, false, false, false, 5900001	, false, false, 0, 0, 0x141, 0xB7d;	 | ||||
| end | ||||
|  | ||||
| function onEventStarted(player, npc, triggerName) | ||||
| 	 | ||||
| end | ||||
							
								
								
									
										10
									
								
								scripts/zones/155/zone.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								scripts/zones/155/zone.lua
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
|  | ||||
|  | ||||
| function onZoneInit(zone) | ||||
| end | ||||
|  | ||||
| function onZoneIn(zone, player) | ||||
| end | ||||
|  | ||||
| function onZoneOut(zone, player) | ||||
| end | ||||
		Reference in New Issue
	
	Block a user