Jump to content
  • 0

Mount Status Icon Error


Question

4 answers to this question

Recommended Posts

Posted

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
Posted

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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...