Heroes of Might and Magic Community
visiting hero! Register | Today's Posts | Games | Search! | FAQ/Rules | AvatarList | MemberList | Profile


Age of Heroes Headlines:  
5 Oct 2016: Heroes VII development comes to an end.. - read more
6 Aug 2016: Troubled Heroes VII Expansion Release - read more
26 Apr 2016: Heroes VII XPack - Trial by Fire - Coming out in June! - read more
17 Apr 2016: Global Alternative Creatures MOD for H7 after 1.8 Patch! - read more
7 Mar 2016: Romero launches a Piano Sonata Album Kickstarter! - read more
19 Feb 2016: Heroes 5.5 RC6, Heroes VII patch 1.7 are out! - read more
13 Jan 2016: Horn of the Abyss 1.4 Available for Download! - read more
17 Dec 2015: Heroes 5.5 update, 1.6 out for H7 - read more
23 Nov 2015: H7 1.4 & 1.5 patches Released - read more
31 Oct 2015: First H7 patches are out, End of DoC development - read more
5 Oct 2016: Heroes VII development comes to an end.. - read more
[X] Remove Ads
LOGIN:     Username:     Password:         [ Register ]
HOMM1: info forum | HOMM2: info forum | HOMM3: info mods forum | HOMM4: info CTG forum | HOMM5: info mods forum | MMH6: wiki forum | MMH7: wiki forum
Heroes Community > Heroes 5 - Modders Workshop > Thread: [MOD] Might & Magic: Heroes 5.5 (started by magnomagus in May 2015)
[MOD] Might & Magic: Heroes 5.5 This Popular Thread is 438 pages long: 1 50 100 ... 126 127 128 129 130 ... 150 200 250 300 350 400 438 · «PREV / NEXT»
devilfire
devilfire


Adventuring Hero
posted February 08, 2016 09:12 PM

My mistake .. I saw that

"-Death Knights will be able to lower the morale of the enemy hero when using leadership (it doesn’t work for neutral creatures), they also need necromancy for the effect to work"

and decided that it is done that way, nevermind.

Can we have this instead of +6 attack ? It would be a lot more unique.

 View Profile
magnomagus
magnomagus


Admirable
Legendary Hero
modding wizard
posted February 08, 2016 09:44 PM

That is from the russian Tournament edition but they scraped it, it cannot work.
____________
MMH5.5 Downloads | MMH5.5 Translations | MMH5.5 FAQ

 View Profile
devilfire
devilfire


Adventuring Hero
posted February 08, 2016 10:06 PM

Speaking of tournament edition they seem to have a script that is making the Recruitment level dependant:

AS_RECRUITING [1] = {3, 2, 1, 0, 0, 0, 0};
AS_RECRUITING [5] = {4, 3, 2, 0, 0, 0, 0};
AS_RECRUITING [10] = {6, 4, 2, 0, 0, 0, 0};
AS_RECRUITING [15] = {10, 5, 2, 1, 0, 0, 0};
AS_RECRUITING [20] = {12, 8, 3, 2, 1, 0, 0};
AS_RECRUITING [25] = {15, 9, 5, 2, 1, 1, 0};
AS_RECRUITING [30] = {18, 10, 6, 3, 2, 1, 1};

v6.5.1 - 09/08/2013

just saying..

 View Profile
Belisarius
Belisarius


Promising
Known Hero
posted February 09, 2016 06:59 AM
Edited by Belisarius at 08:20, 09 Feb 2016.

magnomagus said:
Belisarius said:
and trying to make a good "trailer" video for MMH5.5.


That would be awesome!


well, here is my idea for the video part which is presenting mmh5.5 classes (and skills probably):

[img][/img]

where screen is "divided" in two areas
1 is content
2 is classes per race
in area 1, there is 1a as header, than 1b  main content and 1c as footer
in area 2 on top is 2a which is logo/symbol/avatar for each race, and 2b are actual classes per race

I am uploading the early working version of this video

 View Profile
Wakke
Wakke


Hired Hero
posted February 09, 2016 09:58 AM
Edited by Wakke at 10:20, 09 Feb 2016.

magnomagus said:
As i said, the manual:

» If the attacker's Attack is higher than the opponent's Defense (A≥D):

Damage = Stack_Size * random(min_dmg, max_dmg) * [ 1 + 0.033*(A-D) ]

» Else, the attacker's Attack is lower than the opponent's Defense (A≤D):

Damage = Stack_Size * random(min_dmg, max_dmg) / [ 1 + 0.033*(D-A) ]


I really prefer the original asymmetrical formula, and hope you reconsider bringing it back (nummerical changes are fine though).

The asymmetrical framework makes for interesting decisions on which stack is the best candidate for attack/defense boost/nerf, and which stacks to attack with which stacks.

Note that the asymmetry does not make defense worse than attack; instead it implies that once you have more defense than attack,changes in attack or defense have less effect. This effect makes attack/defence stats so much more interesting! It was put in the game like this for a reason, please reconsider, as I love your  mod

 View Profile
magnomagus
magnomagus


Admirable
Legendary Hero
modding wizard
posted February 09, 2016 11:06 AM

@Belisarius:

Nice work so far.

Quote:
I really prefer the original asymmetrical formula, and hope you reconsider bringing it back (nummerical changes are fine though).


??? That formula never existed, it was always like this, the stuff on CH was made up.
____________
MMH5.5 Downloads | MMH5.5 Translations | MMH5.5 FAQ

 View Profile
Wakke
Wakke


Hired Hero
posted February 09, 2016 11:12 AM
Edited by Wakke at 11:16, 09 Feb 2016.

magnomagus said:
@Belisarius:

Nice work so far.

Quote:
I really prefer the original asymmetrical formula, and hope you reconsider bringing it back (nummerical changes are fine though).


??? That formula never existed, it was always like this, the stuff on CH was made up.



Hmm, I'll make some tests in game... So you only changed numerical vaules with regards to damage calculation? No actual new formula structures?

 View Profile
magnomagus
magnomagus


Admirable
Legendary Hero
modding wizard
posted February 09, 2016 11:18 AM

That's the only thing possible, the formula is hardcoded.
____________
MMH5.5 Downloads | MMH5.5 Translations | MMH5.5 FAQ

 View Profile
MammothBro
MammothBro

Tavern Dweller
posted February 09, 2016 11:36 AM

devilfire said:
Speaking of tournament edition they seem to have a script that is making the Recruitment level dependant:

AS_RECRUITING [1] = {3, 2, 1, 0, 0, 0, 0};
AS_RECRUITING [5] = {4, 3, 2, 0, 0, 0, 0};
AS_RECRUITING [10] = {6, 4, 2, 0, 0, 0, 0};
AS_RECRUITING [15] = {10, 5, 2, 1, 0, 0, 0};
AS_RECRUITING [20] = {12, 8, 3, 2, 1, 0, 0};
AS_RECRUITING [25] = {15, 9, 5, 2, 1, 1, 0};
AS_RECRUITING [30] = {18, 10, 6, 3, 2, 1, 1};

v6.5.1 - 09/08/2013

just saying..


This would be neat, considering that governors gain levels passively. All might classes have Leadership and can get Recruitment, but they have little knowledge, so they do not benefit from Legion Regalia, Estates and other knowledge-based things too much. In contrast, magic classes (usually) have a lot of knowledge but cannot get Leadership, so they would benefit from artifacts more than Recruitment.

I think the numbers should be tweaked a little though, because governance boosts growth already, but this is a great idea IMHO, what do you think Magno?
____________

 View Profile
magnomagus
magnomagus


Admirable
Legendary Hero
modding wizard
posted February 09, 2016 11:57 AM

This script is insanely overpowered, any modification of recruitment numbers is already too much for Dungeon.

+recruitment already gives a knowledge bonus for might heroes with regalia
____________
MMH5.5 Downloads | MMH5.5 Translations | MMH5.5 FAQ

 View Profile
Belisarius
Belisarius


Promising
Known Hero
posted February 09, 2016 03:17 PM
Edited by Belisarius at 15:23, 09 Feb 2016.

It is way beyond overpowered. Max. change, if needed, in my opinion would be something like:

AS_RECRUITING [1] = {3, 2, 1, 0, 0, 0, 0};
AS_RECRUITING [5] = {3, 2, 2, 0, 0, 0, 0};
AS_RECRUITING [10] = {4, 2, 2, 0, 0, 0, 0};
AS_RECRUITING [15] = {4, 3, 2, 0, 0, 0, 0};
AS_RECRUITING [20] = {5, 3, 2, 0, 0, 0, 0};
AS_RECRUITING [25] = {5, 3, 2, 1, 0, 0, 0};
AS_RECRUITING [30] = {6, 4, 2, 1, 0, 0, 0};
AS_RECRUITING [35] = {6, 4, 3, 2, 0, 0, 0};
AS_RECRUITING [40] = {6, 4, 3, 2, 1, 0, 0};

But than again, what about Governing? Doesn't it do the same thing, boosting growth? What would governor with recruiting look like? (Especially Overlords)
_________
+recruitment already gives a knowledge bonus for might heroes with regalia
_________

 View Profile
Wakke
Wakke


Hired Hero
posted February 09, 2016 09:34 PM
Edited by Wakke at 21:34, 09 Feb 2016.

magnomagus said:
That's the only thing possible, the formula is hardcoded.


I double checked ingame, previously mentioned formula is used :

A. In case of Attack is higher: Damage = trunc(creature damage value * stack size * (1 + 0,033 * (attack-defense)) * (1 + attack boosters) * (1 – defense boosters))

B. In case attackers attack is lower than defenders defense value
Damage = trunc(creature damage value * stack size * (1 - (defense-attack) / (30,30+defense-attack)) * (1 + attack boosters) * (1 - defence boosters))

 View Profile
magnomagus
magnomagus


Admirable
Legendary Hero
modding wizard
posted February 09, 2016 09:46 PM

The result is the same, but it is not the formula the game uses.
____________
MMH5.5 Downloads | MMH5.5 Translations | MMH5.5 FAQ

 View Profile
Wakke
Wakke


Hired Hero
posted February 09, 2016 10:10 PM

magnomagus said:
The result is the same, but it is not the formula the game uses.


Indeed, I now realize the formula you mentioned yields the same result as the one I mentioned.

Anyhow, the cool thing about it is that the scenario where A>D progresses linearly, while the D>A scenario progresses logarithmically.

 View Profile
dredknight
dredknight


Honorable
Legendary Hero
disrupting the moding industry
posted February 09, 2016 10:42 PM

Wakke said:
magnomagus said:
The result is the same, but it is not the formula the game uses.


Indeed, I now realize the formula you mentioned yields the same result as the one I mentioned.

Anyhow, the cool thing about it is that the scenario where A>D progresses linearly, while the D>A scenario progresses logarithmically.


You are correct. that was the first thing I noticed when switched between H3 and H5 back in the days.

in H3:
20 more attack is 100% more damage (2.0 modifier - twice more)
20 more defense is 50% less damage (0.5 modifier - half less)

in H5:
20 more attack is 100% more damage (2.0 modifier - twice more)
20 more defense is 90% less damage (cap is 90%) (9.0 modifier - nine times less)
____________
Join our official discord channel

 View Profile
Wakke
Wakke


Hired Hero
posted February 10, 2016 09:32 AM

dredknight said:
Wakke said:
magnomagus said:
The result is the same, but it is not the formula the game uses.


Indeed, I now realize the formula you mentioned yields the same result as the one I mentioned.

Anyhow, the cool thing about it is that the scenario where A>D progresses linearly, while the D>A scenario progresses logarithmically.


You are correct. that was the first thing I noticed when switched between H3 and H5 back in the days.

in H3:
20 more attack is 100% more damage (2.0 modifier - twice more)
20 more defense is 50% less damage (0.5 modifier - half less)

in H5:
20 more attack is 100% more damage (2.0 modifier - twice more)
20 more defense is 90% less damage (cap is 90%) (9.0 modifier - nine times less)


No I think you have it wrong: your H3 example is actually H5 (vanilla).  I don't know about H3.

 View Profile
devilfire
devilfire


Adventuring Hero
posted February 10, 2016 10:02 AM

I guess an iteration of the recruitment script won`t be implemented ?

It can have big effect only on the capital city, while having a decent effect on every other city. It makes sense, the capital is the biggest city. The big effects can trigger after level 20 for example, at that point a few more troops are not gamebreaking.

 View Profile
matod
matod


Adventuring Hero
posted February 10, 2016 02:09 PM

It is too op with governance you will allways search with hero who can learn recruitment in duel imposible armg maps

 View Profile
luorax
luorax

Tavern Dweller
posted February 10, 2016 02:30 PM

I may have found a bug. Caster's luck doesn't seem to affect all spells. It doesn't work with (Empowered) Deep Freeze, for instance. The animation goes off when a lucky hit is rolled, however the damage it does is the same as normally. With (Empowered) Fireball it works, for example, the damage is properly increased. I have noticed this with a wide range of creatures, so it's not related to items or abilities.

 View Profile
devilfire
devilfire


Adventuring Hero
posted February 10, 2016 02:57 PM

Take into consideration that the hero with recruitment will need high level to get a decent effect and the fact that you have to stay in the town at the end of the 7th day of the week is making the skill bad for main heroes, so the most desirable results will be achieved in the middle till the end of a long game because the governators are relying only on the Town experience.

 View Profile
Jump To: « Prev Thread . . . Next Thread » This Popular Thread is 438 pages long: 1 50 100 ... 126 127 128 129 130 ... 150 200 250 300 350 400 438 · «PREV / NEXT»
Post New Poll   Post New Topic   Post New Reply

Page compiled in 0.1344 seconds