08-12-2013, 12:05 AM
Last few days there were more clouds then sun. It was about 21 - 24 degrees here.
Random Chitchat 2012-2016
|
08-12-2013, 12:05 AM
Last few days there were more clouds then sun. It was about 21 - 24 degrees here.
08-12-2013, 12:58 AM
08-14-2013, 07:22 AM
I still can't login to my wiki.vg account. Still says "account Xoft doesn't exist", yet the Xoft userpage is still there there.
Does anyone have any contact info for the wiki.vg maintainers? Could you drop them a message that my account would need a password reset? Thanks.
08-14-2013, 07:59 AM
I had that to. I created a new account with the same name.
Thanks given by: xoft
Wow, that's stupid. Can you really create an account with duplicate name?
Anyway, thanks, it helped Okay, so not duplicate name, it won't let me create an account for the third time. Maybe a db crash then? Well, whatever, the important thing is that it works now.
08-14-2013, 06:53 PM
Probably something like that
08-18-2013, 11:47 PM
What is the difference between cWorld::DigBlock and cWorld::SetBlock?
08-19-2013, 04:03 AM
The difference is very minuscule, SetBlock lets you set any block as the replacement, whereas DigBlock always replaces with air. It just hasn't bothered me enough yet to get rid of DigBlock completely.
08-19-2013, 04:13 AM
Maybe change cWorld::DigBlock(X, Y, Z) to cWorld::DigBlock(X, Y, Z, cItem).
For example if I used cWorld::DigBlock(40, 40, 40, cItem(E_ITEM_DIAMOND_PICKAXE)) and at those coordinates was a stone block, a cobblestone pickup would drop. |
« Next Oldest | Next Newest »
|