Page 1 of 1
Talent Text Errors
Posted: June 4th, 2008, 7:28 am
by Furion
promote says always 8 upgraded units regardeless of the talent level
Re: Text Errors
Posted: June 4th, 2008, 10:52 am
by Raxxor
Furion wrote:promote says always 8 upgraded units regardeless of the talent level
Same with harpys evasion.
Re: Text Errors
Posted: June 4th, 2008, 12:47 pm
by Reaper
Same with every talent that affects a skill
Re: Text Errors
Posted: June 4th, 2008, 1:47 pm
by Perhaps
Well there's not much Yak can do about talents and the tooltips for skills. There's only two things he can do: first, is the more difficult ugly one, but would actually display talent stats in the tooltip, which is make a skill level for every possible combination of skill level + talent point. i.e Skill level 1, talent point 1, the real skill level would be 7; skill level 2, talent point 1, it would be 8; skill level 1, talent point 2, real level 13, etc. Everytime the talent point would be put in, it would have something like, "get player blah" "set r_skill[x] = r_skill + 6" "set skill (triggering player, r_skill, skill blah)" or however it goes. The second method would be simple but less detailed, which would be to add, "Promote upgrades (8 + X * <talent>), and state the the values else where.
Oh yeah, I just thought of something after posting this. The fact players would be able to pump more than skill max, he'd have to put into the triggers to check for that, that would deduct that skill level and refund skill point.
The first method is actually what I'm doing with the map to deal with cooldowns and range as seperate "talent points."
Re: Text Errors
Posted: June 5th, 2008, 8:35 am
by Raxxor
Reaper wrote:Same with every talent that affects a skill
Not true,Blazing priest's passive abillity is properly upgraded with every new level of the talent.
Re: Text Errors
Posted: June 5th, 2008, 7:20 pm
by Reaper
Yak I demand an explanation, this is heresy!
Re: Talent Text Errors
Posted: June 7th, 2008, 4:01 pm
by DarnYak
Inniates can sometimes have their text updated. Normal skills never can. Its a limitation of WC3, the same reason i need to list numbers in -s instead of updating the tooltips.
DarnYak
Re: Talent Text Errors
Posted: June 8th, 2008, 3:14 pm
by Reaper
Make it better!
Re: Talent Text Errors
Posted: June 8th, 2008, 4:27 pm
by Gilles
When you max out a talent you should leave behind a passive that tells you that it's max, and what it does.
Re: Talent Text Errors
Posted: June 8th, 2008, 6:24 pm
by Perhaps
Oh I forgot a third option, which is using dummy buffs that represent the corresponding talent, with of course the same level as that talent, and the details in the tooltip of the buff for the talent.
Re: Talent Text Errors
Posted: June 8th, 2008, 8:21 pm
by Gilles
Perhaps wrote:Oh I forgot a third option, which is using dummy buffs that represent the corresponding talent, with of course the same level as that talent, and the details in the tooltip of the buff for the talent.
I don't like this a whole lot. I would prefer the information to stay in the alter.
Re: Talent Text Errors
Posted: June 9th, 2008, 12:27 am
by Reaper
Gilles wrote:When you max out a talent you should leave behind a passive that tells you that it's max, and what it does.
I've only mentioned this in like 50 threads but good job
Re: Talent Text Errors
Posted: June 9th, 2008, 8:14 pm
by Gilles
Reaper wrote:Gilles wrote:When you max out a talent you should leave behind a passive that tells you that it's max, and what it does.
I've only mentioned this in like 50 threads but good job
My apologies, I haven't noticed. I guess this one thread wasn't in your fifty.
Re: Talent Text Errors
Posted: July 2nd, 2008, 12:31 pm
by DarnYak
Just fyi, i was looking into this a bit more, and there's a very easy way to let it so that talents will remain visible at the altar after being maxxed. Specificly, just add another rank to their upgrade but make it have a prerequesite you can't meet.
This probably won't make it into b though, as its quite a bit of easy but tedious work and i want to get b out asap.
DarnYak