Jump to content

Recommended Posts

Posted (edited)

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 :

UO0003.bmp

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

Edited by DukeAwesome
  • 2 weeks later...
Posted

Brilliant idea to use ahk for this. I want to change the commands, could u share this script without password prtotection?

I dont wanna use it as it would be mine, just i need to change your skillbar to fit it the actual characters. I play on a substacking server and some of my character has more skills then slot :)

Posted

thanks for the replay  :D

 

at the moment i am working at an advanced version wich you can move around the screen (works best next to the screen)

+ an  transparent graphical bar it works great.

 

a>a>

 

i am still hooping for some help whit  an interface that users easy can modifie to there own skills. (+ a CP healling pots option)

all help welcome ! i am not relay a good coder just starting.

here is the code for a non graphical bar

#NoEnv
#Persistent
#SingleInstance force
SendMode Input
SetWorkingDir %A_ScriptDir%
; Menu Tray, icon, rox.ico

Gui +LastFound +AlwaysOntop  -Caption +ToolWindow +E0x08000000
BackgroundColor = 990044
Gui, Color, %BackgroundColor%



Gui, Font, gold s10 bold
WinSet, TransColor, %BackgroundColor% 100






Gui, Add, Button, x00 y0 w110 h20  gcl1, attack 0 
Gui, Add, Button, x+0 y0 w110 h20 gcl2, pickup dot
Gui, Add, Button, x+0 y0 w110 h20 gcl3, attack enter
Gui, Add, Button, x+0 y0 w110 h20 gcl4, trade1
Gui, Add, Button, x+0 y0 w110 h20 gcl5, assist 2
Gui, Add, Button, x+0 y0 w110 h20 gcl6, invite 3
Gui, Add, Button, x+0 y0 w110 h20 gcl7, next target 8
Gui, Add, Button, x+0 y0 w110 h20 gcl8, sit 7
Gui, Add, Button, x+0 y0 w110 h20 gZin, rec 9

Gui, Add, Button, x00 y21 w110 h20  gcl10, new1
Gui, Add, Button, x+0 y21 w110 h20  gcl11, new2
Gui, Add, Button, x+0 y21 w110 h20  gcl12, new3
Gui, Add, Button, x+0 y21 w110 h20  gcl13, new4
Gui, Add, Button, x+0 y21 w110 h20  gcl14, new5
Gui, Add, Button, x+0 y21 w110 h20  gcl15, new6
Gui, Add, Button, x+0 y21 w110 h20  gcl15, new7
Gui, Add, Button, x+0 y21 w110 h20  gcl15, new8
Gui, Add, Button, x+0 y21 w110 h20  gcl15, new9




Gui, Show, y0 NoActivate
Gui, Show, y21 NoActivate









return









;#ifWinActive, Lineage II`

~`::
Suspend, toggle
if A_IsSuspended = 1
  GuiControl,, GuiText, Keymap: OFF
else
  GuiControl,, GuiText, Keymap: ON
return


;;;;; QWER for F keys ;;;;;

*capsLock::Send % "{blind}" (GetKeyState("LCtrl") ? "{LCtrl up}" : "{LCtrl down}")


*Numpad0::Send, /attack {enter}
*NumpadDot::send, /pickup {enter}
*NumpadEnter::send, /attackforce {enter}
*NumPad1::send, /trade {enter}
*NumPad2::send, /assist {enter}
*NumPad3::send, /invite {enter}
*NumPad7::send, /sit {enter}
*NumPad8::send, /targetnext {enter}
*NumPad9::send, /evaluate {enter}





1::Sendplay, !{F1}
2::Sendplay, !{F2}
3::Sendplay, !{F3}
4::Sendplay, !{F4}
5::Sendplay, !{F5}



cl1:
ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
Send, /attack {enter}
return

cl2:
ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
send, /pickup {enter}
return


cl3:
ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
send, /attackforce {enter}
return


cl4:
ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
send, /trade {enter}
return


cl5:
ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
send, /assist {enter}
return

cl6:

ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
send, /invite {enter}
return

cl7:
ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
send, /targetnext {enter}
return


cl8:
ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
send, /sit {enter}
return

Zin:
ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
send, /evaluate {enter}
return




cl10:
ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
send, /newa {enter}
sleep , 200
send, /newb {enter}
sleep , 400
send, /newc {enter}
return

cl11:
ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
send, /newd {enter}
return

cl12:
ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
send, /newe {enter}
return

cl13:
ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
send, /newf {enter}
return

cl14:
ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
send, /newg {enter}
return


cl15:
ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
send, /newh {enter}
return


cl16:
ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
send, /newi {enter}
return

cl17:
ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
send, /newj {enter}
return

cl18:
ifWinExist, ahk_class Lineage II
WinActivate, ahk_class Lineage II
send, /newk {enter}
return

Posted

Thanks for the replay :)

 

i can upload the full graphical bar but its based on  on a substacking server so not very useful for most of the players.

 

i like to make it possible for the user to  easy edit the bar,s  + ad a healling/cp pots option

 

if there are any  scripters on this forum like Clockman or any adder good scripter who like to help me out plz let me know.

 

cheers  ;)

 

 

 

Posted

yes it works in full screen mode to specially the ank  script you can move around on the screen.

But it works better in windows mode

 

and i haven't  load up the graphical bar yet.

I am still trying to find a  easy way for users to edit a graphical bar still hooping for some help from some real scriptwriters i gues i need a Nerd . ;D

if anyone have a spare Nerd that i can borrow plz let me know ;)

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.




  • Posts

    • Website: https://l2aurum.com/  Discord: https://discord.gg/l2aurum   Hello Everyone,  finally, the moment has arrived: I'm launching my own server, L2Aurum!   L2Aurum x300 Closed Beta Test - Start: 17.02.2025  [20:00 GMT+2] Grand Opening 21.02.2025 [20:00 GMT+2]     Experience Rates: x300 Skill Points Rates: x300 Adena Drop: x300 Premium Accounts: x2 Drop Rates: x1 Spoil Rates: x1 Quest Rates: x1 Only one account per player, no dualboxing allowed. Everything is earned through gameplay, no pay-to-win mechanics. No server wipes—your progress is permanent. Fair play is a priority, with no room for corruption. All players are treated equally, no special favors.     Buffs slots: 26+4, all buffs in NPC and Scheme System. Custom Armors: Aurum Apella Armor Custom Weapons: Aurum Weapon Custom Accessories: +300 P.Def & M.Def Tattoos: Mage & Fighter & Custom Shirts Custom Jewels: New Grand Bosses Auto Farm is FREE for everyone. Status Noblesse: Barakiel. Player Spawn Protection: 10 seconds. Geodata e Panthodes: ENABLED. All Commands are visible in .menu. System 2 Bishop Per Party: ENABLED. Boss Protect - Anti-Zerg: ENABLED.     Siege Duration: 2 hours (120 minutes). Siege Period: Every 7 days. Castle Reward: 100E Per Castle. Available Castles: Rune Aden Giran Giran Siege: Every Friday 20:00 GMT +2. Aden Siege: Every Saturday 20:00 GMT +2. Rune Siege: Every Sunday 20:00 GMT +2. Main Clan: 40 Members max. Royal Clan: 12 Members max. Knight Clan: 7 Members max. Alliance: You can have only 1.     Epic Boss Valakas: Monday 22:30 (GMT+2) Zaken: Tuesday | Thursday 22:30 (GMT+2) Queen Ant: Monday | Wednesday 22:30 (GMT+2) Baium: Friday 22:30 (GMT+2) Antharas: Saturday 22:30 (GMT+2) Orfen: Tuesday | Thursday | Saturday 18:30 (GMT+2) Core: Monday | Wednesday | Friday | Sunday 18:30 (GMT+2)   Raid Boss  Flame Of Splendor Barakiel Last Hit: Every Day Respawn 3-4 hours Ember: Every Day Respawn 3-4 hours Lilith: Every Day Respawn 3-4 hours Anakim: Every Day Respawn 3-4 hours Queen Shyeed: Every Day Respawn 3-4 hours Golkonda: Every Day Respawn 3-4 hours Shuriel: Every Day Respawn 3-4 hours Varka's Hero Shadith: Every Day Respawn 3-4 hours Ketra's Hero Hekaton: Every Day Respawn 3-4 hours Varka's Mos: Every Day Respawn 3-4 hours Chief Horus: Every Day Respawn 3-4 hours Ketra's Tayer: Every Day Respawn 3-4 hours Chief Brakki: Every Day Respawn 3-4 hours Sailren: Every Day Respawn 02:00   🥳🥳🥳🥳 I would like to chat personally with all of you over on our Discord and discuss any suggestions or feedback you might have.      Website: https://l2aurum.com/  Discord: https://discord.gg/l2aurum
    • DISCORD : https://discord.com/users/325653525793210378 utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/uthciha-services https://campsite.bio/utchihaamkt
    • DISCORD : https://discord.com/users/325653525793210378 utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/uthciha-services https://campsite.bio/utchihaamkt
    • DISCORD : https://discord.com/users/325653525793210378 utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/uthciha-services https://campsite.bio/utchihaamkt
    • DISCORD : https://discord.com/users/325653525793210378 utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/uthciha-services https://campsite.bio/utchihaamkt
  • Topics

×
×
  • Create New...