|
Write your own destiny, or else someone will write it for you!
|
For future reference check the wiki first. It has a Kills to Cash Tutorial (and a lot more).
Methods 2 & 3, "Rewards based on opponent deaths" and ""Perfect" kills to cash" are the methods that may suit your needs. ![]() ![]() ![]() ![]() ![]() ![]() ![]() http://sonsofwar.pyrom.net/index.html___0% 100% |
|
We are not amused
|
http://www.staredit.net/?file=609
If you feel up to digging through this, it has the kills to cash perfect method already implemented. Unfortunately, I didn't do it with multiple units (only zealots are made, and each kill/razing gives one mineral). It does, however, work much faster than the original method, since multiple people can get money in the same trigger cycle. It essentially requires everything to be moved to player 8 (the last player to run triggers), but lets you get kills much faster. You will want trigger duplicator or text trigger duplicator to make a lot of triggers quickly. http://www.staredit.net/files/383/ It would seem devilesk's text trigger duplicator isn't in the database. Someone might have it, or check the maplantis DB. ![]() ![]() ![]() ![]() ![]() ![]() Of the sparkling wines, the most famous is Perth Pink. This is a bottle with a message in, and the message is 'beware'. This is not a wine for drinking, this is a wine for laying down and avoiding.
Another good fighting wine is Melbourne Old-and-Yellow, which is particularly heavy and should be used only for hand-to-hand combat. |
|
Taking StarCraft Map Making to the Limit!
|
You can also award based on score, so like, instead of setting it to 0, you can subtract 50, which is the score of a zergling, of course, this would have problems if you are killing more than 1 type of unit, if it's a defense, you can change the amount of points subtracted based on which level you're on.
|
|
hi guys thanks for the replies. I actually did check out some of that kills to cash documentation before i made this topic.
the problem is i'm not making a "kills to cash" map (if u understand that term correctly...). it's actually just a normal melee map, except it keeps a tally of the value of each unit killed in the course of the game. it doesn't even really qualify as a UMS, technically (although it will require to be run in UMS mode to work of course). in a melee game there can easily be dozens of units dying simultaneously in the same second, and i need the map to somehow tally up the points for all of those units without missing any of them. from what you've linked it seems there is no clean method for doing this? one thing i was able to do in the past was, a crude method. i made a new trigger for each unit death, so it went like this: Player kills 1st zergling, add 25 points. Player kills 2nd zerglings, add 25 points. ... Player kills 1000th zergling, add 25 points I ended up with about 15,000 triggers. The map ended up a bit laggy and weighing 700 KB. But it also records every kill, no matter how rapidly massive amounts of units are dieing. However whenever there's a bug it's quite annoying sifting through 15k triggers to fix it. I was hoping there was a cleaner method out there? But nobody seems to know one? Also "devilesk's text trigger" sounds like it would be handy, does anybody have it so that I could get it off you, please? I checked mapatlantis but it apparently died. Thanks again for the replies, I really appreciate your help. Been trying to make this map for like 5 years! PS. thanks "rockz" for that trigger duplicator. I think that might come in handy fixing my 15k trigger map lol! This post was edited 3 times, last edit by jozsef: Sep 4 2008, 10:36 am.
![]() ![]() ![]() ![]() ![]() ![]() |
|
Write your own destiny, or else someone will write it for you!
|
The game automatically sums up the point values of killed units. You can access it via kills score.
For what purpose are you tallying the points? Just to display "the best killer"? Then use a leaderboard. For other purposes use the kills-to-cash methods and modify them to your needs. Although they are called kills to cash it doesn't mean you couldn't display a text, give units or whatever you desire instead of a monetary reward. ![]() ![]() ![]() ![]() ![]() ![]() ![]() http://sonsofwar.pyrom.net/index.html___0% 100% |