Search found 3 matches

by SilverMB
29 Jan 2011, 10:40
Forum: Mapmaking Guild
Topic: Scripting help for heroes 5 required please! :)
Replies: 6
Views: 6772

The consol says "Ok"
That's the code I am using now - still no reaction.

Code: Select all

 Trigger(NEW_DAY_TRIGGER, "days");
function "days"()
if GetDate(DAY_OF_WEEK) == 3 then  
AddHeroCreatures("Nur", 92, 1);
end;
end; 
:(


SilverMB
by SilverMB
28 Jan 2011, 09:33
Forum: Mapmaking Guild
Topic: Scripting help for heroes 5 required please! :)
Replies: 6
Views: 6772

Thanks for the quick replies guys! :) I tried to put the value ( 'heroname', creatureID, amount) in between ' ' the value turn orange (instat of black like before) - but it still doesnt work. Still no error message nothing. I found another post with a similar question , the code that was used there ...
by SilverMB
27 Jan 2011, 15:07
Forum: Mapmaking Guild
Topic: Scripting help for heroes 5 required please! :)
Replies: 6
Views: 6772

Scripting help for heroes 5 required please! :)

Hello everyone, I have been trying for the last 3 days to get a script working on a randomly generated map in Heroes 5. I read the guide CH_H5_scripting2.01 from here and I used HOMM5_Script_Functions.pdf for the specific functions. What I am trying to do is quite simple I want to add once a week 2 ...

Go to advanced search