mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 03:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			378 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			378 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| function onStepIn(creature, item, position, fromPosition)
 | |
| 	doRelocate({x = 32481, y = 31905, z = 01},{x = 32480, y = 31905, z = 02})
 | |
| 	Game.sendMagicEffect({x = 32480, y = 31905, z = 02}, 11)
 | |
| end
 | |
| 
 | |
| function onAddItem(item, tileitem, position)
 | |
| 	doRelocate({x = 32481, y = 31905, z = 01},{x = 32480, y = 31905, z = 02})
 | |
| 	Game.sendMagicEffect({x = 32480, y = 31905, z = 02}, 11)
 | |
| end
 | 
