Deleting an Item in Hero's Inventory (For Combining)

Test Poll on a dead thread


  • Total voters
    1
  • Poll closed .

Heavy-Gear

New Member
Reaction score
7
How do you delete an item in a hero's inventory?

For combining an Item:

Hero has Item of [Item Type] Equal to True etc. etc.

But how do i delete the old items?
 

AceHart

Your Friendly Neighborhood Admin
Reaction score
1,495
Item - Remove, Item carried by Hero of type

Code:
CombineItems
    Events
        Unit - A unit Acquires an item
    Conditions
        ((Hero manipulating item) has an item of type Cheese) Equal to True
        ((Hero manipulating item) has an item of type Blood Key) Equal to True
        ((Hero manipulating item) has an item of type Gem Fragment) Equal to True
    Actions
        Item - Remove (Item carried by (Hero manipulating item) of type Cheese)
        Item - Remove (Item carried by (Hero manipulating item) of type Blood Key)
        Item - Remove (Item carried by (Hero manipulating item) of type Gem Fragment)
        Hero - Create Mogrin's Report and give it to (Hero manipulating item)
 

Heavy-Gear

New Member
Reaction score
7
New Development

I need a shop to sell the combined item, but only sells it if the correct items to be combined are in the inventory. How can i make it a shop only sells an item if you have certain items in your inventory, then deletes those items?

(if you've played battleships or similar yoiu not what i mean [Elite Bowmen etc.])
 

HG-Bonfire

New Member
Reaction score
22
Code:
Item Check
    Events
        Unit - A unit Acquires an item
    Conditions
        ((Triggering unit) has an item of type (Your Item)) Equal to False
    Actions
        Game - Display to (Player group((Owner of (Triggering unit)))) the text: You need (Your Item) before you can get (The Aquired Item)
        Item - Remove (Item being manipulated)
        Player - Add (Insert Cost Of Item Here) to (Owner of (Triggering unit)) Current gold
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top