HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Another Multiboard Thread

12-19-2004, 08:00 PM#1
Slugge
Code:
Hill Giant
    Events
        Unit - Hill Giant 0012 <gen> Is selected
    Conditions
    Actions
        Multiboard - Create a multiboard with 4 columns and 2 rows, titled Hill Giant Stats
        Set Hill_Giant = (Last created multiboard)
        Multiboard - Set the display style for Hill_Giant item in column 0, row 0 to Show text and Hide icons
        Multiboard - Set the width for Hill_Giant item in column 0, row 0 to 5.00% of the total screen width
        Multiboard - Set the text for Hill_Giant item in column 1, row 1 to Hit Points
        Multiboard - Set the text for Hill_Giant item in column 2, row 1 to Mana
        Multiboard - Set the text for Hill_Giant item in column 3, row 1 to Attack
        Multiboard - Set the text for Hill_Giant item in column 4, row 1 to Defence
        -------- -------------------------------------------- --------
        Multiboard - Set the text for Hill_Giant item in column 1, row 2 to 300
        Multiboard - Set the text for Hill_Giant item in column 2, row 2 to 0
        Multiboard - Set the text for Hill_Giant item in column 3, row 2 to 10-15
        Multiboard - Set the text for Hill_Giant item in column 4, row 2 to 3
        Multiboard - Show Hill_Giant

i dont see why this isnt working, when i press the hill giant everything stops and warcraft is shutting down....
12-20-2004, 10:18 PM#2
iNfraNe
column 0 does not exist. It starts at column 1. Same with rows

edit: or hmm, never mind that. Didnt quite see where u used 0 at ^^ this should work. Try adding skip remaining actions at different parts in the trigger at different times and test it.
12-21-2004, 07:55 PM#3
Guest
Quote:
Originally Posted by toot
column 0 does not exist. It starts at column 1. Same with rows

edit: or hmm, never mind that. Didnt quite see where u used 0 at ^^ this should work. Try adding skip remaining actions at different parts in the trigger at different times and test it.

Column 0 and row 0 refers to all columns/rows. Therefore that part of the trigger is right. If you don't believe me look at the description of one of the multiboard actions or try it yourself.
12-21-2004, 07:59 PM#4
Guest
It may have something to do with the event. Try with another just to test it.
12-21-2004, 08:34 PM#5
Guest
It might be becuase it creates a lot of lag or something when you click it. Try creating the multiboard before hand, but show it when the hill giant is selected. Maybe right after map initialization or something.