| 11-11-2003, 07:05 AM | #1 |
Problem 1 i use the "item bonus damage" skill as a hero skill with 3 leves. each level do: lvl 1 +3 damage lvl 2 + 6 damage lvl 3 + 8 damage well the problem is that the skill only works for level 1. even if i got it a lvl 3, it only give +3 of damage also the icon it is not seen after reserch the skill. Question. where i can change the description efect over a unit. (the short description below the armor type of the unit when is under the efect of any spell) like: SLOW (SMALL SLOW ICON) This unit have decreased attack speed and movement" |
| 11-11-2003, 08:02 AM | #2 |
where i can get the buff editor??? and tell me more about that trigger plz. thanks BRB!!! |
| 11-11-2003, 09:53 AM | #3 |
you need a integer variabe (in this case, I named mine ItembonusDmgLvL) E- Unit - A unit Learns a skill A- Custom script: if ( not ( GetLearnedSkillBJ() == 'A000' ) ) then A- Custom script: return false A- Custom script: endif A- Set ItembonusDmgLvL = (ItembonusDmgLvL + 1) A- If then Else ---If ItembonusDmgLvl = 1 ----- then do A- add (ItemLvL1) to (trigger unit) ----- else A- do nothing A- If then Else ---If ItembonusDmgLvl = 2 ----- then do A- remove (ItemLvL1) to (trigger unit) -------------- A- add (ItemLvL2) to (trigger unit) ----- else A- do nothing repeat as necessary A000 is the four-character code corresponding to your custom ability. You can find this by looking at the Object Editor ability list and turning on the View->Display Values As Raw Data option ItemLvL1 and ItemLvL2 are UNIT abilities that you've made.. Pascal314 has already explained how to edit the buffs, but I guess you dont understand, I think its best like Pasca314 said, to wait till patch comes out. Blizz might include buff editor |
