Follow function autoit for l2bot lineage II

05/05/2015 11:16 tualc#1
[ Sorry if i posted in the wrong section, i am new here ] Hello. I wish to know how to edit the scripts in l2bot for lineage so that i can play on 2 different pc's with 2 different accounts, one character i will use as main and i will play with it and the other will be a support bot.
The problem is i do not know how to edit the support.au3 file so that the bot will follow and assist the main character and then add it to universal.au3
Here is the link for the scripts : [Only registered and activated users can see links. Click Here To Register...]
This is the support script :
#include "../source/hooks.au3"
#include "../conf/interface.au3"
#include "../conf/control.au3"
#include "../source/debug.au3"
#include "../source/functions.au3"
#include "../source/move.au3"
#include "../source/items.au3"
#include "../source/attack.au3"
#include "../source/assist.au3"
#include "../source/timeout.au3"

; Team info
global const $kLeaderName = "Logis" { i enter the main char's name here... but it does not work, any sugestions ? }

; Main Loop
while true
;ExitOnDeath()

FollowLider()

SearchTarget()

Attack()
wend