Page 1 of 1

Character creation using base class settings

Posted: Mon Sep 05, 2011 1:30 am
by xinux
Currently right now when you set starting gear and starting skills by using either the base class or secondary base class it does not pull that information into the character_items and character_skills on character creation.
I was talking to Zcoretri and he was saying it looked like it's in the SendcharInfo but the SaveCharacter function is getting hit first.

Re: Character creation using base class settings

Posted: Mon Sep 05, 2011 11:01 am
by John Adams
There is new code that was just committed last night, which you likely do not have yet. The same functions are called "UpdateStarting____()", so it should not matter where the function is called, it should still receive the proper data.

Test Center has been updated to the current code, and I will upgrade the Dev server now.