Random Chitchat 2012-2016
Yes i can confirm that its working Wink
Another feature for the Features and Missing features thread Wink
Thanks given by:
Cool, so now I can work on the virtual windows Smile
Thanks given by:
Oh dear, they're starting to complicate even the most basic stuff...
http://wiki.vg/Pre-release_protocol#Chat....280x03.29

I'd like to try my hand at item enchantments now, the general storage and API.
Thanks given by:
Maybe item renaming would be usefull to.
Thanks given by:
How to use cItem..get.m_ItemCount() etc?
Thanks given by:
They're values directly gettable, like variables:
local ExampleItem = cItem(E_BLOCK_WOOL, 5, E_META_WOOL_RED);  -- 5 red wool
LOG(ExampleItem.m_ItemCount);  -- "5"
LOG(ExampleItem.m_ItemType);  -- "35"; E_BLOCK_WOOL value
LOG(ExampleItem.m_ItemDamage);  -- "14", E_META_WOOL_RED value
Thanks given by:
Use a dot instead of colon for member vars in Lua
Thanks given by:
right, sorry, fixed
Thanks given by:
First success with the enchantments - they got sent to the client Smile
[Image: enchantments.jpg]
Thanks given by:
Hurray. I always wanted to have fire protection on a swordBig Grin
Thanks given by:




Users browsing this thread: 55 Guest(s)