- Joined
- Jun 17, 2011
- Messages
- 64
how can i make it share but not split so it doesnt divide 50 exp between 8 people?
i cant findhere is an example :
Sorry for the french stuff xD
- -------- Considered hero : UNIT, owned by PLAYER --------
- Set INTEGER = 0
- Set POINT = (Position of UNIT)
- For each (Integer A) from 1 to 12, do (Actions)
- Boucle - Actions
- If (All Conditions are True) then do (Then Actions) else do (Else Actions)
- If - Conditions
- (Number of units in (Units within 1800.00 of POINT matching ((((Matching unit) is A hero) Egal Ã* TRUE) and ((Owner of (Matching unit)) Egal Ã* (Player((Integer A))))))) Supérieur Ã* 0
- So - Actions
- Set INTEGER = (INTEGER + 1)
- Else - Actions
- Hero - Make PLAYER Heroes gain (100.00 x (Real(INTEGER)))% experience from future kills
- Custom script: call RemoveLocation(udg_POINT)
That should be under unit groupi cant find
- Set POINT = (Position of UNIT)
- (Number of units in (Units within 1800.00 of POINT matching ((((Matching unit) is A hero) Egal Ã* TRUE) and ((Owner of (Matching unit)) Egal Ã* (Player((Integer A))))))) Supérieur Ã* 0
- Hero - Make PLAYER Heroes gain (100.00 x (Real(INTEGER)))% experience from future kills
Uhu I like it xD''Jass is like taking the long, treacherous, and exhausting path up the mountain, while GUI is like taking the catapult''
Hero is a variable. unless it is suppose to be a heroSet Unit = Hero Who's Hero? is that a variable? or what is it?
((Number of units in (Units within 1800.00 of TempPoint matching (((Matching unit) is A Hero) Equal to True))) Equal to 0) and ((Owner of (Matching unit)) Equal to (Player(IntegarA)))
The temp point??? i can't see it set there.
Offtopic; Dude im serious about that quote
''Jass is like taking the long, treacherous, and exhausting path up the mountain, while GUI is like taking the catapult''
Me too, i truely like itOfftopic; Dude im serious about that quote
It's unitthe hero type for the variable?
Try to ask the maker; plus, the map might be unprotcted.also in monster master rpg everyone gets exp (when near by) but it splits between your monsters not the other players.
Do you know a good place to learn the basics i know a little but it ends up failing. Also the trigger still isnt working it closes warcraft in the first 2 seconds.It's unit
Btw, I advise you to first learn the basics of triggering, you'll be able to make everything by urself (and save a lot of time)
Actually, I think forums where u can learn stuff are just made to help u in a specific situation. I learnt almost everything by myself, which is very satisfying, but also faster as u remember much better. It's just an advice; Otherwise , check the forums of the Hive, I'm sure u ll find basics on triggeringDo you know a good place to learn the basics i know a little but it ends up failing.