Center of Map Issue

Pigger

New Member
Reaction score
13
These triggers, which are extremely simple and easy to follow, have nothing to do with the center of the map. Yet when they run, the lightning effect is first created at the center of the map and then placed where it is supposed to go.

Code:
Lightning
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Ability being cast) Equal to Grapple 
    Actions
        Lightning - Create a Drain lightning effect from source (Position of Caster1) to target (Position of Caster1)
        Wait until (((Playable map area) contains GrappleHook) Equal to True), checking every 0.10 seconds
        Trigger - Turn on MoveIt <gen>
Code:
MoveIt
    Events
        Time - Every 0.03 seconds of game time
    Conditions
    Actions
        Set CasterPos2 = (Position of Caster1)
        Set GrappleHookLoc = (Position of GrappleHook)
        Lightning - Move (Last created lightning effect) to source CasterPos2 and target GrappleHookLoc

Variable:
Caster1 - Casting unit of the spell, variable is set to that in a different trigger (no need to post it)
GrappleHook - A dummy unit created in another trigger, created at the position of Caster1 (Has nothing to do with this [I think])
CasterPos2 & GrappleHookLoc - Stated in the second trigger.
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
You could try setting a point variable to the position of Caster1, then creating the lightning at the variable.
 

Azylaminaz

Vox Populi
Reaction score
91
The only reason it is being created at the middle is because it doesm't have a defined location, meaning the variable hasn't been set yet.

Can you please post the trigger the defines the variable?
 

Pigger

New Member
Reaction score
13
You could try setting a point variable to the position of Caster1, then creating the lightning at the variable.

Just tried it and it still creates the lightning at the center of the map, linked to the position of caster1.
 

Pigger

New Member
Reaction score
13
The only reason it is being created at the middle is because it doesm't have a defined location, meaning the variable hasn't been set yet.

Can you please post the trigger the defines the variable?

Code:
Grapple Init
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Ability being cast) Equal to Grapple 
    Actions
        Set PointVarCaster1 = (Position of Caster1)
        Set GrappleSnagged = False
        Set Caster1 = (Casting unit)
        Set CasterPosition = (Position of Caster1)
        Set TargetPoint = (Target point of ability being cast)
        Set Distance = (Distance between CasterPosition and TargetPoint)
        Set Angle = (Angle from CasterPosition to TargetPoint)
        Set N = 0.00
        Selection - Clear selection for (Owner of Caster1)
        Wait 0.01 seconds
        Selection - Select Caster1 for (Owner of Caster1)
        Unit - Pause Caster1
        Animation - Play Caster1's attack animation
        Unit - Turn collision for Caster1 Off
        Trigger - Turn on GrappleHook <gen>

It sets multiple other variables for a few other triggers, but the ones needed for the first two are there.
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
Code:
Set PointVarCaster1 = (Position of Caster1)
Set GrappleSnagged = False
Set Caster1 = (Casting unit)

This could cause a problem. You set the point variable, then change the unit itself. That might clear the point, causing it to revert to the center of the map.
 

Azylaminaz

Vox Populi
Reaction score
91
The variable is defined after the effect is created, you could either define it first, or add a .03 wait or so before creating the lightning effect.
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
> The variable is defined after the position is defined.

That's true. Since the two triggers fire at the same time, the one can't use the references of the other.
 

Pigger

New Member
Reaction score
13
The variable is defined after the effect is created, you could either define it first, or add a .03 wait or so before creating the lightning effect.

I put a .03 wait before the creation, and for the first time casting the spell the lightning wasn't created from center to caster, but every time after that it would end up doing the same thing AND leaving the lightning effect there.

This could cause a problem. You set the point variable, then change the unit itself. That might clear the point, causing it to revert to the center of the map.

Switched them around, thanks.

EDIT: Ok, I've managed to make it so that lightning doesn't spawn from center of map to caster when the spell is being cast, but now there is still a problem. After casting the spell and all is fine and dandy, once the triggers are all done, a lightning effect (same one) is then created from the center of the map and connects to the caster, always following him around. I am somewhat assuming that the lightning then gets created at the center because the GrappleHook and GrappleHookLoc are removed, and therefor it just reverts to the center of the map, how to fix that I have no clue :S
 
General chit-chat
Help Users
  • 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

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top