HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Hero Skill Points ;/

02-25-2006, 09:10 PM#1
SrPrez
Yea its prob already somewhere deep in this forum, but well I searched and could not find exactly what I wanted in other threads.. so.... basically I want it so your hero only gets a skill point like every 3 levels, as opposed to every level. Im guessing something like having a trigger where it removes the skill point every time you level unless ure level is divisible by 3 I dunno if anyone could tell me if thatd work or a real way to do it would be awesome :P

thx
02-25-2006, 09:14 PM#2
shadow1500
try that
Trigger:
Trigger
Collapse Events
Unit - A unit Gains a level
Collapse Conditions
((Hero level of (Triggering unit)) mod 3) Not equal to 0
Collapse Actions
Hero - Modify unspent skill points of (Triggering unit): Subtract 1 points
02-25-2006, 09:28 PM#3
SrPrez
lol yea I just figured that out (didnt member that good ol' modulus was in wc3 editor) and was comin on to post I got it ;P thx anyways tho lol Ill give ya some rep for quick and correct reply
02-25-2006, 09:40 PM#4
shadow1500
That function won't work if the hero levels up twice at the same time though.