Reflect (mana flare)

CBBPhoenix

New Member
Reaction score
1
Hi guys

I am making an ability which is based on faerie dragon's mana flare ability. I called it Reflact and it used to work in the usal mana flare way. Problem was that it dealt AoE damage no matter what so I dumped that idea and made it GUI trigger based. This is my trigger and it does not work at all even thoug I think it makes sense T_T anyone pro has some suggestions why it does not damage the caster even if I set the damage to a constant value?

Trigger:
  • Unit - A unit Starts the effect of an ability
    • (Distance between (Position of (Casting unit)) and (Position of (Random unit from (Units in (Playable map area) matching (((Matching unit) has buff Reflect ) Equal to True))))) Less than or equal to 950.00
    • Set casterhero = (Casting unit)
    • Set reflecterhero = (Matching unit)
    • Unit - Cause reflecterhero to damage casterhero, dealing (300.00 - (4.00 x (Real((Intelligence of casterhero (Include bonuses)))))) damage of attack type Spells and damage type Normal
The variables are Unit variables

Thanks in advance
 

azareus

And you know it.
Reaction score
63
Your caster is not a hero?
Your caster is immune to spells?
Matching unit only work inside the -units matching condition?
 

Bird

Ultra Cool Member
Reaction score
29
Can you post your trigger a little cleaner? Show what is an event, a conditional, and actions?

Based on what you posted, it would appear as you are not setting "reflecterhero" to anything, even though you think you are.
 

avalya

New Member
Reaction score
37
Use
AND: Distance Between temp_point (or name it something special for this trigger and make this the point where the ward stands) and Position of Triggering Unit (that is the one casting the spell) is less than or equal to 950.
AND: Triggering Unit has buff (Reflect)

The variable for the hero should already be set (when the hero casts the spell, same trigger as you make a variable for the target point) and then deal the damage (300 + 4x Intelligence (include bonuses) of caster_hero to Triggering Unit of damage type Spells and attack type Magic).
 

jomik

New Member
Reaction score
17
btw, why don't set casterhero before? :O
Trigger:
  • Reflect
    • Events
    • Conditions
    • Actions
      • Set casterHero = (Casting unit)
      • Set tmp_p = (Position of casterHero)
      • Unit Group - Pick every unit in (Units within 950.00 of tmp_p matching (((Matching unit) has buff Reflect) Equal to True)) and do (Actions)
        • Loop - Actions
          • Set reflectorHero = (Picked unit)
      • Custom script: call RemoveLocation(tmp_p)


Try this :D
EDIT: Found an error, missed the condition when picking the unit, should work now :)
 

avalya

New Member
Reaction score
37
By the way, I took it as the Mana Flare ward in DotA, I suppose this is a hero channeling or having this instead? Then you can make everything in the same trigger, you can use everything I posted but everything about the ward should be the hero instead.
 

CBBPhoenix

New Member
Reaction score
1
Problem solved (I guess)

Thanks for your replies guys. :) I am now using this trigger
Trigger:
  • Unit - A unit Starts the effect of an ability
    • Unit Group - Pick every unit in (Units within 950.00 of (Position of (Casting unit)) matching (((Matching unit) has buff Reflect ) Equal to True)) and do (Unit - Cause (Picked unit) to damage (Casting unit), dealing (300.00 - (4.00 x (Real((Intelligence of (Casting unit) (Include bonuses)))))) damage of attack type Spells and damage type Normal)
I assume that when a non-hero unit is damaged by reflect it takes 300 spell damage as it's intelligence value would return 0 in the function? Just a question: do I have have to define variables for the casting unit to ensure that it is a new unit each time someone else casts a spell (for instance right after another enemy has cast one)? I have chekced the trigger and WC3 and it seems as every time a new spellcaster casts a spell, it will take damage so it does not seem necessary to use varibles as far as I can observe.
 

avalya

New Member
Reaction score
37
Actually that trigger would damage ALL units within a 950 area since you're not actually picking the target itself, but all the units in that area.

Use this:
Action: A Unit Starts the Effect of an Ability
Condition: AND: Triggering unit has buff Reflect equal to True [this will work since the target must be within a 950 area to have the buff, if the area of the aura is 950]
AND: Triggering unit belongs to an enemy of Owner of Reflect_Caster [use this as a variable that you set when the hero LEARNS the spell Reflect, so you have this already from another trigger]
Action: Cause Reflect_Caster to damage Triggering unit Dealing 300 + 4 x Intelligence of Triggering unit (Include bonuses) [this will deal the damage and 4 times the intelligence of the TRIGGERING UNIT, use Reflect_Caster here if you want it to be the caster's intelligence as damage]
 

avalya

New Member
Reaction score
37
Why would he pick random units when the unit that is casting the spell is the one who should be damaged?
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • WildTurkey WildTurkey:
    is there a stephen green in the house?
    +1
  • The Helper The Helper:
    What is up WildTurkey?
  • The Helper The Helper:
    Looks like Google fixed whatever mistake that made the recipes on the site go crazy and we are no longer trending towards a recipe site lol - I don't care though because it motivated me to spend alot of time on the site improving it and at least now the content people are looking at is not stupid and embarrassing like it was when I first got back into this like 5 years ago.
  • The Helper The Helper:
    Plus - I have a pretty bad ass recipe collection now! That section of the site is 10 thousand times better than it was before
  • The Helper The Helper:
    We now have a web designer at my job. A legit talented professional! I am going to get him to redesign the site theme. It is time.
  • Varine Varine:
    I got one more day of community service and then I'm free from this nonsense! I polished a cop car today for a funeral or something I guess
  • Varine Varine:
    They also were digging threw old shit at the sheriff's office and I tried to get them to give me the old electronic stuff, but they said no. They can't give it to people because they might use it to impersonate a cop or break into their network or some shit? idk but it was a shame to see them take a whole bunch of radios and shit to get shredded and landfilled
  • The Helper The Helper:
    whatever at least you are free
  • Monovertex Monovertex:
    How are you all? :D
    +1
  • 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 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