Mana Regeneration

hopy

Active Member
Reaction score
64
I have a hero with only 500 mana.
His Int is 0, mana regeneration 0 etc.

How do I make sure he doesn't get any bonus from: Brilliance Aura, Negative Brilliance Aura, Mana Potions, Mana Stones, and all that kinda stuff?
Also items that give maximum mana shouldn't increase his mana

Would I have to trigger all of those?
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
> Aura

For that, you could possibly make that hero have a strange classification that the auras don't target. It might not work since we're talking about a hero, but it's worth a shot.

As for the rest, you will probably need to trigger it, yes.
 

jig7c

Stop reading me...-statement
Reaction score
123
illusions don't bestow aura... maybe make that unit into an illusion
 

Seprest

New Member
Reaction score
15
you can set mana and hp regeneration to negative values. It is how blizzard made the "warrior" class in one of their pre-packaged custom maps
 

Corleone

New Member
Reaction score
44
you can set mana and hp regeneration to negative values. It is how blizzard made the "warrior" class in one of their pre-packaged custom maps

That wouldn't work. OP clearly states that his unit has 500 mana, and no regeneration or anything. Setting the regeneration to a negative value would mean that he loses mana over time, even though that is not intended.

Here's an idea for keeping his mana fixed: You could make a trigger that sets a variable equal to the units mana, after every spell he casts ( with default value 500 ). Then, you could simply make a periodic trigger that sets his mana equal to that variable. That way, his mana will always be set to the correct value, even when his maximum is higher.
 

jig7c

Stop reading me...-statement
Reaction score
123
what you would have to do is..

Trigger:
  • events
    • Map Init
    • conditions
    • actions
      • set ManaInt = 500


Trigger:
  • events
    • every 1 second of game-time
    • conditions
    • actions
      • unit - set <some unit> mana to ManaInt


Trigger:
  • events
    • a unit starts the effect of an ability
    • conditions
      • triggering unit equal to (some unit)
        • or
      • custom value of (some unit) equal to (whatever you set it in the object editor for that unit) //per Ghan_04
    • actions
      • if/then/else
        • if
          • ability being cast equal to Roar
        • then
          • set ManaInt = ManaInt - 250 //mana cost of one of the abilities
          • unit - set <some unit> mana to ManaInt
        • else
      • if/then/else
        • if
          • ability being cast equal to stun
        • then
          • set ManaInt = ManaInt - 150 //mana cost of one of the abilities
          • unit - set <some unit> mana to ManaInt
        • else


something like that!

>ghan
is that what you meant by custom value....
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
889
> something like that!

Indeed. Though it would be more prudent, I think, to use the unit's Custom Value. Not only because it's easier than creating a new variable, but also because it is unique to that unit meaning that any other units that operate in this manner will easily have their own value.
 

hopy

Active Member
Reaction score
64
what you would have to do is..

Trigger:
  • events
    • Map Init
    • conditions
    • actions
      • set ManaInt = 500


Trigger:
  • events
    • every 1 second of game-time
    • conditions
    • actions
      • unit - set <some unit> mana to ManaInt


Trigger:
  • events
    • a unit starts the effect of an ability
    • conditions
      • triggering unit equal to (some unit)
        • or
      • custom value of (some unit) equal to (whatever you set it in the object editor for that unit) //per Ghan_04
    • actions
      • if/then/else
        • if
          • ability being cast equal to Roar
        • then
          • set ManaInt = ManaInt - 250 //mana cost of one of the abilities
          • unit - set <some unit> mana to ManaInt
        • else
      • if/then/else
        • if
          • ability being cast equal to stun
        • then
          • set ManaInt = ManaInt - 150 //mana cost of one of the abilities
          • unit - set <some unit> mana to ManaInt
        • else


something like that!

>ghan
is that what you meant by custom value....

I realy hadn't tought about setting his mana every second and changing his mana variable with each ability ... instead of trying to avoid the mana reduces.

Thank you everyone for the ideas. +rep :)


Sorry for not replying sooner btw, I was unable to connect to the forums yesterday, and I just came home just now, so this was the earlyst I could reply.
 
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

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top