Transforming Knights into footmen on death

Aserpent

New Member
Reaction score
2
Just a quick question, hopefully simple, I'm making a TD and I'm thinking it'd be nice if a knight were to die, they would 'respawn' or continue on their path as a footman.
 

GFreak45

I didnt slap you, i high 5'd your face.
Reaction score
130
you could use the hydra ability that spawns 2 baby hydra when the mother dies, just change it to the footman and changing it to just 1
 

GFreak45

I didnt slap you, i high 5'd your face.
Reaction score
130
event a unit enters playable map area
condition unit type of triggering unit is footman equal to true
action tell footman to move to end of ur maze

so short wasnt even gonna
Trigger:
  • it
 

Aserpent

New Member
Reaction score
2
event a unit enters playable map area
condition unit type of triggering unit is footman equal to true
action tell footman to move to end of ur maze

so short wasnt even gonna
Trigger:
  • it
Trigger:
  • Yes, but I am doing it in the format <a href="http://this" target="_blank" class="link link--external" rel="nofollow ugc noopener">http://www.thehelper.net/forums/showthread.php/45616-Guide-Tower-Defense</a> says.
    • Meaning I&#039;d have to figure out at what point the path the footman is up to, but I&#039;d prefer not to use 30000 regions
 

inevit4ble

Well-Known Member
Reaction score
38
Your link is broken but you could try something like this. This will send the footman to the closest region but 1 problem is if the region behind the unit is the closest region then it will send it to that one.
You will need to:
Create Trigger - Event Map Initialization -> Set RegionsArray[1] = Region 1, Set RegionsArray[2] = Region 2, etc
RegionsArray[] is a Region array
MyPoint is a point variable
UnitPosition is a Point variable
TempReal is a real
SaveReal is a real
ClosestRegion is a Integer
call RemoveLocation(udg_<PointVariableName>) is to destroy leaks in memory to ensure smooth gaming

And the loop (For each Integer A...) needs to run from 1 to the last number of RegionsArray[]
So is you have saved 43 regions into the array then it needs to run from 1 to 43 ( provided that you didn't use the first open slot of the array "[0]" )

Trigger:
  • Untitled Trigger 001
    • Events
      • Unit - A unit enters (Playable map area)
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to Footman
    • Actions
      • Set SaveReal = 1000000000.00
      • For each (Integer A) from 1 to 10, do (Actions)
        • Loop - Actions
          • Set MyPoint = (Center of RegionsArray[(Integer A)])
          • Set UnitPosition = (Position of (Triggering unit))
          • Set TempReal = (Distance between MyPoint and UnitPosition)
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • TempReal Less than or equal to SaveReal
            • Then - Actions
              • Set ClosestRegion = (Integer A)
              • Set SaveReal = TempReal
            • Else - Actions
          • Custom script: call RemoveLocation(udg_MyPoint)
          • Custom script: call RemoveLocation(udg_UnitPosition)
      • Set MyPoint = (Center of RegionsArray[ClosestRegion])
      • Unit - Order (Triggering unit) to Move To MyPoint
      • Custom script: call RemoveLocation(udg_MyPoint)
 

NotInTheFace

Member
Reaction score
17
If you instead use the event "A unit spawns a summoned unit" you can get both the dying knight (summoning unit) and the new footman (summoned unit) and transfer whatever info you need from one to the other. For example, you could set the knight's custom value to a number that represents its destination region, then when the footman is summoned, you copy that value and order him to the right region.
 

Aserpent

New Member
Reaction score
2
If you instead use the event "A unit spawns a summoned unit" you can get both the dying knight (summoning unit) and the new footman (summoned unit) and transfer whatever info you need from one to the other. For example, you could set the knight's custom value to a number that represents its destination region, then when the footman is summoned, you copy that value and order him to the right region.
I will try this, if it fails, I will try inevitable's way.
 

GFreak45

I didnt slap you, i high 5'd your face.
Reaction score
130
well how do you determine what point the footman is going to? its a variable correct? try this

Trigger:
  • Knight dies
    • Events
      • Unit - A unit Dies
    • Conditions
      • Unit Type - Unit type of dying unit equal to Knight
    • Actions
      • Set Loc_Temp[1] = position of Dying unit
      • Set Loc_Temp[2] = Target_Point[however you access dying unit] (this can be a hashtable load)
      • Set Angle_Temp = Facing angle of Dying unit
      • Custom Script: Call removelocation(UDG_Target_Point[same as top]) or you can use clear child hashtable of the knight if thats what they use
      • Unit - Create 1 Footman for owner of dying unit at Loc_Temp[1] facing Angle_Temp degrees
      • Unit - Order last created unit to move to Loc_Temp[2]
      • Custom Script: Call removelocation(UDG_Loc_Temp[1])
      • Custom Script: Call removelocation(UDG_Loc_Temp[2])


The only problem i see with inevitables method is that they may go to a region behind them, halfway across the distance between points
i did think about that method though
 

GFreak45

I didnt slap you, i high 5'd your face.
Reaction score
130
do this, i read the triggers for it....

Trigger:
  • Footman Spawn
    • Events
      • Unit - A unit is summoned
    • Conditions
      • Unit - Unit type of summoned unit is a footman
    • Actions
      • Unit - Set custom value of summoned unit to custom value of summoning unit - 1
      • Trigger - Run (your movement trigger i dont know the name of it but the one from the tutorial) &lt;gen&gt;
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    Actually I was just playing with having some kind of mention of the food forum and recipes on the main page to test and see if it would engage some of those people to post something. It is just weird to get so much traffic and no engagement
  • The Helper The Helper:
    So what it really is me trying to implement some kind of better site navigation not change the whole theme of the site
  • Varine Varine:
    How can you tell the difference between real traffic and indexing or AI generation bots?
  • The Helper The Helper:
    The bots will show up as users online in the forum software but they do not show up in my stats tracking. I am sure there are bots in the stats but the way alot of the bots treat the site do not show up on the stats
  • Varine Varine:
    I want to build a filtration system for my 3d printer, and that shit is so much more complicated than I thought it would be
  • Varine Varine:
    Apparently ABS emits styrene particulates which can be like .2 micrometers, which idk if the VOC detectors I have can even catch that
  • Varine Varine:
    Anyway I need to get some of those sensors and two air pressure sensors installed before an after the filters, which I need to figure out how to calculate the necessary pressure for and I have yet to find anything that tells me how to actually do that, just the cfm ratings
  • Varine Varine:
    And then I have to set up an arduino board to read those sensors, which I also don't know very much about but I have a whole bunch of crash course things for that
  • Varine Varine:
    These sensors are also a lot more than I thought they would be. Like 5 to 10 each, idk why but I assumed they would be like 2 dollars
  • Varine Varine:
    Another issue I'm learning is that a lot of the air quality sensors don't work at very high ambient temperatures. I'm planning on heating this enclosure to like 60C or so, and that's the upper limit of their functionality
  • Varine Varine:
    Although I don't know if I need to actually actively heat it or just let the plate and hotend bring the ambient temp to whatever it will, but even then I need to figure out an exfiltration for hot air. I think I kind of know what to do but it's still fucking confusing
  • The Helper The Helper:
    Maybe you could find some of that information from AC tech - like how they detect freon and such
  • Varine Varine:
    That's mostly what I've been looking at
  • Varine Varine:
    I don't think I'm dealing with quite the same pressures though, at the very least its a significantly smaller system. For the time being I'm just going to put together a quick scrubby box though and hope it works good enough to not make my house toxic
  • Varine Varine:
    I mean I don't use this enough to pose any significant danger I don't think, but I would still rather not be throwing styrene all over the air
  • The Helper The Helper:
    New dessert added to recipes Southern Pecan Praline Cake https://www.thehelper.net/threads/recipe-southern-pecan-praline-cake.193555/
  • The Helper The Helper:
    Another bot invasion 493 members online most of them bots that do not show up on stats
  • Varine Varine:
    I'm looking at a solid 378 guests, but 3 members. Of which two are me and VSNES. The third is unlisted, which makes me think its a ghost.
    +1
  • The Helper The Helper:
    Some members choose invisibility mode
    +1
  • The Helper The Helper:
    I bitch about Xenforo sometimes but it really is full featured you just have to really know what you are doing to get the most out of it.
  • The Helper The Helper:
    It is just not easy to fix styles and customize but it definitely can be done
  • The Helper The Helper:
    I do know this - xenforo dropped the ball by not keeping the vbulletin reputation comments as a feature. The loss of the Reputation comments data when we switched to Xenforo really was the death knell for the site when it came to all the users that left. I know I missed it so much and I got way less interested in the site when that feature was gone and I run the site.
  • Blackveiled Blackveiled:
    People love rep, lol

      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