| 07-10-2005, 03:23 AM | #1 |
I made a spell that is supposed to give you strength per level permenatly. I used the item giant's belt as the base for the ability and changed all the levels to give te strength. But for some reason it wont upgrade to the next level, like it will upgrade to level 2 but the strength doesn't change(YES i did cheak the strength for level 2 stats). Also the icon doesnt show once I have picked the ablility but it does show when you have to pick it with a level point(YEs i did cheak all the icon slots in the ablility to make sure its there, theres 3 of them). Thanks, Any feedback wanted and reply asap please! |
| 07-10-2005, 07:45 AM | #2 |
Permanently? You mean when units strength is like 50 and when he "learns" YourAbility his strength raises to 55 for example? Use this trigger then Events Unit - Unit learns skill Conditions Learned Hero Skill Equal to YourAbility Actions Hero - Modify Heros strength of (learning unit): add # This gives them ALWAYS same number to strength. I mean: Level 1 skill: +5 points Level 2 skill: +5 points Level 3 skill: +5 points IF you want it like Level 1 Skill: +2 points Level 2 skill: +4 points and so on.. Make it like this: Events Unit - Unit Learns Skill Conditions Learned hero skill equal to YourHeroAbility Actions Set YourAbility = (Level of YourHeroAbility) If / Then / Else If YourAbility equal to 1 Then Do Hero - Modify Strength of Learning Hero: Add 2 Else If / Then Else If YourAbility Equal to 2 Then Do Hero - Modify Strength of Learning Hero: Add 4 Else Do Nothing YourAbility is integer YourHeroAbility is the ability itself. You got it? If not, I could do it for your map. |
| 07-10-2005, 05:27 PM | #3 | |
Quote:
I can't seem to fined this action : "Set YourAbility = (Level of YourHeroAbility)" where is it?? |
| 07-10-2005, 05:33 PM | #4 |
Set... maybe he means Adding to the level 'YourAbility' which he is refferring to the name of your ability. |
| 07-10-2005, 06:11 PM | #5 | |
Guest | Quote:
![]() |
| 07-10-2005, 06:31 PM | #6 |
Yea ImNotGood, could you make this trigger please? im pretty lost and when you make it i can look at it to figure out how you made it |
| 07-10-2005, 11:20 PM | #7 |
I don't see a reason to keep this in my forum, moved |
| 07-11-2005, 06:11 AM | #8 |
Believe me, it works ;) |
| 07-11-2005, 08:40 AM | #9 |
Now i may just be being dense... Isnt there already an ability that raises hero attributes? |
| 07-11-2005, 08:55 AM | #10 | |
Quote:
The difficulties you were having with the item ability from belt of giant strength are two: one, most passive item abilities don't display icons, and second, many item abilities got bugged in a recent patch and can't be leveled properly. |
| 07-11-2005, 02:48 PM | #11 |
Ok i can't fine dthe attribute bonus in my ablility section on my map?? where is it? or how do you make it? |
| 07-12-2005, 09:36 AM | #12 |
It is hero ability, Named: Attribute Bonus And its icon is just like The one where you can choose heros skill, but its orange / yellow colored. |
