Max hero lvl

SephirothX89

Member!
Joined
May 19, 2003
Messages
1,074
Reaction score
0
Location
Azeroth
Website
Visit site
i cant find out how to change the max hero lvl... i wanna set it to 100 for the open rpg im makin...

plz help!

also... is there a fast and easy way to make creeps respawn in an open rpg? like without having to make a seperate trigger for each monser group because there are hundreds :p

thx
 

Lightsith

Member!
Joined
Feb 7, 2004
Messages
40
Reaction score
0
Location
The Endless Abyss
Website
Visit site
Go to Advanced->Gameplay Constants->Hero-Maximum Level and set it to 100. i don't know anything about triggers, so i cant help you on the creep question.
 

(V)aster)V(ind

Member!
Joined
Jun 25, 2003
Messages
564
Reaction score
0
Location
permantly fused to the PS2
Website
www.idealplayers.com
maybe a reoccuring timer, but u'd still have to do alll those groups. ask someone like Tass or Darimus, they know (don';t they always)(sorry if I left anyone who knows this out, still getting used to WC3)
 

SephirothX89

Member!
Joined
May 19, 2003
Messages
1,074
Reaction score
0
Location
Azeroth
Website
Visit site
im a noob lol, could explain how a recouuring timer works and how to set it up?

if i was gonna do it for each one, could i do it like this?...

EVENTS-
Unit one i wanna respawn DIES

CONDITIONS-
None

ACTIONS-
wait 180 seconds
Create blahblah for player 12 at blah blah
Create (other kinda unit) for ...
Run Trigger (this Trigger)

would that work?

EDIT: WOOT 500th post
 

Jimstick

Member!
Joined
Oct 27, 2003
Messages
38
Reaction score
0
Website
Visit site
umm....that looks pretty good but at the end you dont need "run this trigger" it will run by itself.
And if you made the trigger like that you would need one for every monster in the game and you said there were many so that might take a while.
what you could do is change it to
-
EVENTS-
generic unit event - a unit dies
Conditions-
player comparison - owner of dying unit is equal to neutral hostile
Action-
wait 180 seconds create 1 unit of type "dying unit" at position of dying unit.
-
yep that looks right, this should work but if it doesn't PM me or post it in here and i will test it myself and try to fix it.
good luck man.
 
Top