What is going on...

Kosire

New Member
Reaction score
0
Trigger:
  • M16A4 Red
    • Events
      • Unit - A unit Sells an item (from shop)
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • assaultRifles[1] Equal to True
          • killsRed Greater than or equal to 3
          • (Owner of (Buying unit)) Equal to Player 1 (Red)
          • (Item-type of (Sold Item)) Equal to M16A4
        • Then - Actions
          • Unit - Add M16A4 to (Buying unit)
          • Item - Remove (Sold Item)
          • Unit - Move (Buying unit) instantly to (Random point in Perk 1 Region <gen>)
          • Camera - Pan camera for (Owner of (Buying unit)) to (Center of Perk 1 Region <gen>) over 0.45 seconds
        • Else - Actions
          • Item - Remove (Sold Item)


This works fine
But...

Trigger:
  • Red AR
    • Events
      • Unit - A unit Sells an item (from shop)
    • Conditions
      • (Item-type of (Sold Item)) Equal to M4A1
    • Actions
      • Game - Display to (All players) for 5.00 seconds the text: Boolean = True Comp...
      • Set assaultRifles[1] = True
      • Set lightMachineGuns[1] = False
      • Set sniperRifles[1] = False
      • Set subMachineGuns[1] = False


This doesn't trigger at all. The text display is just so I know if the actions trigger or not. and when I blatantly walk up and buy the "M4A1" item. this does not trigger.

I also tried changing just the 2nd trigger to "Unit aquires item" and "Item being Manipulated"
still nothing
 

Kosire

New Member
Reaction score
0
Nope. Didn't work
Item being Manipulated is for Acquired/Loses/Uses Item, being Sold it specifically for sells.

I just don't get why its blatantly not working. Its a simple Event-Condition-Action.
 

hunterrravyn

TH.net Regular
Reaction score
19
Well, yer its a rather strange occurence...

Mabye, you could re-code it in a different "Trigger". That may help, my editor has had strange problems and that fixed some triggers.
 

Kosire

New Member
Reaction score
0
I tried just making a new trigger from scratch in a different category that had simple
Unit sells item
Item-type = item
Action.
Didn't work.

But i even just realized that this works...
Trigger:
  • M4A1 Trigger
    • Events
      • Unit - A unit Sells an item (from shop)
    • Conditions
      • (Item-type of (Sold Item)) Equal to M4A1
    • Actions
      • Unit - Add M4A1 to (Buying unit)
      • Item - Remove (Sold Item)
      • Unit - Move (Buying unit) instantly to (Random point in Perk 1 Region <gen>)
      • Camera - Pan camera for (Owner of (Buying unit)) to (Center of Perk 1 Region <gen>) over 0.45 seconds


That's working... and even if I disable that trigger. my trigger that sets the boolean variables will not work.
 

canons200

New Member
Reaction score
50
funny, are you telling that the trigger posted as post 1 (Red AR) is not working? even the game display message is not showing?

i think the only possible is that you put the wrong item for the seller.
 

Kosire

New Member
Reaction score
0
funny, are you telling that the trigger posted as post 1 (Red AR) is not working? even the game display message is not showing?

i think the only possible is that you put the wrong item for the seller.

I took the triggers from my triggers in WE.
Red Ar's Actions are not triggering, because the message does not display. I tried making a trigger from scratch in a different trigger category using the same Event/Condition Red AR is using. and it would not trigger either. The M4A1 Trigger i posted does work.. and it also has the EXACT same event/condition. I'm confused.
 

canons200

New Member
Reaction score
50
I took the triggers from my triggers in WE.
Red Ar's Actions are not triggering, because the message does not display. I tried making a trigger from scratch in a different trigger category using the same Event/Condition Red AR is using. and it would not trigger either. The M4A1 Trigger i posted does work.. and it also has the EXACT same event/condition. I'm confused.

ok, now, try delete the old Red AR, make new Red AR(no copy and paste), see the different
 

canons200

New Member
Reaction score
50
Yep, didn't work. Im using jassnewgen, some problem there?

then, do your seller have the ability shop purchase item and shop sharing?
EDIT
wait, are your "all player" destroyed?????

try to use other trigger to check your all player are destroyed or not. like run at event 3 seconds, game display to all player welcome to the game.
 

Kosire

New Member
Reaction score
0
then, do your seller have the ability shop purchase item and shop sharing?
EDIT
wait, are your "all player" destroyed?????

try to use other trigger to check your all player are destroyed or not. like run at event 3 seconds, game display to all player welcome to the game.

I even took out the message and just put Victory. so when it does work ill know because red will win. and it still wont trigger.
 

Anteo

Active Member
Reaction score
3
As canons200 said, maybe you did this at some point :
Trigger:
  • Player Group - Remove all players from (All players)

and destroyed AllPlayers. Or maybe you did this :
Trigger:
  • Player Group - Remove Player 1 (Red) from (All players)

Chek if any of these is in your map script

--------------------
You can allways use this to show a Msg to all players
Trigger:
  • Custom script: call BJDebugMsg("Welcome")
 

canons200

New Member
Reaction score
50
i strongly believe your "All player" is destroyed, at such, you can't use "All player" anymore.

notice if you do something like this, it will also destroy all player
Trigger:
  • Set PG_AllPlayer = (All players)
    • Another the action~~~~
    • Custom script: call DestroyForce (udg_PG_AllPlayer)

that is, your "All player" is destoryed, i try that before so i know it

for now, you just need to know whether your "All player" is destroy or not. just add a trigger, add event every 3 second of time, game display to all player "welcome"

that is, if work, your all player don't have problem, some other problem cause it.
if NO work..............byebye to your map
 
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

      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