Auryn Posted August 31, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 147 Reputation: 1 Joined: 01/26/12 Last Seen: April 27, 2018 Share Posted August 31, 2012 (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 August 31, 2012 by Auryn Quote Link to comment Share on other sites More sharing options...
clydelion Posted August 31, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 754 Reputation: 186 Joined: 05/22/12 Last Seen: October 15, 2022 Share Posted August 31, 2012 You are using an incompatible lub for your client version.. change your 'data/lua files/hotkey.lub' to a compatible one Quote Link to comment Share on other sites More sharing options...
Aerie Posted August 31, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 383 Reputation: 110 Joined: 11/11/11 Last Seen: August 2, 2017 Share Posted August 31, 2012 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. Quote Link to comment Share on other sites More sharing options...
Auryn Posted August 31, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 147 Reputation: 1 Joined: 01/26/12 Last Seen: April 27, 2018 Author Share Posted August 31, 2012 (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 September 1, 2012 by Auryn Quote Link to comment Share on other sites More sharing options...
Auryn Posted September 1, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 147 Reputation: 1 Joined: 01/26/12 Last Seen: April 27, 2018 Author Share Posted September 1, 2012 Problem still there, I tried different lubs, for the four ones in the luas root, no one is worlking. Quote Link to comment Share on other sites More sharing options...
Question
Auryn
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 AurynLink to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.