Skylinx
Game Programmer
Hey!
I am trying to get rid of the "Please choose your outfit" box when you first login ..
So in the source files .. I know that you gotta edit
protocolgame.cpp
So from there, I looked for "Please choose your outfit"
And I found
I asked a trusted guy here on otland, and he said that's how to take it out.
So I delete it .. make sure I delete the '{' to stop it from declaring and stuff ..
Yet it gives me crazy errors!
Can someone PLEASE tell me how I can compile this damn .exe without any errors? I really want this outfit thing removed when you first login!
Or .. Would someone PLEASE! Compile for me . with the edited one, newest sources and stuff
And post it? Or send to me too me VIA msn
[email protected]
If anyone would, omg, thank you and Rep++
I am trying to get rid of the "Please choose your outfit" box when you first login ..
So in the source files .. I know that you gotta edit
protocolgame.cpp
So from there, I looked for "Please choose your outfit"
And I found
PHP:
if(!player->getLastLoginSaved() > 0)
{
tempstring += " Please choose your outfit.";
sendOutfitWindow();
}
else
{
So I delete it .. make sure I delete the '{' to stop it from declaring and stuff ..
Yet it gives me crazy errors!
Can someone PLEASE tell me how I can compile this damn .exe without any errors? I really want this outfit thing removed when you first login!
Or .. Would someone PLEASE! Compile for me . with the edited one, newest sources and stuff
[email protected]
If anyone would, omg, thank you and Rep++