Jump to content
  • 0

misplaced macro (alt key shortcuts)


Jhedzkie

Question


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  297
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

hi.

i am using 2010-11-16aRagexeRE.exe and as the title says it, my macros' a bit messed up.

im using the latest LUA files from http://svn6.assembla.com/svn/ClientSide/Lua_Project/ so i'm a bit lost on which part did i messed up.

it's only malfunctioning on alt + 1 ~ alt + 10 that whenever i am hitting alt + 1, nothing happens, and when i hit alt + 2, the stored macro on shortcut list's alt + 1 is being performed. its like my whole alt + 1 ~ alt + 10 shortcuts moved one key to the right.

any hint on how to fix this would really be a great help

thanks in advanced.

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  633
  • Reputation:   78
  • Joined:  11/14/11
  • Last Seen:  

try using other client it's also my problem when I'am using 2010-11-16aRagexeRE.exe. I think the problem is not in the Lua/Lub file

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  297
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

try using other client it's also my problem when I'am using 2010-11-16aRagexeRE.exe. I think the problem is not in the Lua/Lub file

yeah, i am feeling the same way too. now im using 2011-01-04 and the macro on alt + 1 is now being triggered by hitting alt + 3.

it's really screwed.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  13
  • Reputation:   7
  • Joined:  11/08/11
  • Last Seen:  

Usually this problem is related to the hotkey.lub/lua file. What's the date of the lua files you're using now?

Edited by Rxz
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  297
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

Usually this problem is related to the hotkey.lub/lua file. What's the date of the lua files you're using now?

the latest files available from the link that i posted above.

and it says that it is Revision 130.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

hi TS

the problem might are...

Diff :

Load lua before lub

- i have experience adding this before and i got the same error and i fixed it by removing it. ( but for others this is not the major cause )

Lub:

Lub >= Client date

for example im using 2011 01 11 RE Client you suppose to use 2011 01 11 Lub

( if 2011 01 11 lub doesn't exist. find a lub that is near the client date )

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  297
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

hi TS

the problem might are...

Diff :

Load lua before lub

- i have experience adding this before and i got the same error and i fixed it by removing it. ( but for others this is not the major cause )

Lub:

Lub >= Client date

for example im using 2011 01 11 RE Client you suppose to use 2011 01 11 Lub

( if 2011 01 11 lub doesn't exist. find a lub that is near the client date )

so, i just have to remove load lua before lub.

and

what is the correlation between the .exe and .lub files used? which one should be newer? the .lub?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

Lub => Exe

Lub : http://svn6.assembla.com/svn/ClientSide/Lua_Project/lubs/

Clients( 2010 08 17b ++ ) : https://subversion.assembla.com/svn/weetools/clients/

example

Client is : Ragexe_RE 2011 01 11a

Lub must be: 2011 01 11 ( too )

but since 2011 01 11 lub doesn't exist

you have to use the next lub higher than 2011 01 11

the 2011 01 12 lub~

and yes

sometimes Load lua before lub answers the problem

but thats not the major problem~

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  297
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

yeah, i got 2011-01-12 lub files, and tried to remove the load lua first, and it worked just fine.

however, it seems like load lua first is recommended on weediff, wont it make any side effects or something?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  967
  • Reputation:   53
  • Joined:  11/13/11
  • Last Seen:  

yeah, i got 2011-01-12 lub files, and tried to remove the load lua first, and it worked just fine.

however, it seems like load lua first is recommended on weediff, wont it make any side effects or something?

ya its recommended

but you can remove it

i do lots of people here's RE Clients

i removed load lua before lub because of some reasons

and removing doesn't do any bad side effects

i suggest you try it first

nothing will happen unless you try it

xD

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  297
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

yeah, i got 2011-01-12 lub files, and tried to remove the load lua first, and it worked just fine.

however, it seems like load lua first is recommended on weediff, wont it make any side effects or something?

ya its recommended

but you can remove it

i do lots of people here's RE Clients

i removed load lua before lub because of some reasons

and removing doesn't do any bad side effects

i suggest you try it first

nothing will happen unless you try it

xD

/oh yeah thanks mate. it's working cool now.

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