Trigger Problem

San-D

New Member
Reaction score
15
Code:
Untitled Trigger 001
    Events
        Time - Every 1.00 seconds of game time
    Conditions
    Actions
        Set p[2] = (Random point in region[1])
        Unit - Create 1 Dummy for Player 1 (Red) at p[2] facing Default building facing degrees
        Unit Group - Pick every unit in (Units in region[1]) and do (Actions)
            Loop - Actions
                Unit - Order (Last created unit) to Orc Far Seer - Chain Lightning (Picked unit)
        Unit - Add a 1.00 second Generic expiration timer to (Last created unit)

Variables:
p[array] - point
region[array] - region

The basic idea of this thing is to create a lightning bolt every second from a random point. The region is 300,300. But the problem is, it only orders the first 2,3 dummies to cast the ligghtning bolt, after that they just come and go. I modified the casting range of the lightning to 99999 and it still doesnt work!

[Edit] My practice area is only enemies, so there shouldnt be a problem for picking allied units
 

Exide

I am amazingly focused right now!
Reaction score
448
Try instead to use a pre-placed dummy unit (somewhere on the map, where it can be seen. If it's a large map, then place it somewhere in the middle.), and order it to cast the spell on a random unit every once in a while.
Also, add this, infront of your 'Unit Group' function:

Code:
Custom script:   set bj_wantDestroyGroup=true
 

San-D

New Member
Reaction score
15
Yeah, thanks for the leak help, but ur suggestion is not what I wanted, The Idea of this spell is to crate a sort of a "DOME of DOOM" where the roof shoots lightning, and it kills every enemy inside. I made my dome, and the tricky part is the roof thing, i want to create dummies in random points that shoot lightning at enemies from INSIDE the dome!
 

Exide

I am amazingly focused right now!
Reaction score
448
Try this, then:

Code:
Untitled Trigger 001
    Events
        Time - Every 2.00 seconds of game time
    Conditions
    Actions
        Set loc = (Random point in (Playable map area))
        Custom script:   set bj_wantDestroyGroup=true
        Unit Group - Pick every unit in (Units within 512.00 of loc matching ((Unit-type of (Matching unit)) Not equal to Footman)) and do (Actions)
            Loop - Actions
                Unit - Create 1 Footman for Player 1 (Red) at loc facing 270.00 degrees
                Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
                Unit - Order (Last created unit) to Orc Far Seer - Chain Lightning (Picked unit)
        Custom script:   call RemoveLocation(udg_loc)

Change Footman into your Dummy Unit.
-Also make sure that the chain lightning spell you have has a very short cooldown, and costs very little (or no) mana, and that the dummy unit actually has the spell in his abilities. -Else add it via trigger.
 

Kenoriga

Ultra Cool Member
Reaction score
34
If you notice, you have only 1 dummy doing the job. It is not able to cast the spells on every picked unit simultaneously. :)
 

San-D

New Member
Reaction score
15
About the suggested trigger. Its supposed to create dummies in random locations, casting lightning on random targets within a region. Yuor suggestion issues order on a random dummy, but on all the targets (which is imposible)
 

San-D

New Member
Reaction score
15
I just thought of a different way. Instead of creating and destroying dummies - I just need one which to move instantly to a random point, set cooldown to 0.01 and order it to strike a random opponent! :p
Code:
Untitled Trigger 001
    Events
        Time - Every 1.00 seconds of game time
    Conditions
    Actions
        Set loc = (Random point in Region 000 <gen>)
        Custom script:   set bj_wantDestroyGroup=true
        Unit - Move Wisp 0017 <gen> instantly to loc
        Unit Group - Pick every unit in (Random 1 units from (Units in Region 000 <gen> matching (((Owner of (Matching unit)) is an enemy of Player 1 (Red)) Equal to True))) and do (Actions)
            Loop - Actions
                Floating Text - Create floating text that reads ||||||||||||| above (Picked unit) with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
                Unit - Order Wisp 0017 <gen> to Orc Far Seer - Chain Lightning (Picked unit)

1 The floating text is to see if it realy can pick such a unit... and it cant.

The line:
Code:
Unit Group - Pick every unit in (Random 1 units from (Units in Region 000 <gen> matching (((Owner of (Matching unit)) is an enemy of Player 1 (Red)) Equal to True))) and do (Actions)
is the problem

It cant pick such a unit!
 

San-D

New Member
Reaction score
15
Oh yeah! Does anyone know a spell that fits all these conditions:
1. Channeling spell
2. It's a spell where u choose a point and it works in AoE around that point
3. Removeable animation

Basicly I want a spell like Flame Strike or Volcano or Monsoon.

I tried Flame strike - i got rid of the flame pillars, the black thingies on the ground, but there are small smudges of fire on the ground

Monsoon - Can even get rid of anything - not the lightning bolts, nor the rain.

Volacno - too troublesome
 

ManyTimes

I'm so lonesome I could cry...
Reaction score
293
1. Channeling spell
2. It's a spell where u choose a point and it works in AoE around that point
3. Removeable animation

Blizzard, Rain of Fire ...
 

ManyTimes

I'm so lonesome I could cry...
Reaction score
293
>>Both Blizzard and Rain of Fire are target image, not target point
QTF, what?

Target image is Berserk, Roar, Taunt...
Edit: Haha, knew it!
1-0!
And I do not need your definition of what Berserk, Roar and Taunt are...
 

Zakyath

Member
Reaction score
238
Berserk, Roar, Taunt is Instant cast, they're "no target"-spells.

Just figured he might want the circle anyway, since the spells he told us about had circles, my bad :p
 

San-D

New Member
Reaction score
15
Blizzard is good!

As for my "Circles" - The spell Im using this for is called Eldrich Storm (Those who play Dawno Of War know exactly what I mean)
The spell crates a Dome in an 450 area around a target point and stars frying enemies inside. The circle is to show the player where is the dome border, channeling is for the caster to not move, animation is for that that I dont need any of WC's animations
 
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