Quote:
Originally Posted by Ele7Ven
Hello, I'd like to change the starting gump. For like when you pick what you want your character to be as in Necro, Ninja, etc. I'd like to change some of these to like Archer, etc. I've looked in Character Creation it says the names, does it help if I change the Names of like Necromancer to Archer and the skills?
|
Well i believe you might be able to change what the buttons do server side, but how the buttons appear and the text are client side i think, so you might have to make modification to the client files to get it to say archer.
Also you will have to change the scripts so what it does server side when the button is pressed is what you want it to do. Im pretty sure this is in CharacterCreation.cs, I know the profession they chose is passed to this delegate in there
Code:
private static void EventSink_CharacterCreated( CharacterCreatedEventArgs args )
Hope this helps.