HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

3 Problem me having

10-12-2004, 04:39 PM#1
9398hrb
1) What do you change to alow heros to gain exp from creeps when they over lvl 5?

2) E.G: Events-
Player - Player 1 (Red) skips a cinematic sequence.
How do you change that so that when any player presses ESC it only works for them? (without making a seperate trigger for each person.)

3) I want it so that when a player presses ESC, it chooses their hero only and then they can do stuff too it.
How do i make it so that it only selects the players 1 hero.

You can post replies to any of the questions, you dont have to anser them all at once
10-12-2004, 04:48 PM#2
Remy
1) change the gameplay constants, you can find them under the tab 'advanced' in the menu bar.
2) create an event for all 12 players and refer to 'triggering player' when doing something that involves the player.
3) select random unit of units owned by player X matching unit is a hero for player X
you have to state your questions more clearly the last one was vague.
10-12-2004, 06:09 PM#3
9398hrb
Quote:
Originally Posted by Remy
1) change the gameplay constants, you can find them under the tab 'advanced' in the menu bar. Yes, But what do i change? and to what?
2) create an event for all 12 players and refer to 'triggering player' when doing something that involves the player. Okay that works.
3) select random unit of units owned by player X matching unit is a hero for player X Well it works up until the 'is a hero for player X' bit What is the exact Trigger around this part?.
you have to state your questions more clearly the last one was vague.

Thx for the help anyways
10-12-2004, 06:19 PM#4
a thing
1.
Quote:
Originally Posted by http://war3forum.worldofwar.net/showthread.php?t=17177
Why do heroes stop gaining experience after level 5?

By default, heroes no longer get any experience from creeps after they reach level 5. This can be altered in the Gameplay Constants list. The setting is Hero XP Gained- Creep Reduction Table. This is a list of numbers that determine what percentage of normal experience heroes get from creeps as the hero gains levels. If there are fewer numbers than the maximum hero level, higher levels use the last value in the list. By default, the fifth number is 0. If you change the number to something higher than 0, heroes will continue to gain experience from creeps when they reach level 5.

2. You said you fixed it.

3. Doing that would require TONS AND TONS of work. Just make it so that when a player types something do something with the unit they have selected.
10-13-2004, 06:13 PM#5
9398hrb
3) Clicking on the hero doesn't really work here, as the trigger is aivated by a Dialog button being pressed. So what is the easyest way to do the original question?