HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Dota type Multiboard

10-19-2004, 01:13 AM#1
andrewandrew
I wanted to say thanks to Mysticgeneral for help awhile ago (couldn't find the post :\) anyways i was wondering if you guys knew how to make the kill system it has, what im trying to say is like when a hero dies the owner of the hero will have 1 kill under the death part. and when someone kills a hero that person gets +1 under the kills section. I hope you guys get what im trying to say! Thanks if you can help! :8
10-19-2004, 02:10 AM#2
a thing
I suggest you study variables and fool around with the multiboard actions and try it yourself.
10-19-2004, 02:26 AM#3
JoSanchez55
Extremely complex to make, requiring quite a few triggers and varies depending on exactly what you want and how many players there are. But simply, you use variable arrays and update the multiboard upon hero kills and deaths.
10-19-2004, 07:11 AM#4
logik
its not that complex, you need 2 integer arrays - 1 for kills and 1 for deaths.


unit dies,

set kills (player number of killing unit) = +1
set deaths (player number of dying unit) = +1

do the multiboard stuff...


its not that challenging - unless u want to change it to ascending and all that crud