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 3.5 - WoG and Beyond > Thread: How to edit HotA?
Thread: How to edit HotA? This Popular Thread is 118 pages long: 1 10 20 30 40 50 60 70 80 90 100 110 ... 111 112 113 114 115 ... 118 · «PREV / NEXT»
ArchDruid
ArchDruid


Adventuring Hero
posted September 19, 2024 01:03 AM

Hello guys!


How can I change the +1 LOS radius bonus of the Speculum artifact to +2?

The spyglass have the same +1 bonus, which makes the other artifact pointless.

(The Speculum stands on 3 legs, it is bigger, heavier than a Spyglass. It really should give +2 radius in stead of just 1.)


 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
CsArOs
CsArOs


Hired Hero
posted September 21, 2024 09:37 AM
Edited by CsArOs at 12:33, 23 Sep 2024.

Speculum (0x0E43C6) and Spyglass (0x0E438A) are both coded using an EBX+1 (43). You would have to get some empty space to change it for 43 43 (shortest +2 possible).



Second Post:

I managed to remove Ring of the Magi as a combination arti and replace it with Armageddon's Blade:
0x4c857 -> 6a 0b 6a 11 6a 1d 8d4dec 6a 03
0x4c875 -> 80.

But I don't know how to make the new Armageddon's Blade require 4 items instead of 3. When I try to replace the code above with a jump to free space, the game crashes on startup. BTB2's method (replacing b9 06 00 00 00 with 6a 06 59 6a 17) also didn't work when I tried it. Does anyone know how to add an extra item to a combination artifact's requirements?

Update: I got it working. There's 8 nop (90) bytes at 0x4c8c8, so I used that as empty space for a short jump:

0x4c85b 6a 06 -> eb 6d (jump 109), 8d4dec 6a 04
0x4c8c8 90 90… -> eb 06 6a 17 6a 1d eb 8d (jump -115)

Everything marked bold applies only to my case (Arma blade, 4 elements with these arti IDs) and everything marked in Italics is brand new code.

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Phoenix4ever
Phoenix4ever


Legendary Hero
Heroes is love, Heroes is life
posted September 21, 2024 04:07 PM

Okay, so I have Eagle Eye learn level 3/4/5 spells and 85% chance at all levels. (Not 100% to leave a little for Eagle Eye specialists and artifacts.)
Are there any other ways to improve Eagle Eye though?
Making it learn spells DURING combat, not after?, or learn spells from creatures?

Alternatively Eagle Eye could always be 100%, but then Eagle Eye artifacts needs to be removed and 7 Eagle Eye specialists need new specials...

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
CsArOs
CsArOs


Hired Hero
posted September 23, 2024 12:29 PM
Edited by CsArOs at 12:34, 23 Sep 2024.

You could make it give hero extra knowledge, work as a spell damper, magic channel, etc.


Second post:
I figured out how to edit Interference % of Plate of Dying Light: 0x1d40c8 in Hota.dll.


Third post:

Out of all Factory buildings, only Mana Geneartor's cost is not defined in Hota.dat. Does anyone know where the cost is stated (most likely in Hota.dll)? I want to change it to 4 gems, to mirror Brimstone Stormcloud's cost.

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
xepomaht
xepomaht


Hired Hero
posted September 24, 2024 09:11 PM

CsArOs said:
You could make it give hero extra knowledge, work as
Out of all Factory buildings, only Mana Geneartor's cost is not defined in Hota.dat. Does anyone know where the cost is stated (most likely in Hota.dll)? I want to change it to 4 gems, to mirror Brimstone Stormcloud's cost.


Edit this line in editor and save:


 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
CsArOs
CsArOs


Hired Hero
posted September 25, 2024 01:31 PM
Edited by CsArOs at 13:32, 25 Sep 2024.

I know this line exists in HotA.dat, but it doesn't actually correspond to the cost. I've edited it before and it didn't change the cost in-game, which is why I've concluded its coded in Hota.dll instead.

And the line you pointed to is the cost of the Bank. The empty line (0s) is the one for Mana Generator.

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
HOTAfans
HOTAfans

Tavern Dweller
posted September 27, 2024 08:23 PM

In the new HotA 1.71 version,
the address seems to be shifted in HotA.all
the new one is
BAB1D:  35
BAB34:  35

BAB48:  2B
BAB5A:  2B

BAB6E:  1D
BAB80:  1D

BAB94:  3A
BABA6:  3A

Tested ok


AlexSpl said:
Ironfist of the Ogre spells (HotA.dll)

Haste (push 35h)

2485D: 35 (change both bytes to a desirable spell ID)
24874: 35

Bloodlust (push 2Bh)

24888: 2B
2489A: 2B

Fire Shield (push 1Dh)

248AE: 1D
248C0: 1D

Counterstrike (push 3Ah)

248D4: 3A
248E6: 3A


____________

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
kesnarii
kesnarii

Tavern Dweller
posted October 02, 2024 10:57 PM

Hello guys!

I am thinking how difficult would it be to bring back the old campaign menu to hota?

Does someone have any guide on menu editing?

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
CsArOs
CsArOs


Hired Hero
posted October 05, 2024 02:41 PM

Hello everyone,

I am working on a Scholar specialist. So far my code looked as follows:

0xa2657:
.....8d 4e 01 (lea ecx esi+1, basic scholar from Levels 1-2)
.....e9 c4ab0300 (jump to free space)

0xdd223 (free space):
.....0f be 87 d0000000 (loads scholar)
.....31d2 31c0 (zeros edx and eax)
.....b8 00 00 40 00 (sets value of eax to x400000)
.....8b15 80 9c 67 00 (edx value to the specialty index)
.....8b 40 1a (mov eax, [eax+1a]). According to btb's guide this can be used to find Hero ID data.
.....8d 04 80  8d 04 c2 - lea eax, appropriate data range.
.....83 38 00 cmp eax, 00 (skill specialty)
.....75 09 (if not -> jump)
.....83 78 04 12 cmp eax+4, 12 (scholar specialty)
.....75 03
.....8d 4e 02 (lea ecx esi+2, basic scholar from levels 1-3)
.....31c0 31d2 (cleans up eax and edx)
.....e9 fc 53 fc ff (jump back to the end of the original scholar function)

0xa2661
.....83c003 (eax+3, as this is what eax was in the original function at this point).

Clearly my EAX value pointer (b8 00 00 40 00) is incorrect, as the scholar skill works but the scholar specialty does not. Can someone tell what the correct eax value here would be?



 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
FfuzzyLogik
FfuzzyLogik


Known Hero
posted October 05, 2024 10:09 PM

I try to rework a bit artifacts as I notice a great difference of power for the same level of artifact...
The stats bonus can quite easily be changed (23E774 is the start for centaur's axe and you have 4 stats to change, then next artifact...)
But fpr example, Sandals of the Saint is a Relic artifact and adds +2 to all stats (so +8) and the Helm of Heavenly Eligntment is +6 to all stats (so +24 total), 3 times stronger... You can so be lucky and get a Relic 3 times stronger on a random finding of Relic... Its IMO, far too different.
I also try to equilibrate the needints of each slots. In original game you have : 37 treasure artifacts, 21 minor, 37 major and 25 relic.
The Misc have 46 artifacts, feet only 6, 10 rings, 8 torso, 8 left hand, 9 right hands, 17 neck, 9 shoulders and 10 head.
I changed that to get a more equivalent number of each and try to not place too many relic or treasures on same spot too.

I'd like to know if there is a way to add the 3 "unused" artifacts (Diplomat's suit, Mired in Neutrality, Ironfist of Ogre) and change them to be of use. Even if its just to add stats...  

____________
FfuzzyLogik.

If I'm crazy ? Sure, because its madness to be normal...

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
SilverG
SilverG


Known Hero
posted October 07, 2024 12:44 PM

Question

Hey guys, long time no see...

How have you all been?

Where can I find the ID of Spells, units etc? There was a site for it, but it is down now...

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
phoenix4ever
phoenix4ever


Legendary Hero
Heroes is love, Heroes is life
posted October 07, 2024 02:36 PM

Hi SilverG

Try this thread: http://heroescommunity.com/viewthread.php3?TID=18817&pagenumber=1

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
SilverG
SilverG


Known Hero
posted October 07, 2024 04:06 PM

phoenix4ever said:
Hi SilverG

Try this thread: http://heroescommunity.com/viewthread.php3?TID=18817&pagenumber=1


Thanks.

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
SilverG
SilverG


Known Hero
posted October 07, 2024 04:43 PM
Edited by SilverG at 17:08, 07 Oct 2024.

Dataloss

Sorry to bug you all, but I lost some of my documents for modding...

I can recall that there was a sort of txt file where all the Heroes adresses were..

Can someone help me out please?

NWM.... found it.

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
AlexSpl
AlexSpl


Responsible
Supreme Hero
posted October 07, 2024 06:59 PM

The Ultimate Heroes III Database by void_17 - heroes3.idb

Powered by IDA Free

Sharpen your modding skill, kak govoritsa.

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
SilverG
SilverG


Known Hero
posted October 08, 2024 05:18 PM
Edited by SilverG at 17:18, 08 Oct 2024.

Resource bonuses

Hello again,

can someone tell me the adresses for the Endless Bag, Purse and Sack of Gold where the gold bonuses are written at, please? (HH3 HD)

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
AlexSpl
AlexSpl


Responsible
Supreme Hero
posted October 08, 2024 06:29 PM
Edited by AlexSpl at 19:07, 08 Oct 2024.

You can find them easily in the UH3D (the Ultimate Heroes 3 Database with a proper search request). Really, try it, it contains tons! of information and how things work in this game.

Manuals are scarce, though. But it's worth the power of not asking about anything game related anymore, believe me

Just look for yourselves (self-explanatory images) -





See? It contains perfect English names of game methods! Wowsers.

* * *
Yeah, I know, easy to start, hard to master. But this THING can give you Archangel's wings, so you could fly way! higher than common modders (ok, you can compare them with imps, those have ERM-wings, but I think you're starting to understand which way this funny comparison goes already). Seriously, have you ever tried to add a single new spell to the game? Now you can add whatever you've ever dreamed of

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
SilverG
SilverG


Known Hero
posted October 09, 2024 09:07 AM

AlexSpl said:
You can find them easily in the UH3D (the Ultimate Heroes 3 Database with a proper search request). Really, try it, it contains tons! of information and how things work in this game.

Manuals are scarce, though. But it's worth the power of not asking about anything game related anymore, believe me

Just look for yourselves (self-explanatory images) -





See? It contains perfect English names of game methods! Wowsers.

* * *
Yeah, I know, easy to start, hard to master. But this THING can give you Archangel's wings, so you could fly way! higher than common modders (ok, you can compare them with imps, those have ERM-wings, but I think you're starting to understand which way this funny comparison goes already). Seriously, have you ever tried to add a single new spell to the game? Now you can add whatever you've ever dreamed of


Sadly, I canīt download IDA Free... it always redirects me to the payment site...

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
AlexSpl
AlexSpl


Responsible
Supreme Hero
posted October 09, 2024 12:15 PM

I guess you have to sign in to the shop and choose a free version.

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
SilverG
SilverG


Known Hero
posted October 11, 2024 07:13 PM

AlexSpl said:
I guess you have to sign in to the shop and choose a free version.


I did it, thanks AlexSpl!

Now... uhm... any tutorials? ^^

I would like to edit the University (if possible) so that it can also make you unlearn skills for a price...

Possibru?

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Jump To: « Prev Thread . . . Next Thread » This Popular Thread is 118 pages long: 1 10 20 30 40 50 60 70 80 90 100 110 ... 111 112 113 114 115 ... 118 · «PREV / NEXT»
Post New Poll    Post New Topic    Post New Reply

Page compiled in 0.1386 seconds