ranking

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
corey8084
New user
Posts: 4
Joined: 15 Apr 2009, 17:47

ranking

Post by corey8084 »

What is the purpose behind the ranks of the units? Do the higher ranks increase the stats of that unit in any way? I was just curious because I have put a lot of effort to keep eight units alive from mission one to mission five I believe and have six of them to the elite rank. What good is the rank? Is there a list of the ranks and the experience required to reach that rank?
User avatar
whippersnapper
Regular
Regular
Posts: 1183
Joined: 21 Feb 2007, 15:46

Re: ranking

Post by whippersnapper »

.

- Member BlueMaxima is working on an instruction Manual in .PDF form which you can download
HERE: http://dl1u.savefile.com/ade1bbfb18cd33 ... roject.pdf

- The information you want is on page 9.

- If your interested in BM's effort the thread that covers the Manual and supporting docs, etc can be
reached here: viewtopic.php?f=6&t=2828&p=27551#p27551

- regards, whipper.
.
.
"I need no warrant for being, and no word of sanction upon my being. I am the warrant and the sanction." Anthem

"Art is the selective recreation of reality according to the artist's metaphysical value judgments." A. Rand
.
corey8084
New user
Posts: 4
Joined: 15 Apr 2009, 17:47

Re: ranking

Post by corey8084 »

So other than kill count, it amounts to nothing?
User avatar
Zarel
Elite
Elite
Posts: 5770
Joined: 03 Jan 2008, 23:35
Location: Minnesota, USA

Re: ranking

Post by Zarel »

corey8084 wrote:So other than kill count, it amounts to nothing?
Increase in accuracy, decrease in accuracy of anything trying to hit you. I don't remember if there are any other effects, but there probably are.
EvilGuru
Regular
Regular
Posts: 615
Joined: 23 Jun 2007, 22:41

Re: ranking

Post by EvilGuru »

It has been a while since I've looked at the code but I believe that you also take less damage - proportional to your rank.

Furthermore it is important to point out that when a unit is assigned to a commander that the rank it assumes is that of MAX(unit rank, commander rank) - so if your commander is of a very high rank then all of the units assigned to it also assume that rank.

I am hoping in the future to make the rank of commanders perpetual, such that when a commander dies its rank is saved and assigned to the next commander that is built. This should serve to make them more useful both in campaign and multi-player games.

Regards, Freddie.
User avatar
Zarel
Elite
Elite
Posts: 5770
Joined: 03 Jan 2008, 23:35
Location: Minnesota, USA

Re: ranking

Post by Zarel »

http://wzguide.co.cc/rankings

I just went and looked through the source to create this table. For each rank, you get +5% movement speed and accuracy, and you reduce enemy attacks' accuracy by 5% and damage by 6%.

And it's MAX(unit rank, commander rank + 1)
EvilGuru
Regular
Regular
Posts: 615
Joined: 23 Jun 2007, 22:41

Re: ranking

Post by EvilGuru »

Zarel wrote:And it's MAX(unit rank, commander rank + 1)
Depends, in multiplayer it is, but in single player it is MAX(unit rank, commander rank).

Should also be noted that in multiplayer games commanders rank up twice as quickly as in single player games.

Regards, Freddie.
corey8084
New user
Posts: 4
Joined: 15 Apr 2009, 17:47

Re: ranking

Post by corey8084 »

Ok, thank you. I was about willing to sacrifice my high ranked if all they were good for was looks. thank you :)