Well, I think randarts are a very important feature and I really want them for Zothiqband, and I think other module makers have also expressed interest. The problem is that there is an obscure bug somewhere that makes what should be an "array" into "userdata" and it's very hard to debug due to the involvement of the C/Lua interface. The equivalent code works just fine for ego items and I've double-checked and triple-checked everything. I could use the eyes of some other person...
In other news, I haven't worked on the dungeon-style wildernesses on Christmas, but it's getting closer to being usable. One I'll implement the map edge hack I've been planning to do, the wilderness dungeons should pass into the realm of "barely usable". After that, I'll try to get it up to "basic", which is probably enough for the first beta. It's clear that I'm trying to get the code to do something that was beyond the conception of the original design.
End of 2009 status update
Moderator: Moderator
Re: End of 2009 status update
Zothiqband -- still an Angband variant.
Re: End of 2009 status update
Ah my friend, the thing is, most of the code was not designed to do what we require it to do 
Can you point me to the code that seems to not work for you? I'll trhow an eye.

Can you point me to the code that seems to not work for you? I'll trhow an eye.
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: End of 2009 status update
I'm not sure where the root of the problem is, but in random_objects.lua (after you uncomment line 15 so that the code where the error surfaces gets executed) on line 94 the code tries to use ra_info as an array which doesn't work because ra_info is typed userdata for some weird reason.
Zothiqband -- still an Angband variant.