• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Compiling] I am in desperate need of help / favour! Rep++

Skylinx

Game Programmer
Joined
Nov 26, 2008
Messages
399
Reaction score
15
Location
TORONTO, CANADA
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

PHP:
if(!player->getLastLoginSaved() > 0)
					{
						tempstring += " Please choose your outfit.";
						sendOutfitWindow();
					}
					else
					{
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++
 
What version of TFS are you using?

Edit: Sorry, didn't see that you asked for it with newest sources, compiling now.
 
Last edited:
Aff sorry, compiled GUI. My mistake, I'll recompile the console version. (The GUI version isn't working yet for 0.3.4)

Edit: Here ya go:
http://www.speedy*****malware.localhost/394875144.html
 
Last edited:
Back
Top