m4stermind Posted February 19, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 21 Reputation: 1 Joined: 11/24/11 Last Seen: January 9, 2014 Share 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 Link to comment Share on other sites More sharing options...
danker Posted February 19, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 105 Reputation: 10 Joined: 01/01/12 Last Seen: March 3, 2012 Share 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 Link to comment Share on other sites More sharing options...
Judas Posted February 19, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted February 19, 2012 yeah there isn't really need for timing for this skill, so the above should work Quote Link to comment Share on other sites More sharing options...
m4stermind Posted February 19, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 21 Reputation: 1 Joined: 11/24/11 Last Seen: January 9, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
danker Posted February 19, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 105 Reputation: 10 Joined: 01/01/12 Last Seen: March 3, 2012 Share Posted February 19, 2012 well, its LUA not LUB, so there are no problems using it for 2011 and 2012 clients. Quote Link to comment Share on other sites More sharing options...
Question
m4stermind
When I try to hover my cursor in the mount icon, it errors. I'm using 2011-03-15 client.
Link 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.