Posts: 4,637
	Threads: 115
	Joined: Dec 2011
	
Thanks: 697
	Given 518 thank(s) in 441 post(s)
	 
 
	
	
		You must add it to the BlockHandler in $Blocks/BlockHandler.cpp
	
	
	
	
	
 
 
	
	
	
		
	Posts: 219
	Threads: 11
	Joined: Dec 2013
	
Thanks: 52
	Given 8 thank(s) in 4 post(s)
	 
 
	
		
		
		01-19-2014, 07:25 PM 
(This post was last modified: 01-19-2014, 07:33 PM by daniel0916.)
		
	 
	
		Enchantment Table Window open. Now i need SlotArea. For that i need a EnchantmentTableEntity or?
Edit: I have a other idea..
	
	
	
	
	
 
 
	
	
	
		
	Posts: 219
	Threads: 11
	Joined: Dec 2013
	
Thanks: 52
	Given 8 thank(s) in 4 post(s)
	 
 
	
	
		Okay, currently im working on the SlotArea.
I added the dropping of the item when the enchantment table windows will be closed.
But how can i send the three enchanting fields to the player?
I will create a new thread in the development category.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 6,482
	Threads: 176
	Joined: Jan 2012
	
Thanks: 131
	Given 1085 thank(s) in 857 post(s)
	 
 
	
	
		Just reporting here that I have fixed the cWorld:ScheduleTask() API function and it should work now. Note that I have swapped the parameters, the tick delay goes first, the function goes second. Also, there's a working example in the Debuggers plugin's "/sched" command handler. Take a note how it implements delayed messages to specific players.