Jump to content
Eternal Lands Official Forums
smalul

The #help command

Recommended Posts

I've been reading this post, posted by Entropy, and it seems that in version 0.5.9 Pre Alpha, an help command was added to the game. I've tried using it (I typed #help) and it brings up the help window, but also gives an error message: Unknown: #help. Again, this is very minor bug, but still a bug.

Share this post


Link to post
Share on other sites

#help is obsoleted. ctrl-h is the hotkey for the help window. it appears that it's already been completely removed in cvs for the next client release

No its still there in console.c line 866

int command_help(char *text, int len)
{
// help can open the Enc!
if(auto_open_encyclopedia)
{
	view_tab (&tab_help_win, &tab_help_collection_id, HELP_TAB_HELP);
}
// but fall thru and send it to the server
return 0;
}

Its just that the return value is zero, meaning, pass onto the server. From the comment it looks deliberate. May be the server code use to do something but not any more....

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

×