Jump to content
  • 0

Trying to remove the stupid box in the client...


Peopleperson49

Question


  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

I have done it before and I have a general idea, but I know somebody out there knows exactly how to do it. I want to remove the white box that is circled. I'm pretty sure you have to remove the UIQuikSlotWnd and something else from the windinfo.lub in the Lua Files. But I'm not exactly sure what and don't want to experment at the moment if somebody can tell me for sure. Also I want to remove the help menus when I log in. I already removed the korean section from the datainfo/helpmsgstr.lub so that not an issue, but overall I just can't seem to remove them. Never had this in my previous client version. Thanks.

 

Peopleperson49

 

post-1850-0-18339500-1378279049_thumb.jpg

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  318
  • Reputation:   37
  • Joined:  12/30/11
  • Last Seen:  

Remove Quickslot window

 

Find  and remove this 3 entrys. from windinfo.lub

WID_QUIKSLOTWND = 159

and 

elseif windowID == WID_QUIKSLOTWND then
        return "UIQuikSlotWnd"
and
UIQuikSlotWnd = {
    width = 77,
    height = 34,
    x = 900,
    y = 0
}

 

 
 
 
For Removing the Tips , just place empty http://subversion.assembla.com/svn/ClientSide/Translation_Project/renewal%20data/tipoftheday.txt in your GRF and it should be not displayed. 
 
Other way would be to hex the tipoftheday.lua  out of the exe
 
 
Edited by ossi0110
changed to code bbcode + link.
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

I had already tried to remove the stuff in the tipoftheday, however that had no effect. What did work was removing everything from inside the brackets in the helpmsgstr.lub. I was trying to disable it instead of deleting the text since its still a help menu. Now if you use the /h ingame its blank. Thanks.

 

Peopleperson49

Edited by Peopleperson49
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  139
  • Reputation:   24
  • Joined:  09/02/12
  • Last Seen:  

you can find this help message in your datainfo.

data\luafiles514\lua files\datainfo\helpmsgstr.lub

all you have to do is edit this thing.

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