Spell help needed

Aqkastik

New Member
Reaction score
0
Trigger:
  • Death coil Heal
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Mojo Blast (Spear Hunter)
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • ((Target unit of ability being cast) belongs to an ally of (Triggering player)) Equal to True
        • Then - Actions
          • Unit - Set life of (Target unit of ability being cast) to ((Life of (Target unit of ability being cast)) + ((Real((Level of Mojo Blast (Spear Hunter) for (Triggering unit)))) x 50.00))
          • Special Effect - Create a special effect at (Target point of ability being cast) using Abilities\Spells\Orc\Disenchant\DisenchantSpecialArt.mdl
          • Special Effect - Destroy (Last created special effect)
        • Else - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • ((Target unit of ability being cast) belongs to an ally of (Triggering player)) Equal to False
            • Then - Actions
              • Unit - Set life of (Target unit of ability being cast) to ((Life of (Target unit of ability being cast)) + ((Real((Level of Mojo Blast (Spear Hunter) for (Triggering unit)))) + 25.00))
              • Special Effect - Create a special effect at (Target point of ability being cast) using Abilities\Spells\Orc\EtherealForm\SpiritWalkerChange.mdl
              • Special Effect - Destroy (Last created special effect)
            • Else - Actions


This trigger is somehow not working, when i try use the spell the little box with attack, skills and etc. gets all blank and my hero just keep channel it in eternity - what could be the problem?
 

Psiblade94122

In need of sleep
Reaction score
138
you want owner of triggering unit, not triggering player

triggering player reffers to events like Player types chat msg, or player pushes a key
 

Laiev

Hey Listen!!
Reaction score
188
and you don't need the other 'if' inside the 'then', just leave the actions, cause in warcraft you got 2 forces.... OR ally OR enemy, nothing more...
 

CuteCumber

Member
Reaction score
4
Change Triggering player to Owner of Triggering Unit.Your Point Variables leaks too. Put this in your trigger.
Set TempLoc= Target point of ability being cast (At the beginning of your action)
custom script: call RemoveLocation(udg_TempLoc) (At the end of action)
 

Sgqvur

FullOfUltimateTruthsAndEt ernalPrinciples, i.e shi
Reaction score
62
If you are basing your ability over channel here is a good tutorial about it. ^
 

Aqkastik

New Member
Reaction score
0
IS this how to do?
Trigger:
  • Death coil Heal
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Mojo Blast (Spear Hunter)
    • Actions
      • Set TempLoc = (Target point of ability being cast)
      • Custom script: call RemoveLocation(udg_TempLoc)
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • ((Target unit of ability being cast) belongs to an ally of (Owner of (Triggering unit))) Equal to True
        • Then - Actions
          • Unit - Set life of (Target unit of ability being cast) to ((Life of (Target unit of ability being cast)) + ((Real((Level of Mojo Blast (Spear Hunter) for (Triggering unit)))) x 50.00))
          • Special Effect - Create a special effect at (Target point of ability being cast) using Abilities\Spells\Orc\Disenchant\DisenchantSpecialArt.mdl
          • Special Effect - Destroy (Last created special effect)
        • Else - Actions
          • Unit - Set life of (Target unit of ability being cast) to ((Life of (Target unit of ability being cast)) - ((Real((Level of Mojo Blast (Spear Hunter) for (Triggering unit)))) + 25.00))
          • Special Effect - Create a special effect at (Target point of ability being cast) using Abilities\Spells\Orc\EtherealForm\SpiritWalkerChange.mdl
          • Special Effect - Destroy (Last created special effect)


EDIT: Well my spell is based upon channel and is set like this

0.98 art duration

disable other abilities - false

follow through - 0.00

options visible

target type - unit target

and rest is just normal like cooldown, mana cost etc.
 

Psiblade94122

In need of sleep
Reaction score
138
you remove the point at the end of the trigger, not right after setting it
Right now your specal effect should be appearing at the middle of the map (0,0)
 

Aqkastik

New Member
Reaction score
0
sorry still a noob to this (;

Trigger:
  • Death coil Heal
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Mojo Blast (Spear Hunter)
    • Actions
      • Set TempLoc = (Target point of ability being cast)
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • ((Target unit of ability being cast) belongs to an ally of (Owner of (Triggering unit))) Equal to True
        • Then - Actions
          • Unit - Set life of (Target unit of ability being cast) to ((Life of (Target unit of ability being cast)) + ((Real((Level of Mojo Blast (Spear Hunter) for (Triggering unit)))) x 50.00))
          • Special Effect - Create a special effect at (Target point of ability being cast) using Abilities\Spells\Orc\Disenchant\DisenchantSpecialArt.mdl
          • Special Effect - Destroy (Last created special effect)
        • Else - Actions
          • Unit - Set life of (Target unit of ability being cast) to ((Life of (Target unit of ability being cast)) - ((Real((Level of Mojo Blast (Spear Hunter) for (Triggering unit)))) + 25.00))
          • Special Effect - Create a special effect at (Target point of ability being cast) using Abilities\Spells\Orc\EtherealForm\SpiritWalkerChange.mdl
          • Special Effect - Destroy (Last created special effect)
      • Custom script: call RemoveLocation(udg_TempLoc)


like this?
 

Aqkastik

New Member
Reaction score
0
okay everything works expect my special effects? should i make it wait like 1-2 sec before destroy effect?

Edit: By the way i want my mojo blast to have a secondary skill but doesnt seem to work
Trigger:
  • Mojo Blast secondary skills
    • Events
      • Unit - A unit Learns a skill
    • Conditions
      • ((Triggering unit) is A Hero) Equal to True
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Learned Hero Skill) Equal to Mojo Blast (Spear Hunter)
        • Then - Actions
          • Hero - Modify Agility of (Learning Hero): Add ((Number of units in (Units within 300.00 of (Position of (Triggering unit)))) x 1)
        • Else - Actions


anyone see any fault?
 

Psiblade94122

In need of sleep
Reaction score
138
yea... some specal effects are like that (i usually dont use them to advoid it, alternitively you can use a dummy unit that uses the specal effect model as its model and give it a expiration timer)

theres no point in the condition as learned skill is a hero only event

uhh, unless there are no units within 300 of the learning hero, i dont see why it woudent work... altho adding stats by variable when learning a skill poses some questions that i dont want to ask (as i am here to help, not critique your map).

Aside from leaks your good (i suggest you look though the tuts for information of leaks)
 

Aqkastik

New Member
Reaction score
0
if i could ask for one last thing - i would like to make my spell do so that it gets activated by "mojo drain" so its faded until i use the drain and then it becomes Active - Atm i use
Trigger:
  • Spear Hunter active spell
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • ((Casting unit) is A Hero) Equal to True
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Ability being cast) Equal to Drain Mojo ( Spear Hunter )
        • Then - Actions
          • Player - Enable Mojo Blast (Spear Hunter) for Player 1 (Red)
        • Else - Actions


and

Trigger:
  • Spear Hunter Fade spell
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • ((Triggering unit) is A Hero) Equal to True
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Ability being cast) Equal to Mojo Blast (Spear Hunter)
        • Then - Actions
          • Player - Disable Mojo Blast (Spear Hunter) for Player 1 (Red)
        • Else - Actions


but when disabled it completely disappear and i cant train the next rank unless the spell is active - could anyone help me?
 

Psiblade94122

In need of sleep
Reaction score
138
make the spell you learn a dummy ability (attribute bonus with its icon hidden with no attributes)

Then from there when you enable and disable the abilities, have 1 that is your actual cast ability (make the level the same as the learned dummy) and one thats your passive (you cannot cast it)

Disabled version will be your passive
Active version will be your active

With this you should be able to see the ending
Shit ive been reading too much the world that god knows >_<
 

Aqkastik

New Member
Reaction score
0
ehm could i actually be so rude to ask you to do it for me or explain even more? im pretty helpless with the dummy part - not sure how to do that and such.

dont worry about the tooltips the two spells you need is the icons of etheral spirit walker - Mojo blast and aerial shackles - mojo drain, if you would do it for me

EDIT: could someone explain me more how to do the dummy part?
 

Attachments

  • Bubbleship Arena xD.w3x
    669.4 KB · Views: 150
General chit-chat
Help Users
  • No one is chatting at the moment.
  • 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