Jump to content
  • 0

Mount Status Icon Error


m4stermind

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   1
  • Joined:  11/24/11
  • Last Seen:  

When I try to hover my cursor in the mount icon, it errors. I'm using 2011-03-15 client.

i3XId.jpg

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  105
  • Reputation:   10
  • Joined:  01/01/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

yeah there isn't really need for timing for this skill, so the above should work

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   1
  • Joined:  11/24/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  105
  • Reputation:   10
  • Joined:  01/01/12
  • Last Seen:  

well, its LUA not LUB, so there are no problems using it for 2011 and 2012 clients.

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