Timed Item Life

Lghtofthmoon

New Member
Reaction score
0
Hi again, this time I want items that have been on the map but not picked up after 30 seconds disappear. Can anyone give me the trigger guidelines for this one? Thanks and +rep!
 

kaboo

New Member
Reaction score
45
are the item placed in editor or created/bought in the map or both?
 

kaboo

New Member
Reaction score
45
are they created with trigger or the unit has the item and drops it?
 

Lghtofthmoon

New Member
Reaction score
0
The creep has an item drop table. Hero kills creep, item drops on ground. (Creep never carries item). No triggers involved.
 

Ph[o]bia

New Member
Reaction score
7
Trigger:
  • asdasd
    • Events
      • Time - Every 30.00 seconds of game time
    • Conditions
    • Actions
      • Set Region = (Entire map)
      • Set Item = (Picked item)
      • Item - Pick every item in Region and do (Item - Remove Item)
      • Custom script: call RemoveRect(udg_Region)

I don't know if it will work , but it look good for me
 

Lghtofthmoon

New Member
Reaction score
0
and all creeps drop something?

This is getting us nowhere. Haven't you used item tables? There is a chance that a NH unit, when slain, will drop several different items (each with a 5% chance). So, every NH unit has the potential to drop an item, but it is very unlikely.
 

kaboo

New Member
Reaction score
45
im just asking because there is no event like item is droped or something so i have to go around it, now when i got all info i gonna think about it

@phobia - that will remove all items every 30 seconds, not after 30seconds lying on ground
 

tooltiperror

Super Moderator
Reaction score
231
I have a question, are items counted as units?
 

kaboo

New Member
Reaction score
45
i dont know if its the best solution but it is the only one that came to my mind:
Trigger:
  • init
    • Events
      • Time - Elapsed game time is 0.01 seconds
    • Conditions
    • Actions
      • Set integer = 0

-this can be done at map initialization
Trigger:
  • drop from creep
    • Events
      • Unit - A unit owned by Neutral Hostile Dies
    • Conditions
    • Actions
      • Wait 0.10 seconds {the item need some time to spawn there}
      • Item - Pick every item in (Region centered at (Position of (Triggering unit)) with size (250.00, 250.00)) and do (Actions)
        • Loop - Actions
          • Item - Set the custom value of (Picked item) to 0
          • Set integer = (integer + 1)
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • integer Equal to 29 {set this to (item variable array size) -1}
            • Then - Actions
              • Set integer = 1
            • Else - Actions
          • Set item[integer] = (Picked item)

-integer is integer variable
-item is item variable with array 30 (i assume that there wont be more than 30 items on ground in the same time, u can also increase it if u want - but then u need to change when should be "integer" set to 1
Trigger:
  • pick
    • Events
      • Unit - A unit Acquires an item
    • Conditions
    • Actions
      • For each (Integer A) from 1 to integer, do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Item being manipulated) Equal to item[(Integer A)]
            • Then - Actions
              • Item - Set the custom value of item[(Integer A)] to 16 {u need to change this to (desired time after that item will be removed) +1}
            • Else - Actions

-this prevents picked items from being removed
Trigger:
  • hero drop
    • Events
      • Unit - A unit Loses an item
    • Conditions
    • Actions
      • Item - Set the custom value of (Item being manipulated) to 0
      • Set integer = (integer + 1)
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • integer Equal to 29 {and again set this to (item variable array size) -1}
        • Then - Actions
          • Set integer = 1
        • Else - Actions
      • Set item[integer] = (Item being manipulated)

-if your items cannot be dropped or removed from inventory to ground then u dont need this
Trigger:
  • remove from map
    • Events
      • Time - Every 1.00 seconds of game time
    • Conditions
    • Actions
      • For each (Integer A) from 1 to integer, do (Actions)
        • Loop - Actions
          • Item - Set the custom value of item[(Integer A)] to ((Custom value of item[(Integer A)]) + 1)
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Custom value of item[(Integer A)]) Equal to 15 {desired time after that unused items will disappear}
            • Then - Actions
              • Item - Remove item[(Integer A)]
            • Else - Actions

-and this one removes idle items from map - i set the time to 15 seconds coz i didnt wanted to wait 30 :p , i assume that u will be able to change this by yourself
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    New recipe is another summer dessert Berry and Peach Cheesecake - https://www.thehelper.net/threads/recipe-berry-and-peach-cheesecake.194169/

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top