Arolash Posted October 23, 2010 Posted October 23, 2010 Thanks for your update ^^. But when you click on attack, for example, character goes where I click. Is it possible to make a "solid" bar? Quote
roxy2000 Posted October 23, 2010 Author Posted October 23, 2010 just drag it next to the screen i made it so you can move it around better is even to put it off the screen. but a fixt position is possible Quote
Arolash Posted October 23, 2010 Posted October 23, 2010 Aah ok, off-screen works perfect. It would be excellent if you could find any fix to make it work inside in. Thanks for your answer! Quote
dracko Posted November 1, 2010 Posted November 1, 2010 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 Quote
Paradise Posted November 2, 2010 Posted November 2, 2010 hello.. i have a question! is it detectable from gm's? Quote
SSnakEE Posted November 6, 2010 Posted November 6, 2010 Hmm is there any way to make something like loop in this script ? I mean if I press pick up it will pick up all time or if it will be possible until again pressed this button ? Quote
roxy2000 Posted November 7, 2010 Author Posted November 7, 2010 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 Quote
SSnakEE Posted November 7, 2010 Posted November 7, 2010 Yes I done like you said , but I wanted to make pick up all time , even 1 hour ::) So here my question , is this script uses any loop functions?:) Quote
roxy2000 Posted November 7, 2010 Author Posted November 7, 2010 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 ! Quote
TILEMACHOS Posted November 7, 2010 Posted November 7, 2010 Nice one Roxy.. I am currently working to make a complete bot using the API call way :) This is how excacly L2Walker IG is working... Quote
clockman Posted November 7, 2010 Posted November 7, 2010 This is how excacly L2Walker IG is working... L2Walker IG don't use API calls, it's works on socket layer. (recv, send) Quote
TILEMACHOS Posted November 7, 2010 Posted November 7, 2010 Really?? I thought that was using API calls after some search i did on it... Quote
clockman Posted November 7, 2010 Posted November 7, 2010 No, for sure it's using recv & send or some L2Client wrapers on those functions. Quote
TILEMACHOS Posted November 8, 2010 Posted November 8, 2010 Anyway tha API call way it is fast and 100% compatible with Unreal Engine :D Quote
Recommended Posts
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.