Skip to content

Posts from [HMM V TOURNAMENT] "Ghostbusters"

5.0 (3 ratings)
User Avatar
18 years ago
Auto-translated
In honor of my birthday, I am opening an offline tournament for Heroes 5. Everyone is welcome to participate.

Tournament Rules and Description.

1.The goal of the game is to collect as many ghosts as possible within 28 days. Ghosts can be of any type, i.e., specters, phantoms, or spirits. The result will be evaluated based on the number of ghosts the starting hero has; that is, all ghosts must be with the hero who was chosen at the start. In the event of an equal number of ghosts (which is unlikely, but still), the accumulated points will be taken into account. Good luck to everyone!

2.To participate in the tournament, you must register on the HeroesWorld forum and leave an application in this thread!

3.The tournament will be held on the Russian version of Heroes 5 from 1C, version 3.0. The save was generated on the Russian version 3.0.

4.Difficulty - Hero. Starting faction - Necropolis. Starting hero - Vlad.

5.You cannot recruit monsters on the map, except for level 3 Necropolis creatures; do not even try to use diplomacy!

6.The hero Kaspar is prohibited.
7.In the final save, only one hero must remain on the map; that is, dismiss all the others.

8.To make the save appear in Heroes, place it in the folder My Documents\My Games\Heroes of Might and Magic V\Profiles\Your profile\Saves\

9.Discussion of the tournament on the forum is strictly prohibited until the end of the tournament!

Preparing the final saves:

1.Players must play strictly on the provided save. Restarting the game is prohibited.

2.The player must make intermediate saves at the end of each turn.

3.If the saves sent by the player cannot be opened by the current version of Heroes V (currently version 3.0), their result will not be counted.

Restrictions on save progression:

1.It is forbidden to hack or use any programs (other than Heroes) to edit saves.

2.It is forbidden to use any cheats or bugs. If you have doubts about a particular technique, consult with the judge; otherwise, you will use it at your own risk.

3.If a player suspects that their opponent has violated the rules, they have the right to request the opponent's save files and explanations for them, up to a description of the tactics of a specific battle. A copy of the request is sent to the judge. If the judge does not find satisfactory explanations, the player will be declared a "cheater" and expelled from the tournament and the forum. If a satisfactory description of the gameplay is provided, but the necessary saves are missing, the player will be given a loss with a warning about being excluded from the forum.

4.The final save file must reflect the tournament and the player's nickname, for example, Hunters-Nickname.sav or, as in my case, Hunters-Warmonger.sav Name the save both in the game and in the file itself!

The email address for sending the final saves is warmong(at)mail.ru

The tournament starts on July 28 (Monday) and ends on August 18 (Monday) at 12:00 PM; that is, the save will not be accepted before July 28!
Working map and save: (by ogo-i)



Alternative link


Official Tournament!

TOURNAMENT for HMM V: "Ghost Hunters"
Number
Participant
1
Krosh
2
Zehir2008
3
Leolopus
4
Uranist
5
T@mar@
6
Dracon Mallasa
7
Kitsune
8
Rafsan208
9
Makara2008
10
NEREWAR
11
LordViRuS
12
Arengar
13
Vampirchik
14
wolf64
15
Lord Vampire
16
WisTrit
17
asassin
18
kj1313
19
vesta
20
MisterM
21
Andrey44 44
22
Doraemon
23
Necromancher
24
KiriK
25
SEM 56
26
mozl
27
dim013
28
# ORIgiNAL #
29
Benedictor
30
Alexxxok
31
Tieru
User Avatar
18 years ago
Auto-translated
Add me to the list of participants.
In reply to wolf64
User Avatar
18 years ago
Auto-translated
wolf64;188819
Warmonger, which save file is better to submit -
the one at the end of day 28, or the one the computer automatically creates on day 29 (already with the result and calculated points)?
Submit the save file from the end of day 28.
In reply to Oblion
User Avatar
18 years ago
Auto-translated
dim013;188822
Please add me to the list of participants.
You have been registered as number 27. Good luck!
User Avatar
18 years ago
Auto-translated
Sign me up too.
User Avatar
18 years ago
Auto-translated
I am very sorry. I reviewed my work schedule and came to the conclusion...
I will not be able to participate in this wonderful tournament.
Sincerely, Indigo
Warmonger! Thank you for this tournament!!!
I will play the map for myself. Later. Definitely....
Guys and girls)!!! Take care of yourselves.
Good luck to everyone!
User Avatar
18 years ago
Auto-translated
I would like to register as one of the participants. How can I do that?
User Avatar
18 years ago
Auto-translated
Warmonger, I have a question. The rules state that points will be taken into account, meaning the sum of primary skills and the amount of mercury will not have any weight or statistics as it usually does?
User Avatar
18 years ago
Auto-translated
Sorry, but could you please remove me from your list? My version is not 3.0.
User Avatar
18 years ago
Auto-translated
I want to register as a participant. How do I do that?
Just leave your application here, and that's it.

I wanted to congratulate the organizer; someone finally stepped up and filled the gap in organizing the event. I'm sincerely glad.
User Avatar
18 years ago
Auto-translated
If it’s not too late, add me to the table. I’ve already started playing. I’d be happy to participate.
In reply to Uranist
User Avatar
18 years ago
Auto-translated
Uranist;188917
Count me in.
Registered as number 4, replacing Indigo.
Vampirchik;188923
If it's not too late, add me to the table. I've already started playing. I'd be happy to participate.
Registered as number 13, replacing DARK DRAGON.
Dracon Малласа;188918
Warmonger, I have a question. In the rules, it says that points will be taken into account, meaning the sum of primary skills and the amount of mercury will not have any weight or statistics as it usually does?
No, if the results are the same, the best will be determined by the higher number of points.
User Avatar
18 years ago
Auto-translated
Could you please explain what these garrisons are that drain all the MP?
18 years ago
Auto-translated
Could you please explain what these garrisons are that drain all the MP?

These are regular garrisons; a script has been applied to them.
User Avatar
18 years ago
Auto-translated
How can I find out how this script works? I can't find it in the editor.
18 years ago
Auto-translated
Here is a snippet of this script:
function garnF (hero)
player = hero
num = GetObjectOwner (player);
movepoints = GetHeroStat (player, 7);
ChangeHeroStat (player, 7, -movepoints);
end;

Trigger (REGION_ENTER_WITHOUT_STOP_TRIGGER, 'gar1', 'garnF');
Trigger (REGION_ENTER_WITHOUT_STOP_TRIGGER, 'gar2', 'garnF');
Trigger (REGION_ENTER_WITHOUT_STOP_TRIGGER, 'gar3', 'garnF');
Trigger (REGION_ENTER_WITHOUT_STOP_TRIGGER, 'gar4', 'garnF');
Trigger (REGION_ENTER_WITHOUT_STOP_TRIGGER, 'gar5', 'garnF');
Trigger (REGION_ENTER_WITHOUT_STOP_TRIGGER, 'gar6', 'garnF');
Trigger (REGION_ENTER_WITHOUT_STOP_TRIGGER, 'gar7', 'garnF');
Trigger (REGION_ENTER_WITHOUT_STOP_TRIGGER, 'gar8', 'garnF');
Trigger (REGION_ENTER_WITHOUT_STOP_TRIGGER, 'gar9', 'garnF');
, where 'garX' is the name of each garrison. If you want to learn how to write scripts in Heroes 5, read the Manuals; it might help you - http://all4heroes.net/node/259

Statistics

Welcome our newest member: recijeb