Make the boss appear in the dungeon like in the trailer.
now theres a neat idea I'll have to do some reterraining to make space for it, but its definately possible
Also, you see those 2 unit icons in the corner? they just reminded me of something If we give players allied control of eachother, they will be able to see eachothers heroes down the side which will allow for quick casting for heals and buffs etc. It would also be a nice makrer so players can keep an eye on their teams stats. Obviously we would need some kind of trigger to stop them selecting the player which should be manageable.
However, there is a down side to this. Warcraft 3 only supports 5 hero icons down the side so we would have to reduce the numbers of players to 5 per game In my opinion, its worth it, but I'm not gonna do it if everyone else hates it lol
Sadly it's not possible to instantly unselect another player's hero via the unselect action. Perhaps there is another way around. Very neat idea though.
hmmm... yea :/ there is a split second delay between clicking and auto unselecting with GUI triggers :/
I was wondering if theres anything in Jass which will could prevent selecting the hero all together, like units with "Locust" have xD I might post something on the trigger help forum to see if anyone can give us a solution
CLoudwolf, would adding Locust for a second de-select a unit without delay? Also, a multiboard displaying stats would work
Once you've added locust to an unit, you've screwed it for life, you can't remove it anymore.
now theres a neat idea I'll have to do some reterraining to make space for it, but its definately possible
Also, you see those 2 unit icons in the corner? they just reminded me of something If we give players allied control of eachother, they will be able to see eachothers heroes down the side which will allow for quick casting for heals and buffs etc. It would also be a nice marker so players can keep an eye on their teams stats. Obviously we would need some kind of trigger to stop them selecting the player which should be manageable.
However, there is a down side to this. Warcraft 3 only supports 5 hero icons down the side so we would have to reduce the numbers of players to 5 per game In my opinion, its worth it, but I'm not gonna do it if everyone else hates it lol
However, there is a down side to this. Warcraft 3 only supports 5 hero icons down the side so we would have to reduce the numbers of players to 5 per game In my opinion, its worth it, but I'm not gonna do it if everyone else hates it lol
I think there's a field to set if the icon is displayed or not, however, you can make a dummy worker that redirects to your hero and make it idle around, and update his life and mana over time.
That is exactly what i mean :-]
Edit:
You guys talked about making it impossible to select other players and so on... It is so simple.. i almost started to laugh.
This is an example (made for when you choose your hero)
[Trigger=Example]
Custom script: if ( GetLocalPlayer() == GetTriggerPlayer() ) then
Game - Disable drag-selection functionality (Disable drag-selection box)
Game - Disable selection and deselection functionality (Enable selection circles)
Custom script: endif
Selection - Select (Last created unit) for (Triggering player)
[/Trigger]
Now you can not select other units and yours is selected + you cant deselect it.
You can still attack units and cast spells and everything like that normally.
We would still have to make this functional with the inventory though since you select units inside the inventory.
So... What will be the event? Click unit? The event is too slow you can't possible make it any good using it.
Perhaps it will be efficient offline but online everything will be slow.
You dont know what it does, do you?
Just add the events in the choose hero trigger and you will not be able to deselect your hero or select anything else in the rest of the game. It dissables it permanently. Problem solved.
But that also means we cannot select an enemy unit to check hit points, etc, =|. And we cannot select NPC's, or anything else.
Just throwing that in there..
Which is why I think it is flawed. Although it would be a nice addition it would cause more trouble than it could solve because of the very nature of the game.
What do you mean by that? :S
Anyway, i go on MSN so we can talk there..
I'm assuming because we can no longer select anything else other than our hero, as I was talking about in my previous post.
Dont worry about this.hmm.... if we did disable selection all together, we would have to create some permanent health bars, at least for the bosses
I know players can hold down alt, but the average player probably wont know this xD I was playing warcraft for about 3 years before i noticed that shortcut lol
If we can find a better way that also allows the player to select units, that would be awesome! If not, then this could easily suffice
Cloud: Exactly why I was getting at that, Cloud. Most average players don't know about the simple keyboard shortcuts, etc. Though, a multiboard would somewhat solve that issue.
LTGH: I realize there's no selection in Diablo, however if you highlight over something in Diablo, you get the information you would get from War3 when selecting a unit, hp, mp, info, name, etc, etc.
Why would you like to know a units mana? if i dont remember wrong, you dont see that in diablo.
And you see health of an unit if you have the mouse over it or am i wrong? :O
But the name of the unit is only showed if its a hero, right? :S
And in boss battle we can just create a health bar for the boss so people do not need to have the mouse over the boss.
We could just make all enemy units heroes making their names visible. This would be kinda silly but it's just an idea worth considering if we would like to carry on with this.
Problem would then be attributes and such, you'd have to do ALOT of "paperwork" to make all units heroes, yet not stronger.
Hm... Yeah you're right. This might not be such a good idea but it certainly would make balancing somewhat more customizable. Just increasing the units'(heroes) level and attributes would instantly change the difficulty of the game.
That's actually true.
I wonder if there's someway to remove the heroes lvl that shows up when you scroll over them, because then the idea would perhaps be worth considering for later, when we don't have to much other stuff to do ^^
The level of the units could just represent their difficulty. That would be a nice way of displaying their difficulty level.
I seriously doubt we would add something like this anytime soon or if we ever will. We're going to use my old mate's system which is sounds quite good.
Why would you like to know a units mana? if i dont remember wrong, you dont see that in diablo.
And you see health of an unit if you have the mouse over it or am i wrong? :O
But the name of the unit is only showed if its a hero, right? :S
And in boss battle we can just create a health bar for the boss so people do not need to have the mouse over the boss.