Auryn Posted August 31, 2012 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
clydelion Posted August 31, 2012 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
Aerie Posted August 31, 2012 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
Auryn Posted August 31, 2012 Author 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
Auryn Posted September 1, 2012 Author Posted September 1, 2012 Problem still there, I tried different lubs, for the four ones in the luas root, no one is worlking. Quote
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 Auryn4 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.