Page 1 of 1

[committed] Revert from advance, fix Contribution.

PostPosted: Mon Mar 01, 2010 2:58 am
by Carnifexe
Revision: 2149
Date: 11.02.2010
*) changes from Hxxride52
- Added: Server Property to make updated clients revert from Advanced Class to Base Class on character creation. (Armsmen become Fighter, etc. when this property is set "true")



Missing Reaver and Enchanter added

Patchfile attached


Greedings Carni

Re: Revert from advance, fix Contribution.

PostPosted: Mon Mar 01, 2010 3:44 am
by stephenxpimentel
i committed this fix :) Thanks Carni!

Re: Revert from advance, fix Contribution.

PostPosted: Mon Mar 01, 2010 4:54 am
by Carnifexe
you do a small mistake :)

This was wrong:
case (int)eCharacterClass.Fighter: return (int)eCharacterClass.Reaver;

Right was:
case (int)eCharacterClass.Reaver: return (int)eCharacterClass.Fighter;

Greedings

Re: Revert from advance, fix Contribution.

PostPosted: Mon Mar 01, 2010 9:27 am
by Tolakram
Fixed.

Re: Revert from advance, fix Contribution.

PostPosted: Mon Mar 01, 2010 10:17 am
by Graveen
Thx Carnifexe !

Re: [committed] Revert from advance, fix Contribution.

PostPosted: Mon Mar 01, 2010 4:24 pm
by stephenxpimentel
wow sorry was really late, the Fighter - Fighter must have thrown me off! :-P

Re: [committed] Revert from advance, fix Contribution.

PostPosted: Mon Mar 01, 2010 5:27 pm
by Graveen
The real point is you should have applyed the patch, not copied it ! ;)

(i know sometimes it is easier for some changes, but it is not significant longer in general)