mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Scripted almost all of lower limsa.
This commit is contained in:
		| @@ -4,6 +4,10 @@ function init(npc) | ||||
| end | ||||
|  | ||||
| function onEventStarted(player, npc) | ||||
| 	player:sendMessage(0x20, "", "This PopulaceStandard actor has no event set.") | ||||
| 	player:sendMessage(0x20, "", "This PopulaceStandard actor has no event set. Actor Class Id: " .. tostring(npc:getActorClassId())); | ||||
| 	player:endEvent(); | ||||
| end | ||||
|  | ||||
| function onEventUpdate(player, npc, blah, menuSelect) | ||||
| 	player:endEvent(); | ||||
| end | ||||
		Reference in New Issue
	
	Block a user