Page 1 of 3

Configuring Soul Linker

Posted: 11 Apr 2008, 01:47
by dency45
Mod Edit: The TKM information has been merged into this thread.


Configuring Soul Linker:

Note:
* "Es" skills cannot be used on players unless you're in pvp.
* "Estun" is only for Medium monsters, if you will attack Small Monsters. Use "Estin".


Code: Select all

### Attacking Monster ###

attackSkillSlot Stun {
	lvl 7
	dist 5
	hp
	sp > 10
	whenStatusActive
	whenStatusInactive
	whenFollowing
	stopWhenHit 0
	inLockOnly 1
	notInTown 1
	timeout 0
	disabled 0
	monsters
	notMonsters
	maxAttempts 0
	maxUses 0
	inInventory
	isSelfSkill 0
	manualAI 0
}

attackComboSlot Sma {
	afterSkill Stun
	waitBeforeUse 3
	dist 5
	isSelfSkill 0
	target_deltaHp
}

attackSkillSlot Sma {
	lvl 10
	dist 5
	hp
	sp > 10
	whenStatusActive
	whenStatusInactive
	whenFollowing
	stopWhenHit 0
	inLockOnly 1
	notInTown 1
	timeout 0
	disabled 0
	monsters Poring
	notMonsters
	maxAttempts 0
	maxUses 0
	inInventory
	isSelfSkill 0
	manualAI 0
}

# or you can use this.. if the monster has high defense and low damage.
### Monster Low Damage, High Defense ###

attackSkillSlot Ske {
	lvl 3
	dist 5
	hp
	sp > 10
	whenStatusActive
	whenStatusInactive
	whenFollowing
	stopWhenHit 0
	inLockOnly 1
	notInTown 1
	timeout 0
	disabled 0
	monsters Poring
	notMonsters
	maxAttempts 0
	maxUses 0
	inInventory
	isSelfSkill 0
	manualAI 0
}

attackComboSlot Sma {
	afterSkill Ske
	waitBeforeUse 3
	dist 5
	isSelfSkill 0
	target_deltaHp
}

attackSkillSlot Sma {
	lvl 10
	dist 5
	hp
	sp > 10
	whenStatusActive
	whenStatusInactive
	whenFollowing
	stopWhenHit 0
	inLockOnly 1
	notInTown 1
	timeout 0
	disabled 0
	monsters Poring
	notMonsters
	maxAttempts 0
	maxUses 0
	inInventory
	isSelfSkill 0
	manualAI 0
}

### Use Self Skill ###

useSelf_skill Kaizel {
	lvl 7
	hp < 10
	sp > 10
	onAction
	whenStatusActive
	whenStatusInactive Kaizel
	whenFollowing
	spirit
	aggressives
	monsters
	notMonsters
	stopWhenHit 0
	inLockOnly 1
	notWhileSitting 0
	notInTown 1
}

useSelf_skill Kaahi {
	lvl 7
	hp
	sp > 10
	onAction
	whenStatusActive
	whenStatusInactive Kaahi
	whenFollowing
	spirit
	aggressives
	monsters
	notMonsters
	stopWhenHit 0
	inLockOnly 1
	notWhileSitting 1
	notInTown 1
	timeout 0
	disabled 0
	inInventory
	manualAI 0
}

useSelf_skill Kaupe {
	lvl 7
	hp
	sp > 10
	onAction
	whenStatusActive
	whenStatusInactive Kaupe
	whenFollowing
	spirit
	aggressives
	monsters
	notMonsters
	stopWhenHit 0
	inLockOnly 1
	notWhileSitting 1
	notInTown 1
	timeout 0
	disabled 0
	inInventory
	manualAI 0
}

useSelf_skill Kaite {
	lvl 7
	hp
	sp > 10
	onAction
	whenStatusActive
	whenStatusInactive Kaite
	whenFollowing
	spirit
	aggressives
	monsters
	notMonsters
	stopWhenHit 0
	inLockOnly 1
	notWhileSitting 1
	notInTown 1
	timeout 0
	disabled 0
	inInventory
	manualAI 0
}

Re: Configuring Star Gladiator/Soul Linker

Posted: 12 Apr 2008, 11:33
by FrenchyZzZ
Hi,

Kaupe is level 3 max and you have write
useSelf_skill Kaupe {
lvl 7
and i need a code for soul linker, build spirit for automaticaly cast spirit when i respawn.

Sorry i don't speak very well but i'm french.

Re: Configuring Star Gladiator/Soul Linker

Posted: 12 Apr 2008, 18:13
by sli
Um, shouldn't the SG stuff be here?

Re: Configuring Star Gladiator/Soul Linker

Posted: 16 Apr 2008, 23:25
by nodeoff241
Help me to config " FS SOUL LINKER " in the pvp because my config that's not work i do not know how to config a fs soul linker to use a skill of Assassin Spirit and other skill to link my char.. PLEASE HELP ME .. thx for regard :cry:

Re: Configuring Star Gladiator/Soul Linker

Posted: 29 Apr 2008, 23:00
by otiass
can u give me a config in a SG? that uses skills

Re: Configuring Star Gladiator/Soul Linker

Posted: 30 Apr 2008, 13:22
by sli
otiass wrote:can u give me a config in a SG? that uses skills
http://forums.openkore.com/viewtopic.php?f=6&t=29

Noob.

Re: Configuring Star Gladiator/Soul Linker

Posted: 05 May 2008, 13:55
by adlp1ph
where is the Warm wind/Seven Wind/Mild Wind for Sol Linkers?

where i can find it?

in a way that it changes element in different monsters in same map? any help pls?

Re: Configuring Star Gladiator/Soul Linker

Posted: 06 May 2008, 00:20
by sli
adlp1ph wrote:where is the Warm wind/Seven Wind/Mild Wind for Sol Linkers?

where i can find it?

in a way that it changes element in different monsters in same map? any help pls?
http://forums.openkore.com/viewtopic.php?f=6&t=29

Add a list of monsters in your Seven Wind blocks. Simple.

Re: Configuring Star Gladiator/Soul Linker

Posted: 07 May 2008, 10:19
by willc86
these config codes, do i just copy and paste on to config.txt where the main configuration is?


such as this? useSelf_skill Sun Warm {
lvl 3
hp
sp > 10
whenStatusActive
whenStatusInactive Sun Warm
whenFollowing
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
timeout 0
disabled 0
inInventory
manualAI 0
}

or do i need to move it over 5 or 6 spaces?

Re: Configuring Star Gladiator/Soul Linker

Posted: 12 Jun 2008, 08:08
by Buy n Sell
Try this



partySkill (sl) {
lvl 10
sp <sp %>
target_isJob <the class of who you want to SL>
target_whenStatusInactive Spirit
target_timeout 0
}


i.e


partySkill Assassin {
lvl 5
sp < 20%
target_isJob Assassin, Assassin Cross
target_whenStatusInactive Spirit
target_timeout 10
disabled 0
}