Posts from Current questions and answers regarding the map editor.
http://www.maps4heroes.com/forum/opinions.php?map_id=482&game=5
Help me open the map in the editor.
http://www.maps4heroes.com/forum/opinions.php?map_id=482&game=5
Added 2 minutes later
Guys, help me. The simplest function doesn't work, but everything is fine with other, including more complex, functions.
function arena_level_up_pl1 (hero)
MakeHeroInteractWithObject(heroname, "monster_arena1_pl1");
end;
Trigger(OBJECT_TOUCH_TRIGGER, "arena_level_up_pl1", "arena_level_up_pl1F");
Guys, help me out. The simplest function isn't working, but everything is fine with other, including more complex, functions.
function arena_level_up_pl1F (hero)
MakeHeroInteractWithObject(heroname, "monster_arena1_pl1");
end;
Trigger(OBJECT_TOUCH_TRIGGER, "arena_level_up_pl1", "arena_level_up_pl1F");
It seems like you should write "hero" instead of "heroname": MakeHeroInteractWithObject(hero, "monster_arena1_pl1").
Added 2 minutes later
It seems that you need to write "hero" instead of "heroname": MakeHeroInteractWithObject(hero, "monster_arena1_pl1").
I will, of course, change it, but the problem is that in other functions related to the hero's interaction with something, I wrote "heroname".
Added 2 minutes later
No, it still doesn't work.
What error does it show then?
What error message does it display?
Read what they write on that site. It seems you're not the only one with this problem.
[/CODE]
I know how to read. I'm asking for help opening the map. After all, the author upgraded it, which means they opened it. Are there any experts who can help?
I know how to read. I'm asking for help opening the map. Since the author upgraded it, it means they opened it. Are there any experts who can help?
What error does the editor give you when you try to open this map?
Who knows how to create a hero from a creature? If it's not too difficult, please help.
Does anyone know how to create a hero with a creature's appearance? If it's not too difficult, please help.
If you want to create a hero with a creature figurine, it's simple. In the editor, place any hero, and on the left, there's a "Shared" bar with "...". Click it. There, you can modify the highlighted yellow parameters to your liking. Then, save it (bottom right). Close the editor.
Thank you very much, it helped! And one more question: when I enter a battle, the model is of a regular hero, not the one I set. How can I fix this?