putting the old character selection screen in 5517.

06/22/2013 01:24 LordGragen.#1
hey guys i am trying to put the old character selection screen, the one that 4275 was using but i am having some trouble doing it,

can anyone tell me which files need to be replaced?

but if i remember right i dont have to re place any since old things are in daa.wdf so maybe i just need to removed new ones?
06/22/2013 02:13 shadowman123#2
Conquer Online 2.0\data\main\flash\characterInAndOut.Swf
06/22/2013 02:14 Super Aids#3
You can never get the completely same character creation though.
06/22/2013 02:18 LordGragen.#4
Quote:
Originally Posted by shadowman123 View Post
Conquer Online 2.0\data\main\flash\characterInAndOut.Swf
yah thats for the new one right, but the old versions where not using flash.
06/22/2013 02:46 Super Aids#5
You can't switch it back to the old. You have to edit the new to look like the old.
06/22/2013 03:00 LordGragen.#6
Quote:
Originally Posted by Super Aids View Post
You can't switch it back to the old. You have to edit the new to look like the old.
ouch thats suxs, well i guess since its flash i can make custom one.

#request closed
06/22/2013 05:39 pro4never#7
you can just swap it out to the 5065 one. It's the best looking one ever imo.
06/22/2013 06:29 2slam#8
charactersinandout.swf > character1.swf >character2.swf>character3.swf>character4.swf
06/22/2013 12:57 _DreadNought_#9
5017 is the best.
10/11/2014 13:23 ~gameface~#10
I've used the CharacterInAndOut file from a 5065 version on a 5517 version, but it's not working, the new character creation screen just pops up for a sec.. any idea what's wrong?
10/14/2014 15:15 _MaryJuana#11
just add this in ur entitytable.cs

Quote:
if (eC.Class == 50)
{
message = "Ninja is not available!";
return false;
}