How combine items?

Questions about how to create your own dungeons and replacement graphics and sounds.

Moderator: George Gilbert

Forum rules
Please read the Forum rules and policies before posting. You may Image to help finance the hosting costs of this forum.
Post Reply
User avatar
Zed5Duke
Um Master
Posts: 453
Joined: Sat Jun 24, 2006 5:40 pm
Location: Darkmoond

How combine items?

Post by Zed5Duke »

For example have item in each hand, use one and both combine into something new.

left hand: item 1
right hand: item 2
use them create item 3 and they disappear
User avatar
beowuuf
Archmastiff
Posts: 20686
Joined: Sat Sep 16, 2000 2:00 pm
Location: Basingstoke, UK

Re: How combine items?

Post by beowuuf »

I thinbk you create an action called 'combine' and have it trigger a wall_action that uses the 'combine' command which takes in two items in the hand as agruments.
User avatar
Lord_BoNes
Jack of all trades
Posts: 1064
Joined: Mon Dec 01, 2008 12:36 pm
Location: Ararat, Australia.

Re: How combine items?

Post by Lord_BoNes »

You could also use SWAP_CHARACTER_HANDS to remove the 2 items, and then CREATE_NEW_IN_HAND. It's the long way around, but it may be what you want.
 
Image

1 death is a tragedy,
10,000,000 deaths is a statistic.
- Joseph Stalin

Check out my Return to Chaos dungeon launcher
And my Dungeon Master Clone
User avatar
Zed5Duke
Um Master
Posts: 453
Joined: Sat Jun 24, 2006 5:40 pm
Location: Darkmoond

Re: How combine items?

Post by Zed5Duke »

Ok figured out this, item which is combine must have: convert>combine>convert on event>(new item)
Post Reply