Icon multiboard for each hero

Status
Not open for further replies.

djb4cc1o94

TH.net Regular
Reaction score
5
How can i set the icon in the multiboard of the hero picked?There might be 10 different heroes, will i need to usa arrays? Please give me a trigger explain , i have an hero array btw and i dont know to use arrays unless i see them :|
 

TheLegend

New Member
Reaction score
10
here is what i used
Trigger:
  • Selection Unit Selected Copy
    • Events
    • Conditions
    • Actions
      • -------- Human Units --------
        • Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
          • If - Conditions
            • (Unit-type of camera_main_unit[(Player number of (Triggering player))]) Equal to (==) Swordsman
          • Then - Actions
            • Quest - Display to (Player group((Triggering player))) the New Unit Acquired message: |cff3b98d3Swordsman...
            • Multiboard - Set the icon for Multiboard[1] item in column 1, row Multiboard_Spots[(Player number of (Triggering player))] to ReplaceableTextures\CommandButtons\BTNTheCaptain.blp
          • Else - Actions
            • Do nothing
        • Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
          • If - Conditions
            • (Unit-type of camera_main_unit[(Player number of (Triggering player))]) Equal to (==) Rifleman
          • Then - Actions
            • Quest - Display to (Player group((Triggering player))) the New Unit Acquired message: |cff3b98d3Rifleman|...
            • Multiboard - Set the icon for Multiboard[1] item in column 1, row Multiboard_Spots[(Player number of (Triggering player))] to ReplaceableTextures\CommandButtons\BTNRifleman.blp
          • Else - Actions
            • Do nothing
        • Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
          • If - Conditions
            • (Unit-type of camera_main_unit[(Player number of (Triggering player))]) Equal to (==) Mage
          • Then - Actions
            • Quest - Display to (Player group((Triggering player))) the New Unit Acquired message: |cff3b98d3Mage|r : ...
            • Multiboard - Set the icon for Multiboard[1] item in column 1, row Multiboard_Spots[(Player number of (Triggering player))] to ReplaceableTextures\CommandButtons\BTNMedivh.blp
          • Else - Actions
            • Do nothing
      • -------- Orc Units --------
        • Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
          • If - Conditions
            • (Unit-type of camera_main_unit[(Player number of (Triggering player))]) Equal to (==) Grunt
          • Then - Actions
            • Quest - Display to (Player group((Triggering player))) the New Unit Acquired message: |cff3b98d3Grunt|r :...
            • Multiboard - Set the icon for Multiboard[1] item in column 1, row Multiboard_Spots[(Player number of (Triggering player))] to MagHarRampager.blp
          • Else - Actions
            • Do nothing
        • Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
          • If - Conditions
            • (Unit-type of camera_main_unit[(Player number of (Triggering player))]) Equal to (==) Headhunter
          • Then - Actions
            • Quest - Display to (Player group((Triggering player))) the New Unit Acquired message: |cff3b98d3Headhunte...
            • Multiboard - Set the icon for Multiboard[1] item in column 1, row Multiboard_Spots[(Player number of (Triggering player))] to ReplaceableTextures\CommandButtons\BTNHeadhunter.blp
          • Else - Actions
            • Do nothing
        • Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
          • If - Conditions
            • (Unit-type of camera_main_unit[(Player number of (Triggering player))]) Equal to (==) Shaman
          • Then - Actions
            • Quest - Display to (Player group((Triggering player))) the New Unit Acquired message: |cff3b98d3Shaman|r ...
            • Multiboard - Set the icon for Multiboard[1] item in column 1, row Multiboard_Spots[(Player number of (Triggering player))] to ReplaceableTextures\CommandButtons\BTNShaman.blp
          • Else - Actions
            • Do nothing
      • -------- Night Elf Units --------
        • Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
          • If - Conditions
            • (Unit-type of camera_main_unit[(Player number of (Triggering player))]) Equal to (==) Druid of the Claw
          • Then - Actions
            • Quest - Display to (Player group((Triggering player))) the New Unit Acquired message: |cff3b98d3Druid of ...
            • Multiboard - Set the icon for Multiboard[1] item in column 1, row Multiboard_Spots[(Player number of (Triggering player))] to ReplaceableTextures\CommandButtons\BTNDruidOfTheClaw.blp
          • Else - Actions
            • Do nothing
        • Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
          • If - Conditions
            • (Unit-type of camera_main_unit[(Player number of (Triggering player))]) Equal to (==) Archer
          • Then - Actions
            • Quest - Display to (Player group((Triggering player))) the New Unit Acquired message: |cff3b98d3Archer|r ...
            • Multiboard - Set the icon for Multiboard[1] item in column 1, row Multiboard_Spots[(Player number of (Triggering player))] to ReplaceableTextures\CommandButtons\BTNArcher.blp
          • Else - Actions
            • Do nothing
        • Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
          • If - Conditions
            • (Unit-type of camera_main_unit[(Player number of (Triggering player))]) Equal to (==) Druid of the Talon
          • Then - Actions
            • Quest - Display to (Player group((Triggering player))) the New Unit Acquired message: |cff3b98d3Druid of ...
            • Multiboard - Set the icon for Multiboard[1] item in column 1, row Multiboard_Spots[(Player number of (Triggering player))] to ReplaceableTextures\CommandButtons\BTNDruidOfTheTalon.blp
          • Else - Actions
            • Do nothing
      • -------- Undead Units --------
        • Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
          • If - Conditions
            • (Unit-type of camera_main_unit[(Player number of (Triggering player))]) Equal to (==) Undead Warrior
          • Then - Actions
            • Quest - Display to (Player group((Triggering player))) the New Unit Acquired message: |cff3b98d3Undead Wa...
            • Multiboard - Set the icon for Multiboard[1] item in column 1, row Multiboard_Spots[(Player number of (Triggering player))] to ReplaceableTextures\CommandButtons\BTNSkeletalOrc.blp
          • Else - Actions
            • Do nothing
        • Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
          • If - Conditions
            • (Unit-type of camera_main_unit[(Player number of (Triggering player))]) Equal to (==) Undead Archer
          • Then - Actions
            • Quest - Display to (Player group((Triggering player))) the New Unit Acquired message: |cff3b98d3Undead Ar...
            • Multiboard - Set the icon for Multiboard[1] item in column 1, row Multiboard_Spots[(Player number of (Triggering player))] to ReplaceableTextures\CommandButtons\BTNBansheeRanger.blp
          • Else - Actions
            • Do nothing
        • Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
          • If - Conditions
            • (Unit-type of camera_main_unit[(Player number of (Triggering player))]) Equal to (==) Undead Mage
          • Then - Actions
            • Quest - Display to (Player group((Triggering player))) the New Unit Acquired message: |cff3b98d3Undead Ma...
            • Multiboard - Set the icon for Multiboard[1] item in column 1, row Multiboard_Spots[(Player number of (Triggering player))] to ReplaceableTextures\CommandButtons\BTNLichVersion2.blp
          • Else - Actions
            • Do nothing
 

ultimate11

Active Member
Reaction score
25
Trigger:
  • Multiboard - Set the icon for (Last created multiboard) item in column 1, row multi_row[(Player number of (Owner of (Attacking unit)))] to Hero_icon[(Integer A)]

this is how i use.;oop actions are better in this situation
about the upper code Hero_icon is a string variable.
have fun
 

GFreak45

I didnt slap you, i high 5'd your face.
Reaction score
130
@The Legend

hey man you should take those Do Nothing actions out of ur triggers, they actually do something, it causes extra lag and takes up space, if you have nothing there it will truly do nothing but the do nothing action calls the do nothing script lol
 

TheLegend

New Member
Reaction score
10
i know but this trigger was made over 6 moths ago while i was new to GUI, i started using jass but my old maps are still here, i just copied the trigger
 

djb4cc1o94

TH.net Regular
Reaction score
5
i know but this trigger was made over 6 moths ago while i was new to GUI, i started using jass but my old maps are still here, i just copied the trigger

Always the same excuse lol...

@The Legend

hey man you should take those Do Nothing actions out of ur triggers, they actually do something, it causes extra lag and takes up space, if you have nothing there it will truly do nothing but the do nothing action calls the do nothing script lol

So you just posted here for say that? It seems to be spam or off-topic, thank you that is really useful...?
 

GFreak45

I didnt slap you, i high 5'd your face.
Reaction score
130
djb i know you think TH is yours, but anyone is alowed to post here who isnt banned, and it may have been slightly off topic but it was still intended to help someone regardless of whether or not it was all about you...

and whether or not its his "same excuse" he was trying to help you, do not flame or you will find that people stop helping you all together
 

TheLegend

New Member
Reaction score
10
off-topic:
Always the same excuse lol...
@ djb: look at my old project The Battle For Middle-Earth it was made quite long ago, this is a trigger from that map. If you're on the the forum for over a month that doesn't mean youre allowed to "correct" other members. You will get all your questions answered just behave nicely
@ GFreak45: thanx for the support
 

azareus

And you know it.
Reaction score
63
Actually I should not be posting here since it might get me a warning or something, but I take my chances even though I might be accused of such things as "micromodding", and the likes.

You, djb4cc1o94 (what kind of name is that?) is what I would define as an idiot. You think yourself the owner of this forum and demand answers to any problem. You are not the owner of this forum. The fact that you are allowed to post here is a privilege, as is getting an answer to anything. I would -rep you but it seems I can not.

I will now stop replying to your threads, and I do really encourage people to do the same. Thank you.
 

djb4cc1o94

TH.net Regular
Reaction score
5
Ok guys when did i say i was the owner of this forum? Guys u serious?

Now stop spamming things about me that aint got to be true at all and stop blaming me because im just trying to get some help.

djb4cc1o94 what kind of name? Are you kidding me kiddo?Hope so, coz that might be a truely excuse else than a retarded guy such as you are.

Now please f**k off and dont reply to me anymore just as you said.
 

GFreak45

I didnt slap you, i high 5'd your face.
Reaction score
130
I did not flame anyone on here stop being a victim and try to help people instead.

the only reason i even post on the wc3 forum now is to help people, i stopped mapping for wc3 and i moved on to sc2
and you obviously dont know what flaming means

PS. As the op (Original Poster) you can close this thread, i recommend that you do so
 

Romek

Super Moderator
Reaction score
964
I was going to delete all the pointless replies in this thread, but that seems to be just about all of them besides one. So I'll close this thread.
djb4cc1o94, if you still have this issue, make a new thread.

Some of you need to man up a bit. A light joke isn't a reason to get offended and start flaming people. If you have nothing productive to say, don't reply. Of course, helpful, on-topic replies are encouraged.
(Besides, I fail to see the logic behind trying to tell another member what to do, and then saying he thinks he owns the forum).

Hopefully this won't happen again. If you have any questions, PM me.
That is all.
 
Status
Not open for further replies.
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    New recipe is another summer dessert Berry and Peach Cheesecake - https://www.thehelper.net/threads/recipe-berry-and-peach-cheesecake.194169/

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top