mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 03:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			261 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			261 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| function onStepIn(creature, item, position, fromPosition)
 | |
| 	if creature:isPlayer() then 
 | |
| 		doRelocate(item:getPosition(),{x = 32839, y = 32532, z = 09})
 | |
| 		item:getPosition():sendMagicEffect(21)
 | |
| 		Game.sendMagicEffect({x = 32839, y = 32532, z = 09}, 21)
 | |
| 	end
 | |
| end
 | 
