Jump to content
  • 0
m4stermind

Mount Status Icon Error

Question

4 answers to this question

Recommended Posts

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}
}
}

  • Upvote 1
Link to comment
Share on other sites

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.

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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.