Jump to content

[Share] Extra action bar on screen


roxy2000

Recommended Posts

  • 2 weeks later...

Roxctrl

 

Is a simple program that gives you an extra action bar on screen.

 

You can use mouse click  on the extra bar.

 

Or you can use the numpad key,s  (or both )

 

Also you can toggle the <ctrl> button whit  <capslock>  for pvp

 

Note on toggle ctrl  the the bar is off.

 

It works on all servers and on all clients.

 

also in combination whit botting programs like walker.

 

You can’t get banned for it  it don’t sent out anything.

 

I am not sure but I think no one ever made this before for Lineage.

 

and seem to me a great share.

 

it take me 4 weeks to build and i like to thank Emmanuel for helping me to kill the last bug,s

 

 

 

1.tings i like to improve are: current input go by default chat.

 

i like to sent it in the future directly to the client.

 

if you have any idée how plz let me know.

 

 

 

2. the possibilities are endless even 5 or 10 bars is possible whit this script

 

I like in the future to make it possible for the user to edit the bar,s

 

Whit there own preferences and skills.

 

I am hoping for some help from real scripter’s/coders  like Mr Clockman.

 

Bugs I don't think so but let me know if you find one

 

 

Well enjoy

 

 

 

 

 

 

 

http://www.megaupload.com/?d=27VXEYDM

 

 

 

 

 

 

http://www.virustotal.com/file-

scan/report.html?id=b821f8071e981a80378184a7a63140600daa243d6f9c008ceea551ebd5a06524-1286381383#

 

 

 

Update

 

I guess its ready a full graphical bar.

My share here is a graphical bar pack.

Whit working examples of a 1 graphical bar  and a 3 graphical bar.

+ a file of pic,s  of all skills to easy create your own bar.

+ a little screenshot tool for make small pic,s to add to your own custom bar.

+ installation file for autohotkey (ahk) needed to edit the scripts for the bars.

+ back up scripts  (easy to edit in notepad)

 

It still works best next to the screen .

Is undetectable .

Numpads keys still working.

(caps lock) will still toggle  (Ctrl)  note bar is off on toggle mode.

Works great in combination whit botting programs.

I tested whit Walker and L2 potion user.

So have fun creating your own custom bars.

If you find ways to improve the script plz let me know or share it here.

 

I Like to thank Clockman  for his wise words and getting me interested in C++ ;)

 

 

Pic,s :

http://nl.picturepush.com/public/4374155%5D%5Bimg=http://www2.picturepush.com/photo/a/4374155/640/4374155.bmp

 

http://nl.picturepush.com/public/4374167][img=http://www4.picturepush.com/photo/a/4374167/640/4374167.bmp

 

 

Bar Pack:

 

http://www.2shared.com/file/XQ7e4nXD/grafick_bar_pack.html

 

http://www.megaupload.com/?d=RTG5C15A

 

 

Have fun and let me know what your create :D

 

 

grafick bar pack.rar

Submission date:

2010-11-01 12:32:49 (UTC)

Current status:

queued (#1) queued (#2) analysing finished

Result:

14/ 43 (32.6%)

 

http://www.virustotal.com/file-scan/report.html?id=e7d50b5c9d7098aa7eae0d5ab5503abf1f7527bee292b356afd72107329d066c-1288614769

 

 

 

Link to comment
Share on other sites

sure there is  but this works great to

 

cl2:

ifWinExist, ahk_class Lineage II

WinActivate, ahk_class Lineage II

send, /pickup {enter}

sleep , 200

send, /pickup {enter}

sleep , 200

send, /pickup {enter}

sleep , 200

send, /pickup {enter}

sleep , 200

send, /pickup {enter}

return

Link to comment
Share on other sites

sure you can make a loop function in ank.

 

 

 

pick upper 1: use left schift  pick up / stop pick up

*LShift::
    KeyWait, LShift
    
    While !GetKeyState("LShift","P")
        send, /pickup {enter}
sleep , 500
    send, /pickup {enter}
sleep , 500
    KeyWait, LShift
Return

 

 

Or this one works even better ( set the pick up icon on F12) use left schift  pick up / stop pick up

 

 

*LShift::
    KeyWait, LShift
    
    While !GetKeyState("LShift","P")
        Send, {F12 down}
    Send, {F12 up}
    KeyWait, LShift
Return

 

Have fun picking up ;D

i am very bizzy now when i have time i edit the mainscript whit auto pickup toggle

thanks SSnakEE  good idea !

 

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.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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