~ Forums of Enroth ~
Would you like to react to this message? Create an account in a few clicks or log in to continue.

~ Forums of Enroth ~

The Enroth diehard fan community
 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  
Latest topics
» [H3SW v0.8.2] Witch Hunt
[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Icon_minitimeby GodRage Yesterday at 22:56

» 5Kings1Ring
[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Icon_minitimeby GodRage Yesterday at 22:54

» Polskie powitanie
[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Icon_minitimeby rrravyn 2024-11-15, 09:53

» loading simplification
[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Icon_minitimeby badtoper 2024-11-15, 04:37

» Easier Troop Management Between Garrison and Hero in Town
[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Icon_minitimeby badtoper 2024-11-15, 04:05

» Improvements for Hero Management and Turn Confirmation
[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Icon_minitimeby badtoper 2024-11-15, 01:57

» [H3SW v0.8.2] Desert Isle
[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Icon_minitimeby Sir Albe 2024-10-31, 07:56

Poll
Global announcements should be:
Everlasting, 1 for each project.
[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Redbar110%[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Redbar12
 0% [ 0 ]
Temporary, when there is something new to announce.
[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Redbar11100%[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Redbar12
 100% [ 6 ]
Holalala... No idea where the Ultimate artifact is.
[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Redbar110%[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Redbar12
 0% [ 0 ]
Total Votes : 6
Most Viewed Topics
H3SW: General Graphics discussion
Ragoon's Graphics For HoMM3SW
Introduce yourself
H3SW General Discussion
H3SW Map List: Work in progress
H3SW: Dwelling Development
The Floody Land
Forum Admins Feed
Enrothian Fan Art
Heroes III: The Succession Wars v0.8.2 Beta

 

 [Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed

Go down 
3 posters
AuthorMessage
Unknown_Hero
Mage
Mage
Unknown_Hero


Messages : 780
Quality Points : 78
Registration Date : 2015-09-06

[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Empty
PostSubject: [Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed   [Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Icon_minitime2016-09-05, 04:44

When the Mage Guild is built, the supplementary spell sprites are not displayed in the Mage Guild for the additional spells added by scripting (total of 4 spells for each level).

So, only,

1 spell sprite for Mage Guild level 5,
2 spell sprites for Mage Guild level 4,
2 spell sprites for Mage Guild level 3,
3 spell sprites for Mage Guild level 2,
3 spell sprites for Mage Guild level 1

are displayed instead of 4 spell sprites for each level.
Back to top Go down
Darmani
Master Modder
Master Modder
Darmani


Messages : 289
Quality Points : 47
Registration Date : 2014-12-27

[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Empty
PostSubject: Re: [Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed   [Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Icon_minitime2016-09-05, 08:39

Not sure I understand. Screenshot?
Back to top Go down
Unknown_Hero
Mage
Mage
Unknown_Hero


Messages : 780
Quality Points : 78
Registration Date : 2015-09-06

[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Empty
PostSubject: Re: [Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed   [Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Icon_minitime2016-09-05, 09:17

The Mage Guild screen after the Mage's Ring of Power makes the Mage Guild is automatically built.
No additional spell sprites displayed.

[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed YFjhCyG
Back to top Go down
Darmani
Master Modder
Master Modder
Darmani


Messages : 289
Quality Points : 47
Registration Date : 2014-12-27

[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Empty
PostSubject: Re: [Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed   [Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Icon_minitime2016-09-07, 11:03

Ah. Building a mage guild apparently will reset the number of spells available. This is fixed, and the fix will be included in the next release. Thanks for the report!
Back to top Go down
DarkAtom
Pikeman
Pikeman
DarkAtom


Messages : 47
Quality Points : 6
Registration Date : 2018-02-27

[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Empty
PostSubject: Re: [Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed   [Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Icon_minitime2019-01-04, 11:38

Darmani wrote:
Ah. Building a mage guild apparently will reset the number of spells available. This is fixed, and the fix will be included in the next release. Thanks for the report!

This is not fixed in Ironfist 1.3.0 (03 Jan 19). The spells are learned by the hero, but they are not displayed in the Mage Guild. This script doesn't work:
Code:

 SetNumGuildSpells(t, 0, 4);
 SetNumGuildSpells(t, 1, 4);
 SetNumGuildSpells(t, 2, 4);
 SetNumGuildSpells(t, 3, 4);
 SetNumGuildSpells(t, 4, 4);
 SetGuildSpell(t, 4, 0, SPELL_DIMENSION_DOOR);
 SetGuildSpell(t, 4, 1, SPELL_SUMMON_WATER_ELEMENTAL);
 SetGuildSpell(t, 4, 2, SPELL_SUMMON_EARTH_ELEMENTAL);
 SetGuildSpell(t, 4, 3, SPELL_RESURRECT_TRUE);
 BuildInCurrentTown(BUILDING_MAGE_GUILD);
 BuildInCurrentTown(BUILDING_MAGE_GUILD);
 BuildInCurrentTown(BUILDING_MAGE_GUILD);
 BuildInCurrentTown(BUILDING_MAGE_GUILD);
 BuildInCurrentTown(BUILDING_MAGE_GUILD);

This one does:
Code:

 SetGuildSpell(t, 4, 0, SPELL_DIMENSION_DOOR);
 SetGuildSpell(t, 4, 1, SPELL_SUMMON_WATER_ELEMENTAL);
 SetGuildSpell(t, 4, 2, SPELL_SUMMON_EARTH_ELEMENTAL);
 SetGuildSpell(t, 4, 3, SPELL_RESURRECT_TRUE);
 BuildInCurrentTown(BUILDING_MAGE_GUILD);
 BuildInCurrentTown(BUILDING_MAGE_GUILD);
 BuildInCurrentTown(BUILDING_MAGE_GUILD);
 BuildInCurrentTown(BUILDING_MAGE_GUILD);
 BuildInCurrentTown(BUILDING_MAGE_GUILD);
 SetNumGuildSpells(t, 0, 4);
 SetNumGuildSpells(t, 1, 4);
 SetNumGuildSpells(t, 2, 4);
 SetNumGuildSpells(t, 3, 4);
 SetNumGuildSpells(t, 4, 4);

Not a big deal, but still a bug.
Back to top Go down
Unknown_Hero
Mage
Mage
Unknown_Hero


Messages : 780
Quality Points : 78
Registration Date : 2015-09-06

[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Empty
PostSubject: Re: [Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed   [Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Icon_minitime2019-01-04, 12:00

Yes, don't worry, this has already been discussed here.
The script has been revised and worked well in the unofficial version of "Ironfist 1.3.0+" from January 1, 2019.
I think the script fixes will be available again in the next unofficial version of "Ironfist 1.3.0+", it's just a matter of time and coordination. Smile
Back to top Go down
Sponsored content





[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Empty
PostSubject: Re: [Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed   [Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed Icon_minitime

Back to top Go down
 
[Ironfist ver 1.2] Sorrow's End map - No supplementary spell sprites displayed
Back to top 
Page 1 of 1
 Similar topics
-
» [Ironfist ver 0.8.4] Spell Scroll is saved with (null) instead of the spell
» [Heroes 2 Bugs] Number Of Spell Points For Summon Elemental Spells Not Displayed Correctly
» [Ironfist 1.3.0+] Missing Sorceress sprites
» [Ironfist ver 1.3.0] Sorrow's End map - Sprites of creatures missing on the adventure map
» [Ironfist ver 1.2] Diplomacy spell

Permissions in this forum:You cannot reply to topics in this forum
~ Forums of Enroth ~ :: Modding Guild :: Heroes of Might and Magic II: Project Ironfist :: Bug Reports-
Jump to: