m4stermind Posted February 19, 2012 Posted February 19, 2012 When I try to hover my cursor in the mount icon, it errors. I'm using 2011-03-15 client. Quote
danker Posted February 19, 2012 Posted February 19, 2012 you need to fix your LUA. goto stateicon folder -> stateiconinfo.LUA ctrl+f "EFST_ALL_RIDING" change this line StateIconList[EFST_IDs.EFST_ALL_RIDING] = { haveTimeLimit = 1, posTimeLimitStr = 2, descript = { {"Riding", COLOR_TITLE_TOGGLE}, } } into this StateIconList[EFST_IDs.EFST_ALL_RIDING] = { descript = { {"Riding", COLOR_TITLE_TOGGLE} } } 1 Quote
Judas Posted February 19, 2012 Posted February 19, 2012 yeah there isn't really need for timing for this skill, so the above should work Quote
m4stermind Posted February 19, 2012 Author Posted February 19, 2012 Thanks for the fix, it worked. I have question and this may be out of the topic. I'm thinking of switching to 2011-06-22 client. I was browing the changelog of lua SVN repo and got confused about this: Should I use the revision 130 since it's the last lua files that got the client of 2011 (rev130 - [2011-05-29]) or jump to rev 137 since it states in the description rev137 - [2012-02-12] - 2011-06-22 kRO Patch lua and lub I'm assuming the lua files of 2011-06-22 got updated on that revision. Please enlighten me up. Quote
danker Posted February 19, 2012 Posted February 19, 2012 well, its LUA not LUB, so there are no problems using it for 2011 and 2012 clients. Quote
Question
m4stermind
When I try to hover my cursor in the mount icon, it errors. I'm using 2011-03-15 client.
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.