Page 1 of 1

Item crafting

Posted: Tue Aug 27, 2002 9:58 pm
by sandman76
I have another question about items.....obviously......is it possible to create an item of return?

As in a Throwing Axe of Return (or Dagger). Is it a scripting thing...as in changing the script for the item itself? Thanks for any info guys.

Posted: Wed Aug 28, 2002 4:21 am
by garazdawi
I have'nt meddled tha much with items yet but you might try to make the axe a plot item or maybe create an axe with an infinity in stock.. just some thoghts. If you manage plz let me know might be good for future modules

Posted: Wed Aug 28, 2002 4:57 am
by Nippy
You can create many types of items I would presume. I'll investigate and report back later...

Posted: Wed Aug 28, 2002 5:25 am
by Nippy
No luck with finding an item property like that, however either a script would do it, or you could create some kind of infinite amount or somesuch, I can't do anything at the minute, at work...

Posted: Mon Sep 09, 2002 4:43 am
by Xyx
You could use the modules onItemUnacquired script to detect that an Axe of Returning was lost and give one back to the PC. It would pop up a string in the message window each time, though.