mana use of phenixfire

SerraAvenger

Cuz I can
Reaction score
234
for my map ctf i want to use an item that gives a phenixfire modification, and I want this to use mana ( depending on the distance of the target) each time the phenixfire deals damage
The ability is neither cast nor channeled when it does the damage, so an event refering to ability being cast doesn't help me
Could you please tell me wich event to use or what to do?
thx Serra
 
Well as you should now actually I don't have my wc 3 here, but next friday i will see

but I don't think so as this is not how phenixfire works

Phenixfire works like this:
Every cooldown seconds, a random unit in range (default is 600) is dealt damage (20 default)
and then adds the phenixfire buff to the target for idontknow second and deals 5 damage per second to that target

So if this works on attack/cast/channel or st like that it won't help me I tried all these things before
Phenixfire is passive, so it is never cast/channeled
and it does not attack

So I need a trigger that executes when the target of the phenixfire is set

greets Serra
 
no these are attacks like searing arrow or heal
And too, I don't need an autocast spell, I need an event that detects phenixire usage


Phenixfire isnot cast, it is passive
Just like a passive Immolation that needs no mana
but doesn't target all enemys in range but targets 1 random unit in its range
 
The word is "Phoenix", not "Phenix".
 
You could check for the buff that phoenix fire gives off periodically and then find the distance between that unit and the unit with phoenix fire, reduce mana as wanted, and then remove the buff.
 
Thx that you wated to help, but all of this won't have an effect...
Seems as if I had to explain what the phoenixfire mod is exactly:
I have called it "Fireball staff", added it to aan item that can by ourchased by anyone as often as he wants.
It has cooldown of 2.99 seconds and deals 45 damage. The buff is only 0.01 seconds on the target, as being on the target will block further triggering of phenixfire...
SO I would have to pick all units in play every 0.01 seconds and check if this unit has phoenixfire on it - but how would I get the owner of the item that has put the phoenixfire buff on it?`Randomly =.=??

What I tried was "A unt starts the effect of an ability". Does not work.

I'll try "Unit xyz is damaged" with the condition "if has phenixfire buff on it"
and then reduce source of damage the mana I want. Ty for trying any ways, +rep for ekZ and Sooda

EDIT: sry sooda cant rep you have to spread it around^^
 
The closest you can get to the result you want i think would be to make pheonix fire a turn on and off ability... but if it is on an item i don't think that would work... srry i couldn't help more
 
umm how do i delete this post >.< this is what happens when your reading too many threads at the same time srry >.< (you start posting in the wrong one)
 
You can delete your post byu pressing edit, then pressing edit again, then you will have an option on deleting it (I'm not entirely sure if this feature is also available here..

Back to Topic:
You can trigger the Phoenix Fire and every use of it will decrease your mana but it will take long. If you really want to have PF using mana then you have to trigger it..
 
You can delete your post byu pressing edit, then pressing edit again, then you will have an option on deleting it (I'm not entirely sure if this feature is also available here..

Back to Topic:
You can trigger the Phoenix Fire and every use of it will decrease your mana but it will take long. If you really want to have PF using mana then you have to trigger it..



Lol how do you want to trigger phoenixfire?
When unit comes into range of xyz
then every xyz seconds
if distance between entering unit and .. ??? <- I do not know what to put here... <= yzx
the deal damage to unit
else do nothing

Well what abpout the special effects?
ANd it will tkae too much time, I would need one of these triggers for each of the ~30 modifications .....

And I will use my own Idea now. If it doesn't work I will return to you...
 
There is no way to do whaty you intend. It has been discussed multiple times in the help forums.

ThySpektre
 
Use immolation in conjunction with dummy units, that's the only way. It won't be the same though. You aren't using mana for PF, and you cannot stop PF from firing to every single enemy in range.
 
Could always do an event that does Unit - A unit acquires an item
Conditions -
Item is your item
Actions -
Trigger - Turn on Phoenix Mana Loss
Set Phoenix Unit = Unit Acquiring Item

Events -
Every 1 second of the game
Condition -
Blehh
Actions -
Set Phoenix Unit Mana to Blah
 
how bout this?

use this only if there is no base attack on your units
trig 1

Event: Unit enters playing feild
Actions: Add event: Unit <triggering unit> Takes damage to trig 2

Trig 2

Events: Defined by trig 1
Conditions: Damage source has item <your item>
<if there is no armor in your game> Damage delt is = <your damage of item>
<if you are useing method below> Damage source = dummy
Actions:
<if useing method below> Set mana of item berrer [player # of owner of damage cource] to current mana (item berrer [player # of owner of damage cource] - 1)
Set mana of damage source to (mana of damage source - <your #>)


and if there is a base attack

The rest functions just add above useing the variables instead od damage source and such

Event: unit aquires item <your item>
condition: item aquired = <your item>
Action: Set (unit) Item bearer [player # of owner of hero aquireing item]
Unit create dummy<has phenix fire ability> at position of Item bearer
[player # of hero aquireing item]
Set: PF [player # of owner of hero aqureing item] = last created unit
Events: every .1 seconds
Actions: Player group: pick every player in game
move instantly PF [ player # of picked player] to (unit
position of (item berrer [ player # of picked player])

Events: unit sells an item
unit drops an item
Conitions: Sold item = <your item>
-OR-
Dropped item = <your item>
Actions: Set Item berrer [player # of owner of selling unit] to no unit
Set Item berrer [player # of owner of dropping unit] to no unit
Set PF [player # of owner of selling unit] to no unit
Set PF [player # of owner of dropping unit] to no unit
 
Right, but that drains mana regardless of whether you are "firing" or not.

Not only that, it isn't mui neither....

At psiblade:
Hum nice Idea. Problems:
-You do not need to check for the item if you check for the buff, I think checking iwll need less than 0.01 seconds, so my way could be a bit better. checking for the item ha 6 extra lines, and i have to check for each of the different item that have uch a pf mod on it... will be efficienter with my thing
-Armor != 0 :). so your way would not work.
-If the unit deals exactly as much damage as the weapon would, it reduces mana - even if I did not want so!
-If you make it with the dummy, it i no longer mui. When you get the item twice you would need two pf's, but yor variable only hold one. Too, when you drop the item, all of your pf's would be removed - even if you have 2 additional ones...

so I will use my Idea. If it works, I'll give you - rep Thespectre;) (just a joke ;))
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    News portal has been retired. Main page of site goes to Headline News forum now
  • The Helper The Helper:
    I am working on getting access to the old news portal under a different URL for those that would rather use that for news before we get a different news view.
  • Ghan Ghan:
    Easily done
    +1
  • The Helper The Helper:
    https://www.thehelper.net/pages/news/ is a link to the old news portal - i will integrate it into the interface somewhere when i figure it out
  • Ghan Ghan:
    Need to try something
  • Ghan Ghan:
    Hopefully this won't cause problems.
  • Ghan Ghan:
    Hmm
  • Ghan Ghan:
    I have converted the Headline News forum to an Article type forum. It will now show the top 20 threads with more detail of each thread.
  • Ghan Ghan:
    See how we like that.
  • The Helper The Helper:
    I do not see a way to go past the 1st page of posts on the forum though
  • The Helper The Helper:
    It is OK though for the main page to open up on the forum in the view it was before. As long as the portal has its own URL so it can be viewed that way I do want to try it as a regular forum view for a while
  • Ghan Ghan:
    Yeah I'm not sure what the deal is with the pagination.
  • Ghan Ghan:
    It SHOULD be there so I think it might just be an artifact of having an older style.
  • Ghan Ghan:
    I switched it to a "Standard" article forum. This will show the thread list like normal, but the threads themselves will have the first post set up above the rest of the "comments"
  • The Helper The Helper:
    I don't really get that article forum but I think it is because I have never really seen it used on a multi post thread
  • Ghan Ghan:
    RpNation makes more use of it right now as an example: https://www.rpnation.com/news/
  • The Helper The Helper:
  • The Helper The Helper:
    What do you think Tom?
  • tom_mai78101 tom_mai78101:
    I will have to get used to this.
  • tom_mai78101 tom_mai78101:
    The latest news feed looks good
  • The Helper The Helper:
    I would like to see it again like Ghan had it the first time with pagination though - without the pagination that view will not work but with pagination it just might...
  • The Helper The Helper:
    This drink recipe I have had more than a few times back in the day! Mind Eraser https://www.thehelper.net/threads/cocktail-mind-eraser.194720/

      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