mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 03:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			340 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			340 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| function onStepIn(creature, item, position, fromPosition)
 | |
| 	item:transform(430, 1)
 | |
| 	item:decay()
 | |
| 	Game.transformItemOnMap({x = 32915, y = 32078, z = 05}, 2114, 2113)
 | |
| end
 | |
| 
 | |
| function onStepOut(creature, item, position, fromPosition)
 | |
| 	item:transform(431, 1)
 | |
| 	item:decay()
 | |
| 	Game.transformItemOnMap({x = 32915, y = 32078, z = 05}, 2113, 2114)
 | |
| end
 | 
