Posts: 4,628
Threads: 115
Joined: Dec 2011
Thanks: 693
Given 494 thank(s) in 423 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,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 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.