targetable Group-Portraits

Prester

New Member
Reaction score
0
Hi everyone :)

I m making a team-rpg map for my next lan and the focus lies on difficult fights.
Now my problem is: Targeting something

The tank will get a hell lot of dmg over a short period of time
Now i m making healing spells realy cheap and quick to cast, but the problem
is, that with a huge boss and perhaps some adds and the tank running around and the other players and summons and effects . . . . . its not that easy to always heal the one u want to heal.

now i could view this as part of the difficulty but i would rather like it to be a problem of taktiks when to heal whom and not of luck/skill of hitting the one u were aiming for ...

to do so i remembered my old time in wow where u had a portrait of every partymember at the left side of the screen ( or the right?) and could just cast ur spell on this icon.

is something like this possible in wc3?

and i m sorry but i m realy bad with the trigger editor, i mean i understand most triggers and can adept them into my work but when it comes to jass mui gui ... i m somewhat lost so i would apreciate it, if u would write ur solutions as detailed as possible (a test map would be awsome but anything that helps is apreciated)

lg
Michael
 

Bankde

Member
Reaction score
20
Maybe "Share unit control". I'm not sure how to do this but I can say it is possible. (I've seen in some boss-fight map)

You cannot control other units in that map although it is share unit control.

Let's me check and search for a while :)
 

Prester

New Member
Reaction score
0
hm, doenst sound too bad
but i can remember in dota by sharing control i dont get any kind of icon or whatever to switch to the other hero so selecting them with spells doesnt become easier
I just thought of something, if we all share our heros, and i (the healer) select ALL our heros at once, will in the middle of the bottom interface be a list of all choosen units? and if my hero is highlighted in this group i would be able to select a spell and klick on the picture of the hero. Cannot trie it atm :-/ Walking is not a prob cause we walk with arrows (3rd person)


the important thing is to be able to eassily cast spells on any group member (especially healing) if its not possible with portraits but by another way i ll choose that one as well ;-)
just thought with pictures its the easiest way.

could there be a way to make it impossible for a char to select anything else than a hero? or an ally? that even if he tries to cast the heal on the boss it wouldnt work or the near ally hero would be healed?
 

Bankde

Member
Reaction score
20
That's will be FULL share unit control (In order to have portrait at the left side)

I give me time remember which map I've seen so I can check how the trigger make me not able to control other players' units. (I've very small free time right now :( )
 

Weep

Godspeed to the sound of the pounding
Reaction score
400
This tip from DioD should be what you're looking for:
2) not possible from GUI due stupid limits, you must share advanced controls for this player, but not normal controls, this will show icon but wont let you select or control hero.

That way you can click a spell on the icon to cast it on the hero, but can't control it.

So, for example, to show the hero icons of Teal to Red but not allow control, use these two custom script lines:
Trigger:
  • ...
    • Custom script: call SetPlayerAlliance( Player(2), Player(0), ALLIANCE_SHARED_ADVANCED_CONTROL, true)
    • Custom script: call SetPlayerAlliance( Player(2), Player(0), ALLIANCE_SHARED_CONTROL, false)
 

Prester

New Member
Reaction score
0
Hi again
@ Weep i tried what u wrote but when i trie to activate the trigger it always says
takes nothing returns nothing error line 28 line 29 ...

btw how do i post triggers in here like u and not like

Custom script: call SetPlayerAlliance( Player(2), Player(0), ALLIANCE_SHARED_ADVANCED_CONTROL, true)
Custom script: call SetPlayerAlliance( Player(2), Player(0), ALLIANCE_SHARED_CONTROL, false)

?

thx :)

edit: i just failed to copy ur lines correctly, my copyPaste didnt start with call Set... but with Custom script: call Set... ;>
thx a lot :-DD

edit2: When i use ur lines its exactly like i wanted it to be , big thx :)
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Varine Varine:
    I ordered like five blocks for 15 dollars. They're just little aluminum blocks with holes drilled into them
  • Varine Varine:
    They are pretty much disposable. I have shitty nozzles though, and I don't think these were designed for how hot I've run them
  • Varine Varine:
    I tried to extract it but the thing is pretty stuck. Idk what else I can use this for
  • Varine Varine:
    I'll throw it into my scrap stuff box, I'm sure can be used for something
  • Varine Varine:
    I have spare parts for like, everything BUT that block lol. Oh well, I'll print this shit next week I guess. Hopefully it fits
  • Varine Varine:
    I see that, despite your insistence to the contrary, we are becoming a recipe website
  • Varine Varine:
    Which is unique I guess.
  • The Helper The Helper:
    Actually I was just playing with having some kind of mention of the food forum and recipes on the main page to test and see if it would engage some of those people to post something. It is just weird to get so much traffic and no engagement
  • The Helper The Helper:
    So what it really is me trying to implement some kind of better site navigation not change the whole theme of the site
  • Varine Varine:
    How can you tell the difference between real traffic and indexing or AI generation bots?
  • The Helper The Helper:
    The bots will show up as users online in the forum software but they do not show up in my stats tracking. I am sure there are bots in the stats but the way alot of the bots treat the site do not show up on the stats
  • Varine Varine:
    I want to build a filtration system for my 3d printer, and that shit is so much more complicated than I thought it would be
  • Varine Varine:
    Apparently ABS emits styrene particulates which can be like .2 micrometers, which idk if the VOC detectors I have can even catch that
  • Varine Varine:
    Anyway I need to get some of those sensors and two air pressure sensors installed before an after the filters, which I need to figure out how to calculate the necessary pressure for and I have yet to find anything that tells me how to actually do that, just the cfm ratings
  • Varine Varine:
    And then I have to set up an arduino board to read those sensors, which I also don't know very much about but I have a whole bunch of crash course things for that
  • Varine Varine:
    These sensors are also a lot more than I thought they would be. Like 5 to 10 each, idk why but I assumed they would be like 2 dollars
  • Varine Varine:
    Another issue I'm learning is that a lot of the air quality sensors don't work at very high ambient temperatures. I'm planning on heating this enclosure to like 60C or so, and that's the upper limit of their functionality
  • Varine Varine:
    Although I don't know if I need to actually actively heat it or just let the plate and hotend bring the ambient temp to whatever it will, but even then I need to figure out an exfiltration for hot air. I think I kind of know what to do but it's still fucking confusing
  • The Helper The Helper:
    Maybe you could find some of that information from AC tech - like how they detect freon and such
  • Varine Varine:
    That's mostly what I've been looking at
  • Varine Varine:
    I don't think I'm dealing with quite the same pressures though, at the very least its a significantly smaller system. For the time being I'm just going to put together a quick scrubby box though and hope it works good enough to not make my house toxic
  • Varine Varine:
    I mean I don't use this enough to pose any significant danger I don't think, but I would still rather not be throwing styrene all over the air

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top