Post Reply Home » Forums » Lineage 2 » Lineage 2 Submissions

Ac Tool Macro Submission : Lineage 2 Submissions

Posted: May 19th, 2004
Total Posts:10213 Joined:2004
This is an AC Tool macro which i learned to make on my own. The commented out things can be re-added for flexability on how you want to macro. IF anyone needs help just give me a shout.

Assist code is for targeting a friend of yours, auto following if he doesn't attack, and assisnting him if he does attack.

Next Target + Specific targeting should both be enabled at the same time, if youre being aggroed, Next Target will target the closer target (The aggro).

Soulshots should be uncommented if wanted also.

[code]
SetActiveWindow Lineage II Call
Constants
Attack = {F4}
Next = {F5}
AuraD = {F6}
AuraA = {F7}
Pickup = {F3}
soulshot = {f1}
assist = {f2}
End

While 1=1
//Keys /target [Green Dryad] {return}
//Delay 2
Keydown $Next 250
Delay 1

//Assist Macro Start
//Keys /target name {return}
//Keydown $assist 250
//delay 1
//Assist Macro End

//Keydown $soulshot 250
//Delay 1
Keydown $Attack 250
Delay 1
//Keydown $soulshot 250
//Delay 1
Keydown $Attack 250
Delay 1
Keydown $Pickup 250
Delay 1
Keydown $Pickup 250
Delay 1
End
[/code]
Posted: May 19th, 2004
Total Posts:10213 Joined:2004
Its simple and should work.. thou it is not inteligent enough to autodetect when something dies. It just follows its preset commands.

Nice little macro for an auto assist bot..

Seems to have unused constants. Which is a waste of memory. Thou in something this small it won't matter.

Problem with it is that it will assist and attack anything your friend targets even if he does not attack. Problem 2.. will not follow player he is assisting.

I heard about something similar on another site but never looked at the code. If I can find that code and it proves to be different then I will vote yes.

Found the other code.. Its called Partybot and is alot more complex.. with options for healer and melee.
This code seems to be original. granted its not as complex as some of the stuff we have =p but it is original. If you want to setup a bot to assist you in kiling something this is for you.

Best setup for this IMO would be 2 melee 1 healer..
Melee 1 be a live player.
Melee 2 be bot and assist melee 1.
Healer be live player to keep both melee alive.

With a few changes it cold be setup as a grief bot.. follow and attack anything the person you are griefing.. could also add in code to attack and kill said player if he is attacks you to make you leave lol
Posted: May 19th, 2004
Total Posts:10213 Joined:2004
Well, I was trying to figure out how to use some of my VB coding skills, to get If statements using it with number of loops, to get aura buffs to work, But i was still having problems with it. I remember having two accts on open beta and using the assist script that i made. I didn't seem to have any problems with it attacking things I wasn't attacking. I might be wrong, but i'm fairly sure it's not a problem. I dont recommend using it with higher lvl mobs (pink +, if youre assisting, just in case). Thanks for the vote :D
Posted: May 19th, 2004
Total Posts:10213 Joined:2004
I want a macro I can leave on in cruma groups.... this one is alright .... but im not a tank and i found myself drawing aggro because i would attack the targeted mob first. Wish there was a more complext assist macro.
Posted: May 19th, 2004
Total Posts:10213 Joined:2004
That was one of the reasons i was looking into a way for getting into the more complex stuff on this forum. Cept I dont really have the money. I'd understand how the code would work, and try to write/tweak some of my own. Learn as you go, ya know?
Posted: May 19th, 2004
Total Posts:10213 Joined:2004
lol.. atfnego I paid for entrance for the same reason. looked at the code for the official macro learnt it made unofficial changes and now I have taken over writing code for it lol..

With what I have learnt I may take my knowledge and write an inteligent assist macro.
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: Google [Bot] and 14 guests
Post Reply