- Joined
- Jul 11, 2015
- Messages
- 58
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Use arithmetic operation just as shown by you. Or where is the problem?
Read this: https://www.hiveworkshop.com/forums/miscellaneous-tutorials-456/how-easily-post-triggers-163285/
Look for "Arithmetic".I don't understand what 1+1 means in trigger
Look for "Arithmetic".
And posting images instead of triggers is much more complicated and less helpful.
Elaborate your problem.
First, please explain what you want to do.
There are two problems that I can see.
1. You dont know how you can make the calculations in GUI.
2. You dont know how you can deal damage in GUI.
For 1,
When you are selecting a real or an integer, you will see this screen:
![]()
Under the "Function:" box, you can find the option "Arithmetic".
This option will give you a math function of 2 other reals/integers.
You can choose between +, -, * and /.
There are other options for maths under "Maths - ..." inside that same function box.
When you need 3 reals combined together, you have to make an Arithmetic inside one of the two reals given by the first Arithmetic.
In your case, you also want to use the level of an ability in your damage calculation.
This is an integer and your damage has to be a real.
So you will have to convert an integer to a real using the option "Convert Integer to Real" in the functions box.
There you can select "Level of ability for unit" to get the level.
In your case, you want to do:
( Base<1680> + ( Scaling<1680> * ( IntegerToReal( LevelOfAbility ) ) ) )
For 2,
Create a new action for "Unit - Damage target".
In that one, you can apply your damage to the target.
Explain in detail what you can't achieve and why.
With only "what" and "why" and "I don't get it" nobody can help.
No, you can get in the the list where is written "function". Look under category "unit".
