Jump to content
  • 0

Alt+1 & Alt+2 shortcuts dont work.


Auryn

Question


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  147
  • Reputation:   1
  • Joined:  01/26/12
  • Last Seen:  

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
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

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

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  383
  • Reputation:   109
  • Joined:  11/11/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  147
  • Reputation:   1
  • Joined:  01/26/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  147
  • Reputation:   1
  • Joined:  01/26/12
  • Last Seen:  

Problem still there, I tried different lubs, for the four ones in the luas root, no one is worlking.

Link to comment
Share on other sites

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.

×
×
  • Create New...