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: Changing monster names
Thread: Changing monster names This thread is 2 pages long: 1 2 · NEXT»
Haregar
Haregar


Famous Hero
of destruction
posted May 20, 2005 12:42 PM

Changing monster names

Hello, I want to change name from Demon to Kreegan and add some attack. I know, what I have to do to add attack, but I don't know, how to make other name. My projects of script are not very good. Game always says: "Wrong ERM" :/ I don't understand in ERM help this and in ERM Help are not examples for this scripts. Help! :|

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


Responsible
Supreme Hero
Forgotten but not Forsaken
posted May 20, 2005 01:23 PM

Quote:
Hello, I want to change name from Demon to Kreegan and add some attack. I know, what I have to do to add attack, but I don't know, how to make other name. My projects of script are not very good. Game always says: "Wrong ERM" :/ I don't understand in ERM help this and in ERM Help are not examples for this scripts. Help! :|


You can easily change the names with ZCrTrait.txt file. Just open it,change the names and put it in the Data folder.

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


Famous Hero
of destruction
posted May 20, 2005 01:35 PM
Edited By: Haregar on 20 May 2005

But I want change it in ERM :]

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


Responsible
Supreme Hero
Forgotten but not Forsaken
posted May 20, 2005 06:22 PM

ZVSE

!#VRz98:S^Kreegan^; [singular name]
!#VRz99:S^Kreegans^; [plural name]
!#UN:G1/48/0/98; [Set singular name to z98]
!#UN:G1/48/1/99; [Set plural name to z99]

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


Famous Hero
of destruction
posted May 20, 2005 06:55 PM
Edited By: Haregar on 20 May 2005

Thank you very much! But what means variable z98 and z99? :>
P.S. Can I use this script to change names other creatures?
EDIT: Why this script can't be use?
ZVSE
!!MA:A48/38;

And next question, how change cost of mosnter (example: demon cost 1000gp and 1 gem) . I use
!!MA:G48/5/3; and this script is wrong. How to check cost creatures in gold and some rescources?

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


Responsible
Supreme Hero
Forgotten but not Forsaken
posted May 21, 2005 11:16 AM

Quote:
But what means variable z98 and z99? :>

You set the names to these variables....
Quote:
P.S. Can I use this script to change names other creatures?

Yes you can
Quote:
Why this script can't be use?
ZVSE
!!MA:A48/38;


And next question, how change cost of mosnter (example: demon cost 1000gp and 1 gem) . I use
!!MA:G48/5/3; and this script is wrong.


Both scripts are good...but you are using a receiver(!!) ,that's why it's not working...
You must use an instruction (!#) :
!#MA:A48/38;
!#MA:C48/5/3; (C not G)


!#MA:C48/6/1000 C48/5/1; (This is to make demon's cost 1000gp and 1 gem)

Quote:

How to check cost creatures in gold and some rescources?


Sorry but i don't remember that...i'm not using it..


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


Famous Hero
of destruction
posted May 21, 2005 08:17 PM

Thank you, but in !!MA:G  I mean growth of creature

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


Responsible
Supreme Hero
Forgotten but not Forsaken
posted May 21, 2005 09:04 PM

Quote:
Thank you, but in !!MA:G  I mean growth of creature


!#MA:G48/x;  (X-how much do you want) it must be an instruction not a receiver.

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


Famous Hero
of destruction
posted May 21, 2005 09:48 PM

Yeah, I know but in ERM Help is write : "Receiver"

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


Responsible
Supreme Hero
Forgotten but not Forsaken
posted May 21, 2005 11:41 PM

Quote:
Yeah, I know but in ERM Help is write : "Receiver"


!# - instruction
!! - receiver


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


Responsible
Supreme Hero
Forgotten but not Forsaken
posted May 21, 2005 11:43 PM

Quote:
Yeah, I know but in ERM Help is write : "Receiver"


!# - instruction
!! - receiver

you can use that script as a reiceiver and as an instruction,but for receiver you need conditions (triggers !?)

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


Famous Hero
of destruction
posted May 22, 2005 11:38 AM

Ok, I create a kreegan script, but I dunno what's isn't correct. Game write this script is not correct. :/
ZVSE
!#VRz98:S^Kreegan^; [singular name]
!#VRz99:S^Kreegans^; [plural name]
!#UN:G1/48/0/98; [Set singular name to z98]
!#UN:G1/48/1/99; [Set plural name to z99]
!#MA:A48/35;
!#MA:C48/6/10000 C48/2/30;
!#MA48/30;
!#MA:E48/100;
!#MA:F48/25;
!#MA:G48/1;
!#MA:I48/25
!#MA:L48/7;
!#MA:M48/90;
!#MA48/3;
!#MA48/350;
!#MA:R48/1;
!#MA:S48/8;
!#MA:U48/-2;
!#MA:X48/256 X48/1024 X48/16384 X48/32768 X48/524288 X48/131072;
-----------------------------
Here's the script. What's wrong?!

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


Responsible
Supreme Hero
Forgotten but not Forsaken
posted May 22, 2005 12:28 PM

Quote:
Ok, I create a kreegan script, but I dunno what's isn't correct. Game write this script is not correct. :/
ZVSE
!#VRz98:S^Kreegan^; [singular name]
!#VRz99:S^Kreegans^; [plural name]
!#UN:G1/48/0/98; [Set singular name to z98]
!#UN:G1/48/1/99; [Set plural name to z99]
!#MA:A48/35;
!#MA:C48/6/10000 C48/2/30;
!#MA48/30;
!#MA:E48/100;
!#MA:F48/25;
!#MA:G48/1;
!#MA:I48/25
!#MA:L48/7;
!#MA:M48/90;
!#MA48/3;
!#MA48/350;
!#MA:R48/1;
!#MA:S48/8;
!#MA:U48/-2;
!#MA:X48/256 X48/1024 X48/16384 X48/32768 X48/524288 X48/131072;
-----------------------------
Here's the script. What's wrong?!


the last row must be :
!#MA:X48/705792

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


Famous Hero
of destruction
posted May 22, 2005 12:49 PM

I changed, but still are bugs...

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


Responsible
Supreme Hero
Forgotten but not Forsaken
posted May 22, 2005 01:17 PM

Quote:
Ok, I create a kreegan script, but I dunno what's isn't correct. Game write this script is not correct. :/
ZVSE
!#VRz98:S^Kreegan^; [singular name]
!#VRz99:S^Kreegans^; [plural name]
!#UN:G1/48/0/98; [Set singular name to z98]
!#UN:G1/48/1/99; [Set plural name to z99]
!#MA:A48/35;
!#MA:C48/6/10000 C48/2/30;
!#MA48/30;
!#MA:E48/100;
!#MA:F48/25;
!#MA:G48/1;
!#MA:I48/25
!#MA:L48/7;
!#MA:M48/90;
!#MA48/3;
!#MA48/350;
!#MA:R48/1;
!#MA:S48/8;
!#MA:U48/-2;
!#MA:X48/256 X48/1024 X48/16384 X48/32768 X48/524288 X48/131072;
-----------------------------
Here's the script. What's wrong?!


!#MA:I48/25; (you have forgotten the ";")

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


Famous Hero
of destruction
posted May 22, 2005 01:45 PM

Ok, all works, but game show me bad ERM:
!#MA:X48/256 X48/1024 X48/16384 X48/32768 X48/524288 X48/131072;
Then what's wrong now?

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


Responsible
Supreme Hero
Forgotten but not Forsaken
posted May 22, 2005 02:13 PM

Quote:
Ok, all works, but game show me bad ERM:
!#MA:X48/256 X48/1024 X48/16384 X48/32768 X48/524288 X48/131072;
Then what's wrong now?


Write this :
!#MA:X48/705792;

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


Famous Hero
of destruction
posted May 22, 2005 03:41 PM
Edited By: Haregar on 22 May 2005

Quote:
Quote:
Ok, all works, but game show me bad ERM:
!#MA:X48/256 X48/1024 X48/16384 X48/32768 X48/524288 X48/131072;
Then what's wrong now?


Write this :
!#MA:X48/705792;

OK, but write only this, yes? (!#MA:X48/705792)
EDIT: It works! How do you make this one ERM from those !#MA:X48/256 X48/1024 X48/16384 X48/32768 X48/524288 X48/131072;    ??

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


Promising
Famous Hero
who lost his body somehow...
posted May 22, 2005 05:09 PM

it's the sum of all the other flags.
____________

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


Famous Hero
of destruction
posted May 22, 2005 05:30 PM

Quote:
it's the sum of all the other flags.

Umm, then my first thing about this were correct

 Send Instant Message | Send E-Mail | View Profile | Quote Reply | Link
Jump To: « Prev Thread . . . Next Thread » This thread is 2 pages long: 1 2 · NEXT»
Post New Poll    Post New Topic    Post New Reply

Page compiled in 0.0524 seconds