HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

MultiBoard Icons

07-01-2004, 05:36 AM#1
orcmasta
I'm stuck on how to get the multiboard to display the icon equal to the hero you choose.

Just so I don't have to make another post...How can i make a bar that shows how much XP till the new level. Like XP to lvl up : |||||||||
I know this is asking alot but plz help me. Thx!
07-01-2004, 10:58 AM#2
johnfn
Quote:
Originally Posted by orcmasta
I'm stuck on how to get the multiboard to display the icon equal to the hero you choose.

Just so I don't have to make another post...How can i make a bar that shows how much XP till the new level. Like XP to lvl up : |||||||||
I know this is asking alot but plz help me. Thx!
Why does this sound like LM's multiboard challenge? Maybe I'm just being paranoid.

1) There is no direct way. Unless you have <10 heroes then you should just do it like

if hero equal to someHero then
multiboard - set icon to someHeroIcon
end if
and so on

2) Thats actually rather difficult. You would have to convert the heroes XP into a percent (heroXP/heroMaxXP) and then turn that into a bar.
07-01-2004, 04:34 PM#3
orcmasta
Quote:
Originally Posted by johnfn
Why does this sound like LM's multiboard challenge? Maybe I'm just being paranoid.

1) There is no direct way. Unless you have <10 heroes then you should just do it like

if hero equal to someHero then
multiboard - set icon to someHeroIcon
end if
and so on

2) Thats actually rather difficult. You would have to convert the heroes XP into a percent (heroXP/heroMaxXP) and then turn that into a bar.
Ok thx I''l try that.