Setting up Soul Linker to Auto Buff + Cast Properly

Do you have a question or problem? Read this forum first! Someone has probably already asked the same thing in the past. Do not ASK questions here!

Moderators: Moderators, Documentation Writers

Message
Author
casperzor
Noob
Noob
Posts: 2
Joined: 03 Nov 2008, 09:08
Noob?: No

Setting up Soul Linker to Auto Buff + Cast Properly

#1 Post by casperzor »

ok when i first started trying to bot my Soul Linker i kept running into a few problems like it wouldnt cast the right lvl Mild Wind or it would get too close to mobs before it attacks and then it does well i have changed my config and now all i have to do when i load the bot up is make sure it has the right elemental Mild Wind for the area i am going to , it never gets too close to mobs or anything so hopefully this helps other Soul Linkers out

Code: Select all

attackSkillSlot Stun {
	lvl 7
	dist 8
	sp > 10
	inLockOnly 1
	notInTown 1
	monsters *insert monsters to attack here; if multiple monsters separate by comma*
}

attackComboSlot Sma {
	afterSkill Stun
	waitBeforeUse 1
	dist 8
}

attackSkillSlot Sma {
	lvl 10
	dist 8
	sp > 10
	inLockOnly 1
	notInTown 1
	monsters *insert monsters to attack here; if multiple monsters separate by comma*
}
Sometime in private servers, attackComboSlot does not work reliably. One alternative is to use the whileStatusActive and whileStatusInactive block.

Code: Select all

attackSkillSlot Stun {
	lvl 7
	dist 8
	sp > 10
	inLockOnly 1
	notInTown 1
	monsters *insert monsters to attack here; if multiple monsters separate by comma*
        whileStatusInactive Sma
}

attackSkillSlot Sma {
	lvl 10
	dist 8
	sp > 10
	inLockOnly 1
	notInTown 1
	monsters *insert monsters to attack here; if multiple monsters separate by comma*
        whileStatusActive Sma
}
This block is used to define which element your esma is. Remember different status have different names.

Code: Select all

	useSelf_skill Seven Wind {
	lvl 4
	sp > 49
	onAction attack
	notWhileSitting 1
	whenStatusInactive Seven Wind *change according to the status you want*
	notInTown 1
}

i3h4m
Noob
Noob
Posts: 11
Joined: 01 Jun 2008, 23:50
Noob?: No
Location: Malaysia, negara yang berdaulat.

Re: Setting up Soul Linker to Auto Buff + Cast Properly

#2 Post by i3h4m »

Nice...I'm sure this will work for all SL users.... :D
"If I giv u a bot I'll feed u a day, but if I teach u to bot I'll feed u for life time" --wise i3h4m
"R you stupid or playin' stupid" - extracted from Forrest Gump film
Download Complete Set Up BOT from me

Post Reply