mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 11:56:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			304 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			304 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| function onStepIn(creature, item, position, fromPosition)
 | |
| 	if creature:isPlayer() and creature:getPlayer():getStorageValue(293) == 7 then 
 | |
| 		creature:getPlayer():setStorageValue(296,1)
 | |
| 		item:getPosition():sendMagicEffect(13)
 | |
| 		item:getPosition():sendMonsterSay("!-! -O- I_I (/( --I Morgathla")
 | |
| 	end
 | |
| end
 | 
