removing an item in heroes inventory

Dest

New Member
Reaction score
26
you get points i would have to post all of them they are probably more work then i should've done. and could have been done with variables. and yeah it resets itself when i have the strength i will learn how to incorporate a timer with it.

It's very easy to add a timer - you're going to have set some variables, some triggers and that's it.
 

Exide

I am amazingly focused right now!
Reaction score
448
This is how I would've done it:

Trigger:
  • Acquire Item
    • Events
      • Unit - A unit Acquires an item
    • Conditions
      • Flag Equal to Flag
    • Actions
      • Countdown Timer - Start ItemRemoveTimer as a One-shot timer that will expire in 30.00 seconds
      • Set Flag_Horde_Remove = (Item being manipulated)
      • Set FlagCourier = (Triggering unit)


Trigger:
  • Remove Item
    • Events
      • Time - ItemRemoveTimer expires
    • Conditions
      • (FlagCourier has Flag_Horde_Remove) Equal to True
    • Actions
      • Item - Remove Flag_Horde_Remove



EDIT: Even better is to move the item to where it was spawned.
EDIT #2: At Cake: There are three variables.
 

Dest

New Member
Reaction score
26
This is how I would've done it:

Trigger:
  • Acquire Item
    • Events
      • Unit - A unit Acquires an item
    • Conditions
      • Flag Equal to Flag
    • Actions
      • Countdown Timer - Start ItemRemoveTimer as a One-shot timer that will expire in 30.00 seconds
      • Set Flag_Horde_Remove = (Item being manipulated)
      • Set FlagCourier = (Triggering unit)


Trigger:
  • Remove Item
    • Events
      • Time - ItemRemoveTimer expires
    • Conditions
      • (FlagCourier has Flag_Horde_Remove) Equal to True
    • Actions
      • Item - Remove Flag_Horde_Remove

Only one variable? I thought you need 2? (for timer)
 

BacTyrael

New Member
Reaction score
1
Trigger:
  • Alliance flag pickup red
    • Events
      • Unit - A unit comes within 200.00 of The Flag 0023 <gen>
    • Conditions
      • ((Triggering unit) is A Hero) Equal to True
      • ((Owner of (Triggering unit)) is in Player Group - Player 1 (Red)) Equal to True
    • Actions
      • Unit - Move The Flag 0023 <gen> instantly to (Center of Flag tele Horde <gen>)
      • Item - Create Orc Flag at (Center of (Playable map area))
      • Hero - Give (Last created item) to (Triggering unit)
      • Game - Display to (All players) for 4.00 seconds the text: The alliance has pi...

Picking up for player 1
Trigger:
  • Alliance flag capture red
    • Events
      • Unit - A unit comes within 200.00 of The Flag 0022 <gen>
    • Conditions
      • ((Triggering unit) has an item of type Orc Flag) Equal to True
      • ((Triggering unit) is A Hero) Equal to True
      • ((Owner of (Triggering unit)) is in Player Group - Player 1 (Red)) Equal to True
    • Actions
      • Item - Remove (Item carried by (Triggering unit) of type Orc Flag)
      • Set AllCapture = (AllCapture + 1.00)
      • Unit - Move The Flag 0023 <gen> instantly to (Center of Flag Capture Horde <gen>)
      • Game - Display to (All players) for 4.00 seconds the text: The alliance has ca...
      • Sound - Play VictorySound

flag capture for player 1
Trigger:
  • Alliance flag recapture red
    • Events
      • Unit - A unit enters Flag Capture Allaince <gen>
    • Conditions
      • ((Triggering unit) has an item of type Human Flag) Equal to True
      • ((Triggering unit) is A Hero) Equal to True
      • ((Owner of (Triggering unit)) is in Player Group - Player 1 (Red)) Equal to True
    • Actions
      • Item - Remove (Item carried by (Triggering unit) of type Human Flag)
      • Unit - Move The Flag 0022 <gen> instantly to (Center of Flag Capture Allaince <gen>)
      • Game - Display to (All players) for 4.00 seconds the text: The alliance has re...
      • Sound - Play VictorySound
flag recapture for player 1

that's how my system works. you can only score when your flags at base. and both sides flags can be up at a time. which is why turtling a flag can be bad.
 

Exide

I am amazingly focused right now!
Reaction score
448
No, it's the same timer. It just resets the timer each time a unit picks up the flag.
 

Dest

New Member
Reaction score
26
This is how I would've done it:

Trigger:
  • Acquire Item
    • Events
      • Unit - A unit Acquires an item
    • Conditions
      • Flag Equal to Flag
    • Actions
      • Countdown Timer - Start ItemRemoveTimer as a One-shot timer that will expire in 30.00 seconds
      • Set Flag_Horde_Remove = (Item being manipulated)
      • Set FlagCourier = (Triggering unit)


Trigger:
  • Remove Item
    • Events
      • Time - ItemRemoveTimer expires
    • Conditions
      • (FlagCourier has Flag_Horde_Remove) Equal to True
    • Actions
      • Item - Remove Flag_Horde_Remove



EDIT: Even better is to move the item to where it was spawned.
EDIT #2: At Cake: There are three variables.

Actually I could be wrong, but the countdown timer leaks, I think. You need to put this custom script and destroy the timer:
JASS:
Custom script: call DestroyTimer( udg_ItemRemoveTimer )
 

BacTyrael

New Member
Reaction score
1
No, it's the same timer. It just resets the timer each time a unit picks up the flag.

alright this means i can change it so that when the flag drops it returns to base. or find a way to keep the timer from resetting because then people can just juggle and turtle all game.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Howdy
  • 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
    +1
  • V-SNES V-SNES:
    Happy Friday!
    +1

      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