trigger problem?

Sui-cookie

You can change this now in User CP.
Reaction score
49
hey can you guys spot anything wrong with this trigger? its suppose to allow only one powerup item, but when you dont have one at all it makes you drop it, then the second time you try to pick it up it works, but then wont allow other class items o_O ...or powerup items....

Trigger:
  • Untitled Trigger 001 Copy
    • Events
      • Unit - A unit Acquires an item
    • Conditions
    • Actions
      • For each (Integer A) from 1 to Maximum number of inventory slots (6), do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Item-class of (Item carried by (Triggering unit) in slot (Integer A))) Equal to Powerup
            • Then - Actions
              • Set tempinteger = (tempinteger + 1)
            • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • tempinteger Greater than or equal to 2
        • Then - Actions
          • Set tempinteger = 0
          • Hero - Drop (Item being manipulated) from (Triggering unit)
          • Game - Display to (All players matching ((Matching player) Equal to (Owner of (Triggering unit)))) the text: You are already wei...
        • Else - Actions
 

Pharaoh_

The epic journey will soon begin... Prepare!
Reaction score
136
Add the second if/then/else right after the Set tempinteger = ((tempinteger) + 1) action and the tempinteger = ((tempinteger) + 1) action in the "Else" part of the second if then else:
Trigger:
  • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
    • (Item-class of (Item carried by (Triggering unit) in slot (Integer A))) Equal to Powerup
    • Then - Actions
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    • If - Conditions
      • tempinteger Greater than or equal to 2
    • Then - Actions
      • Set tempinteger = 0
      • Hero - Drop (Item being manipulated) from (Triggering unit)
      • Game - Display to (All players matching ((Matching player) Equal to (Owner of (Triggering unit)))) the text: You are already wei...
    • Else - Actions
      • Set tempinteger = (tempinteger + 1)
    • Else - Actions
 

Sui-cookie

You can change this now in User CP.
Reaction score
49
no go :[ it still takes 2+ clicks for it to actually get into your inventory

new trigger:
Trigger:
  • Untitled Trigger 001 Copy
    • Events
      • Unit - A unit Acquires an item
    • Conditions
    • Actions
      • For each (Integer A) from 1 to 6, do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Item-class of (Item carried by (Triggering unit) in slot (Integer A))) Equal to (Item-class of (Item being manipulated))
            • Then - Actions
              • Set tempinteger = (tempinteger + 1)
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • If - Conditions
                  • tempinteger Greater than 1
                • Then - Actions
                  • Set tempinteger = 0
                  • Hero - Drop (Item being manipulated) from (Triggering unit)
                  • Game - Display to (All players matching ((Matching player) Equal to (Owner of (Triggering unit)))) the text: nope
                • Else - Actions
                  • Set tempinteger = (tempinteger + 1)
            • Else - Actions
 

cleeezzz

The Undead Ranger.
Reaction score
267
Code:
(Item-class of (Item carried by (Triggering unit) in slot (Integer A))) Equal to (Item-class of (Item being manipulated))
change to powerup.

Code:
(Item-class of (Item carried by (Triggering unit) in slot (Integer A))) Equal to (Item-class powerup)
(something like that)

Code:
# Else - Actions

    * Set tempinteger = (tempinteger + 1)
wth is that else action ? remove it
 

Sui-cookie

You can change this now in User CP.
Reaction score
49
:D thx, after that it still didnt work...but then i went to get something to drink....and it hit me..... i use tempinteger on some of the initial things..like a multiboards and other random stuff....so.... it may be "contaminated" so i just added set tempinteger = 0 before it all and it worked perfectly :D

thx guys :]
ug sry pharoah i have to wait another 24 hours before i can give you rep :/

...

Trigger:
  • Untitled Trigger 001 Copy
    • Events
      • Unit - A unit Acquires an item
    • Conditions
    • Actions
      • Set tempinteger = 0
      • For each (Integer A) from 1 to 6, do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Item-class of (Item carried by (Triggering unit) in slot (Integer A))) Equal to Powerup
            • Then - Actions
              • Set tempinteger = (tempinteger + 1)
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • If - Conditions
                  • tempinteger Greater than 1
                • Then - Actions
                  • Set tempinteger = 0
                  • Hero - Drop (Item being manipulated) from (Triggering unit)
                  • Game - Display to (All players matching ((Matching player) Equal to (Owner of (Triggering unit)))) the text: nope
                • Else - Actions
            • Else - Actions
...
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    Happy Sunday!
    +1
  • The Helper The Helper:
    I will be out of town until Sunday evening
    +1
  • The Helper The Helper:
    I am back! Did you miss me LOL
    +1
  • jonas jonas:
    where did you go?
  • The Helper The Helper:
    Jefferson TX on a Paranormal Investigation of a haunted bed and breakfast - I got some friends that are paranormal investigators and they have an RV and do YouTubes
    +1
  • The Helper The Helper:
    It was a lot of fun. The RV was bad ass
  • jonas jonas:
    That sounds like fun!
    +1
  • The Helper The Helper:
    it was a blast!
  • The Helper The Helper:
    I am going to post the Youtube of the investigation in the forums when it is ready
    +1
  • jonas jonas:
    cool!
  • vypur85 vypur85:
    Sounds cool TH.
  • tom_mai78101 tom_mai78101:
    I was on a Legend of Zelda marathon...
  • tom_mai78101 tom_mai78101:
    Am still doing it now
    +1
  • jonas jonas:
    which one(s) are you playing?
  • jonas jonas:
    I played a little bit of the switch title two weeks ago and found it quite boring
  • The Helper The Helper:
    just got back from San Antonio this weekend had the best Buffalo Chicken Cheesesteak sandwhich in Universal City, TX - place was called Yous Guys freaking awesome! Hope everyone had a fantastic weekend!
    +1
  • The Helper The Helper:
    Happy Tuesday!
  • The Helper The Helper:
    We have been getting crazy numbers reported by the forum of people online the bots are going crazy on us I think it is AI training bots going at it at least that is what it looks like to me.
  • The Helper The Helper:
    Most legit traffic is tracked on multiple Analytics and we have Cloud Flare setup to block a ton of stuff but still there is large amount of bots that seem to escape detection and show up in the user list of the forum. I have been watching this bullshit for a year and still cannot figure it out it is drving me crazy lol.
    +1
  • Ghan Ghan:
    Beep boop
    +1
  • The Helper The Helper:
    hears robot sounds while 250 bots are on the forum lol
  • The Helper The Helper:
    Happy Saturday!
    +1
  • The Helper The Helper:
    and then it was Thursday...
    +2

    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