Jump to content
  • 0

my client doesnt save hotkeys


Question

12 answers to this question

Recommended Posts

Posted

Check to see which lua files match the client date.

What I do is go here and check for the line where it says something along the lines "Updated lua files + lub files to kRO Patch(2010-08-18) .....". Then I check the closest stable revision number (in this case was 76).

Then checkout the lua files of that revision like so:

svn checkout http://subversion.assembla.com/svn/ClientSide/Lua_Project/lua%20files@76

or like this:

svn checkout -r 76 http://subversion.assembla.com/svn/ClientSide/Lua_Project/lua%20files

Where 76 was the version number.

Replace spaces with '%20' if it gives an error of folder not found or something along the lines.

Alternatively, you could download the lub files from here if you did not diff the client "Load Lua before Lub"

Posted (edited)

i will try your tip sir.

sir, i have a question about lub files, after i put the lua files to data folder should i build it now via grfbuilder? what will i do with the lub files?

Edited by Mr BrycE
Posted

Check your LUA/LUB files, make sure it match with your client. Also, diff your client to "Read Data Folder" also since hotkey are stored in UserKeys.lua in the DATA folder

Posted

im using eathena 15085 , and my client is too old, 2010-07-07 the thing is, wont save userkeys

so i need to find the lua files for 2010-07-07? and i need to add Read Data Folder when i diff right?

or

can i switch to a better client? will you suggest a better client including its lua files?

also, the diff i need to use is ShinssDiffpatcher right? and the diff for that client. please correct me if im wrong.

Posted (edited)

I think one of the solutions of your problem is to run you client as administrator...tried it and it worked..but if this doesn't solve the problem, then just follow the above guides...:)

Edited by kingraijun
Posted

I think one of the solutions of your problem is to run you client as administrator...tried it and it worked..but if this doesn't solve the problem, then just follow the above guides... :)

ew it working, how it can be?

any problem with/without run as admin?

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