mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 11:56:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			172 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			172 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| function onRemoveItem(item, tileitem, position)
 | |
| 	if item:getId() == 3246 then
 | |
| 		Position(33145, 32870, 8):sendMonsterSay("Ancient Eye: Be Greeted The Humble One!")
 | |
| 	end
 | |
| end | 
