RTC/Custom Items

From DmWiki
Revision as of 13:05, 6 September 2009 by Trego (talk | contribs) (containers)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Custom Items

To create custom items in the RTC you have to first 'clone' an original item, replacing their graphics is optional. In this section you will find examples of how to create different items and weapons (including attack methods).

Custom Miscellaneous Items

Containers

The current items that can be contained are: Tiny, Arrows, Keys, Coins, Small, Darts, Scrolls, Gems, Medium, Rocks, Flasks, Valuables (coins and gems), Large, Stars, Huge, and Daggers.

To create a Herb Container for example that does not match these, but you do not want other items to be accidentally put it, you could:

  1. Clone a DART
    1. Set its name to THROWING STAR
    2. Change the image back to a throwing star
    3. Change attack methods back to those of a throwing star
  2. Clone a THROWING STAR
    1. Set its name to HERB
    2. Set its image to a herb
    3. Change attack methods to that of your herb
  3. Clone a MONEY BOX
    1. Set its name to HERB BOX
    2. Set it to contain stars

The game will now think your herbs are stars and let you put them in the box, and your stars are darts and not let you put them into the box.

This type of method can only be used a limited number of times and will not work if you also want separate dart and star containers

Custom Weapons

Custom weapons may require new attack methods, this section will give you examples of how to create these.

no items yet