How to stop Units from attacking Items?

RodyisGod

New Member
Reaction score
5
Well i got the Units attack friendly units trigger made by myself.
But i cant do the Stop attacking Items trigger.
I can't find something like 'Unit - A unit attacks Item.
;S
can someone please make me one?

Also If a player has already picked an item, i want it so that a other player cant pick it up anymore.

If u can make those, I thank you so very much.

Ull be Creditted, in Infernals Dawn ORPG =] and a notepad to keep track on that :p
 

Gtam

Lerning how to write and read!! Yeah.
Reaction score
164
Isnt there a field in the item itseld that makes it un attackable
 

asipo

New Member
Reaction score
15
You can make an item invulnerable actually...

Also If a player has already picked an item, i want it so that a other player cant pick it up anymore.
In this case, i think you cant prevent an item from being taken
But make the item drop instantly when it is taken is the only way i guess
and of course, this is solve by unit acquire item trigger
 

skyblader

You're living only because it's illegal killing.
Reaction score
159
There is also a field in the object editor, u can edit the hp to make it much higher, like 99999 or something.
 

Volkof

Well-Known Member
Reaction score
31
Aceheart had a trigger that does so. But I hav not tested it out myself

Trigger:
  • Invulnerable Item
    • Events
      • Unit - A unit Is issued an order targeting an object
    • Conditions
      • (Issued order) Equal to (Order(Attack))
      • ((Target item of issued order) is in (Playable map area)) Equal to True
    • Actions
      • Game - Display to (All players) the text: The item is innocen...
      • Unit - Order (Attacking unit) to Stop
 

RodyisGod

New Member
Reaction score
5
Aceheart had a trigger that does so. But I hav not tested it out myself

Trigger:
  • Invulnerable Item
    • Events
      • Unit - A unit Is issued an order targeting an object
    • Conditions
      • (Issued order) Equal to (Order(Attack))
      • ((Target item of issued order) is in (Playable map area)) Equal to True
    • Actions
      • Game - Display to (All players) the text: The item is innocen...
      • Unit - Order (Attacking unit) to Stop

Thanks =]
 

shiFt

Member
Reaction score
8
Trigger:
  • Game - Display to (All players) the text: The item is innocen...

lol
 

HydraRancher

Truth begins in lies
Reaction score
197
You can prevent a player from taking an item belonging to somebody else, by using item "Custom Value".

EDIT: Heres an attempt

Trigger:
  • Trigger
    • Events
      • Unit - A unit aquires an item
    • Conditions
      • ---------Whatever you want----------
    • Actions
      • If all (Conditions) are true then do (Actions) else do (Actions)
        • If - (Conditions)
          • Custom Value of (Item being manipulated) is equal to 0
        • Then - (Conditions)
          • Set Custom Value of (Item being manipulated) to (Player Number of (Owner of (Triggering Unit)))
        • Else - (Conditions)
          • If all (Conditions) are true then do (Actions) else do (Actions)
            • If - (Conditions)
              • Custom Value of (Item being manipulated) is equal to (Player Number of (Owner of (Triggering Unit)))
            • Then - (Conditions)
              • Game - Display to (Player Group (Owner of (Triggering Unit))) Name of (Owner of (Triggering Unit))) + is trying to steal + Name of (Player(Player Number of (Owner of (Triggering Unit)))) + 's item!!!.
              • Set Temp_Point = Position of (Triggering Unit)
              • Item - Move (Item being manipulated) to Temp_Point
              • Custom Script: call RemoveLocation (Temp_Point)
            • Else - (Conditions)


EDIT2: I added some extra lines of code incase people try to give the items to eachother
 

Sui-cookie

You can change this now in User CP.
Reaction score
49
or you could just use a boolean..... its like ..... what i use to stop ally attacking.--that is for the item attacking thing
 

RodyisGod

New Member
Reaction score
5
You can prevent a player from taking an item belonging to somebody else, by using item "Custom Value".

EDIT: Heres an attempt

Trigger:
  • Trigger
    • Events
      • Unit - A unit aquires an item
    • Conditions
      • ---------Whatever you want----------
    • Actions
      • If all (Conditions) are true then do (Actions) else do (Actions)
        • If - (Conditions)
          • Custom Value of (Item being manipulated) is equal to 0
        • Then - (Conditions)
          • Set Custom Value of (Item being manipulated) to (Player Number of (Owner of (Triggering Unit)))
        • Else - (Conditions)
          • If all (Conditions) are true then do (Actions) else do (Actions)
            • If - (Conditions)
              • Custom Value of (Item being manipulated) is equal to (Player Number of (Owner of (Triggering Unit)))
            • Then - (Conditions)
              • Game - Display to (Player Group (Owner of (Triggering Unit))) Name of (Owner of (Triggering Unit))) + is trying to steal + Name of (Player(Player Number of (Owner of (Triggering Unit)))) + 's item!!!.
              • Set Temp_Point = Position of (Triggering Unit)
              • Item - Move (Item being manipulated) to Temp_Point
              • Custom Script: call RemoveLocation (Temp_Point)
            • Else - (Conditions)


EDIT2: I added some extra lines of code incase people try to give the items to eachother

thanks, im sending u a message, you should read it :D
 

punwisp

New Member
Reaction score
34
In the area in object editor where you edit there damage, close to the bottom of it there should be targets allowed, you can allow or disallow them to attack items.
 

Dest

New Member
Reaction score
26
You can set the items to 999999999 hp but that won't stop them from attacking them :S
 

Scary Nachos

Castro flashing Gang Signs!
Reaction score
45
Or... you can do it the easy way.
Go to your item and check
Stats - Perishable = False
 

Volkof

Well-Known Member
Reaction score
31
Aceheart had a trigger that does so. But I hav not tested it out myself

Trigger:
  • Invulnerable Item
    • Events
      • Unit - A unit Is issued an order targeting an object
    • Conditions
      • (Issued order) Equal to (Order(Attack))
      • ((Target item of issued order) is in (Playable map area)) Equal to True
    • Actions
      • Game - Display to (All players) the text: The item is innocen...
      • Unit - Order (Attacking unit) to Stop

Oh yea, I finally tested it. The text appear but the unit doesnt stop attacking. So I added a few new functions.

Trigger:
  • Invulnerable Item New
    • Events
      • Unit - A unit Is issued an order targeting an object
    • Conditions
      • (Issued order) Equal to (Order(Attack))
      • ((Target item of issued order) is in (Playable map area)) Equal to True
    • Actions
      • Game - Display to (All players) the text: The item is innocen...
      • Unit - Pause (Triggering unit)
      • Unit - Order (Triggering unit) to Stop
      • Unit - Unpause (Triggering unit)
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • WildTurkey WildTurkey:
    is there a stephen green in the house?
    +1
  • The Helper The Helper:
    What is up WildTurkey?
  • The Helper The Helper:
    Looks like Google fixed whatever mistake that made the recipes on the site go crazy and we are no longer trending towards a recipe site lol - I don't care though because it motivated me to spend alot of time on the site improving it and at least now the content people are looking at is not stupid and embarrassing like it was when I first got back into this like 5 years ago.
  • The Helper The Helper:
    Plus - I have a pretty bad ass recipe collection now! That section of the site is 10 thousand times better than it was before
  • The Helper The Helper:
    We now have a web designer at my job. A legit talented professional! I am going to get him to redesign the site theme. It is time.
  • Varine Varine:
    I got one more day of community service and then I'm free from this nonsense! I polished a cop car today for a funeral or something I guess
  • Varine Varine:
    They also were digging threw old shit at the sheriff's office and I tried to get them to give me the old electronic stuff, but they said no. They can't give it to people because they might use it to impersonate a cop or break into their network or some shit? idk but it was a shame to see them take a whole bunch of radios and shit to get shredded and landfilled
  • The Helper The Helper:
    whatever at least you are free
  • Monovertex Monovertex:
    How are you all? :D
    +1
  • 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 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