Jump to content
  • 0

Alt+1 & Alt+2 shortcuts dont work.


Question

Posted (edited)

I get the error message "invalid command" when I try to toggle an emotion with alt+1 & alt+2, whatever the emotion I configure with alt+m.

The other shortcuts work great.

I think it's a lua problem, but don't know which one(s).

BTW : Does someone knows how to remove the display of [Option] messages that pops in chat box at login ?

Problem still here.

Edited by Auryn

4 answers to this question

Recommended Posts

Posted

For Option messages, look for, in src/map/clif.c :

#if PACKETVER >= 20070918
	clif_partyinvitationstate(sd);
	clif_equipcheckbox(sd);

Replace by :

#if PACKETVER >= 20070918
	//clif_partyinvitationstate(sd);
	//clif_equipcheckbox(sd);

Then recompile.

Posted (edited)

You are using an incompatible lub for your client version..

change your 'data/lua files/hotkey.lub' to a compatible one

I'm using lubs the most close in time from my client version (2011-03-15), and this is not working, strange.

For Option messages, look for, in src/map/clif.c :

#if PACKETVER >= 20070918
	clif_partyinvitationstate(sd);
	clif_equipcheckbox(sd);

Replace by :

#if PACKETVER >= 20070918
	//clif_partyinvitationstate(sd);
	//clif_equipcheckbox(sd);

Then recompile.

I'm gonna try it, thank you Aerie.

Edited by Auryn

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...