im new here.i keep on searching on how to make my HW's skill get working. but still i guess its noy my luck.thats why i decided to post my problem. heres my config & im planning to BOT my HW in iz_dun02 and use the skill LOV @ Obeaune for the heart of mermaid. help will be much appreciated..
attackSkillSlot Lord of Vermillion {
lvl 10
maxCastTime 0.1
minCastTime 0
dist 7
aggressives > 0
}
useSelf_skill Energy Coat {
lvl 1
whenStatusInactive Energy Coat
stopWhenHit 1
inLockOnly 0
notWhileSitting 1
notInTown 1
attackComboSlot {
afterSkill
waitBeforeUse
dist 1.5
isSelfSkill 1
target_deltaHp
}
doCommand {
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout
disabled 0
inInventory
inCart
inMap
manualAI 0
}
useSelf_skill {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
}
and here's my mon_control.txt
# This file allows specific AI control for certain monsters
#
# Syntax:
# <monster> <attack> <teleport> <search> <skillcancel> <lv> <joblv> <hp> <sp> <weight>
#
# <monster>: Name of monster as found in monsters.txt (not case sensitive)
#
# <attack>:
# -1 means to leave the monster alone, even if it attacks you.
# 0 means to leave the monster alone, unless it attacks you.
# 1 means to always auto-attack this monster.
# 2 means always aggressive, auto-attack this monster when it appears, even if sitting.
# 3 means to attack the monster once (provoke) then leave it, useful for mobbing.
#
# <teleport>:
# < 0 (-1, -2, etc.) to set exact critical distance for this monster. Teleport, if the monster reaches it.
# 1 to teleport if the monster is on the screen.
# 2 to teleport if the monster attacks you.
# 3 to disconnect if the monster is on your screen.
# This is only used in auto-attack mode.
#
# <search>: Put a 1 to only attack the monster in the search mode.
# This is only used in auto-attack mode.
#
# <skillcancel>: Set to 1 if you want to interrupt spells casted by this
# monster.
#
# <lv>: Only auto-attack this monster if your level is higher than the
# specified level.
#
# <joblv>: Only auto-attack this monster if your job level is higher than
# the specified level.
#
# <hp>: Only auto-attack this monster if your HP is higher than the
# specified amount. The HP is not specified in percentage.
#
# <sp>: Only auto-attack this monster if your SP is higher than the
# specified amount. The SP is not specified in percentage.
#
# <weight>: Counts this monster as the specified amount aggressives. Supports floating point numbers (eg 1.8237402).
# Example:
# (config.txt)
# teleportAuto_minAggressives 6
# teleportAuto_minAggressivesInLock 6
#
# (mon_control.txt)
# Hydra 1 0 0 0 0 0 0 0 0.2
# Merman 1 0 0 0 0 0 0 0 2
#
# If there's five hydras and two sword fish attacks the bot, it won't
# teleport away since the aggressives are counted as 5*0.2 + 2*1 = 3
# However, two marcs and two merman will make it tele away because
# it sees 2*1* + 2*2 = 6 aggressives.
#
#
# Monsters not found in this file, or flags not specified will default to:
# <attack> = 1
all -1
Thief Bug 1
Familiar 0
Thief Bug's Egg 1
Female Thief Bug 1
Male Thief Bug 1
Poison Spore 0
Drainliar 0
Cramp 0
Golden Thief Bug -1
High Orc -1
Obeaune 1
tnx..
can get my LOv skill working?? nid help..
Moderators: waferbaron, Moderators
Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
-
- Noob
- Posts: 1
- Joined: 11 Feb 2012, 12:08
- Noob?: Yes
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: can get my LOv skill working?? nid help..
No need for "aggressives" in attackSkillSlot, probably. Otherwise, more explanation of what happens needed.
-
- Noob
- Posts: 18
- Joined: 16 Oct 2010, 12:02
- Noob?: Yes
Re: can get my LOv skill working?? nid help..
its probably because you dont have "monster" in you attackSkillSlot and in your mon_control.txt "all" is -1.
-
- Noob
- Posts: 8
- Joined: 25 Feb 2012, 01:22
- Noob?: Yes
Re: can get my LOv skill working?? nid help..
I also have the same problem... Instead of Casting Storm Gust, He just attacks them with weapon.... Can someone help
attackAuto 1
attackAuto_party 1
attackAuto_onlyWhenSafe 0
attackAuto_followTarget 1
attackAuto_inLockOnly 1
attackDistance 1.5
attackDistanceAuto 0
attackMaxDistance 2.5
attackMaxRouteDistance 100
attackMaxRouteTime 4
attackMinPlayerDistance 2
attackMinPortalDistance 4
attackUseWeapon 1
attackNoGiveup 0
attackCanSnipe 0
attackCheckLOS 0
attackLooters 0
attackChangeTarget 1
aggressiveAntiKS 0
attackSkillSlot Storm Gust {
lvl 10
maxCastTime 0.1
minCastTime 0
dist 7
monsters Baphomet Jr.
}
attackAuto 1
attackAuto_party 1
attackAuto_onlyWhenSafe 0
attackAuto_followTarget 1
attackAuto_inLockOnly 1
attackDistance 1.5
attackDistanceAuto 0
attackMaxDistance 2.5
attackMaxRouteDistance 100
attackMaxRouteTime 4
attackMinPlayerDistance 2
attackMinPortalDistance 4
attackUseWeapon 1
attackNoGiveup 0
attackCanSnipe 0
attackCheckLOS 0
attackLooters 0
attackChangeTarget 1
aggressiveAntiKS 0
attackSkillSlot Storm Gust {
lvl 10
maxCastTime 0.1
minCastTime 0
dist 7
monsters Baphomet Jr.
}
-
- Noob
- Posts: 2
- Joined: 22 Feb 2012, 05:43
- Noob?: No
Re: can get my LOv skill working?? nid help..
I tried this before. Spot levelling
useSelf_skill Lord of Vermillion { <----- Yeah, useSelf_skill so he will cast beneath you
lvl 10
whenStatusInactive Crazy Uproar <----- Crazy Uproar or any buff that impossible for your
inLockOnly 1 character to obtain so he will continuously cast LOV.
notWhileSitting 1
notInTown 1
}
@bansnoob
Change the attackUseWeapon to 0.
useSelf_skill Lord of Vermillion { <----- Yeah, useSelf_skill so he will cast beneath you
lvl 10
whenStatusInactive Crazy Uproar <----- Crazy Uproar or any buff that impossible for your
inLockOnly 1 character to obtain so he will continuously cast LOV.
notWhileSitting 1
notInTown 1
}
@bansnoob
Change the attackUseWeapon to 0.