Page 1 of 1

Object questions..

Posted: Sat May 21, 2005 1:05 am
by daz
Hi All,

I've been doing a bit of dungeon editing, and there are a couple of things I can't work out how to do.

I want to create items that adjust stats, but the only way to do this seems to be to clone an aleady existing one, I can't choose which stat to adjst,or by how much.

(Complicated problem coming up)
I want to create an alcove that replenishes an item with charges, I've managed to get this to work once by hiding the full object in a hidden square and using release to change it, but it fails on the second usage. I think I need to create new objects in the dungeon, but this doesn't seem possible.

Any one got any suggestions?

Thanks,
Darren

Re: Object questions..

Posted: Sat May 21, 2005 1:40 am
by Pedro
Hi,
daz wrote: I want to create items that adjust stats, but the only way to do this seems to be to clone an aleady existing one, I can't choose which stat to adjst,or by how much.
Not implemented (yet?). You can set only monsters' stats in current RTC version.
daz wrote: I want to create an alcove that replenishes an item with charges, I've managed to get this to work once by hiding the full object in a hidden square and using release to change it, but it fails on the second usage. I think I need to create new objects in the dungeon, but this doesn't seem possible.
It's quite possible. The ready example is waiting for you :)
http://www.traser.republika.pl/other/recharge.txt

Pedro

Posted: Sat May 21, 2005 7:53 am
by beowuuf
Gambit had a similar alcove idea....forget if he had this problem or not

Re: Object questions..

Posted: Tue May 24, 2005 12:35 am
by daz
Pedro wrote:Hi,
daz wrote: I want to create an alcove that replenishes an item with charges, I've managed to get this to work once by hiding the full object in a hidden square and using release to change it, but it fails on the second usage. I think I need to create new objects in the dungeon, but this doesn't seem possible.
It's quite possible. The ready example is waiting for you :)
http://www.traser.republika.pl/other/recharge.txt

Pedro
Just what I wanted.. thanks

Darren