Hello. I have a very strange problem here, this morning I set my bot to use self energy coat and everything works fine(in console and in xcore), next after a few cosmetic changes in bot i turned it again, and since moment my bot does stop use any skill, it's very strange because I tried to do everything from zero, i use clean/fresh openkore files, but it still does not respond even to simple:
useSelf_skill Energy Coat {
Level 1
Energy Coat whenStatusInactive
stopWhenHit 1
inLockOnly 0
notInTown 0
}
Interestingly, without and with xcore mode everything else works good... use item, autoattack, randomroute it all worksetc.
I have latest SVN ver. and recvpackets.txt from server files.My serverType is accurate.And as i said.EVERYTHING except useSelf_Skill etc works
Someone more experianced have maybe some good idea?
It's even possible for openkore to lose ability to the identify of skills or something?
My bot dont use skills(useSelf_skill, attackSkillSlot etc)
Moderators: Moderators, Documentation Writers
-
Nalani
- Human

- Posts: 20
- Joined: 31 Mar 2012, 10:09
- Noob?: Yes
-
SkylorD
- Moderators

- Posts: 1202
- Joined: 16 Dec 2011, 02:53
- Noob?: Yes
Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)
http://openkore.com/index.php/WhenStatusInactiveEnergy Coat whenStatusInactive
Is lvl and not Level.Level 1
\ö/ ¬O You're telling the truth? ? Are you sure?verything works fine(in console and in xcore)
| |
/ \ /\
DEACTIVATED 
-
Nalani
- Human

- Posts: 20
- Joined: 31 Mar 2012, 10:09
- Noob?: Yes
Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)
SkylorD Thx for fast reply, im SURE.Its very confused for me too, its truth that im change some thing in config at this time(like.Autoattack and randomroute-becouse i will use O.K only as a assistant, not a bot)and when i change part of script about Energy Coat to bless and incrase agi this and skill_use part stop working.Its possible to upload meybe Spells.txt , skillnametable.txt and skillssp.txt? Becouse its meybe problem with identify by my OpenKore a server spells or used in script spell name?
-
Nalani
- Human

- Posts: 20
- Joined: 31 Mar 2012, 10:09
- Noob?: Yes
Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)
Sorry for double post, but even when i use information from wiki in "UseSelf Skill" and "WhenStatusActive/Inactive" i made from MY files something like that:
useSelf_skill MG_ENERGYCOAT {
Lvl 1
whenStatusInactive EFST_ENERGYCOAT
stopWhenHit 1
inLockOnly 0
notInTown 0
}
and my bot dont even thing about do it;3 i remember the first ver like:
useSelf_skill Energy Coat {
Lvl 1
whenStatusInactive Energy Coat
stopWhenHit 1
inLockOnly 0
notInTown 0
}
Works great today morning, but now bot ignore my skills scripts, im confused.
useSelf_skill MG_ENERGYCOAT {
Lvl 1
whenStatusInactive EFST_ENERGYCOAT
stopWhenHit 1
inLockOnly 0
notInTown 0
}
and my bot dont even thing about do it;3 i remember the first ver like:
useSelf_skill Energy Coat {
Lvl 1
whenStatusInactive Energy Coat
stopWhenHit 1
inLockOnly 0
notInTown 0
}
Works great today morning, but now bot ignore my skills scripts, im confused.
-
SkylorD
- Moderators

- Posts: 1202
- Joined: 16 Dec 2011, 02:53
- Noob?: Yes
Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)
Man, still wrong.
Look :
Don't is Lvl, is lvl
Look :
You can extract the statusnametable,skillssp, and others archives from your server, with GRF Tools. Go to openkore wiki and on main page, have a topic : how to update tables.useSelf_skill Energy Coat {
lvl 1
sp > 10%
whenStatusInactive Energy Coat
}
Don't is Lvl, is lvl
DEACTIVATED 
-
Nalani
- Human

- Posts: 20
- Joined: 31 Mar 2012, 10:09
- Noob?: Yes
Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)
Ok, thanks for You patience and for Your time.
-
Nalani
- Human

- Posts: 20
- Joined: 31 Mar 2012, 10:09
- Noob?: Yes
Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)
ok i extract skillssp.txt and skillnametable.txt from my server files, and i used Your version of this simple useSelf_skill, and my bot still dont use energy coat, i check blessing and inc agi too, meybe its pathetic but im fixed@_@
-
SkylorD
- Moderators

- Posts: 1202
- Joined: 16 Dec 2011, 02:53
- Noob?: Yes
Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)
Don't undestand.
Doesn't work with Energy Coat, but works with Inc agi and Bless ?
Hum, now, verify if skill name in useSelf_skill block, is according your skillnametable.
Or :
Doesn't work with Energy Coat, but works with Inc agi and Bless ?
Hum, now, verify if skill name in useSelf_skill block, is according your skillnametable.
Or :
Your doubt was solved ??but im fixed@_@
DEACTIVATED 
-
Nalani
- Human

- Posts: 20
- Joined: 31 Mar 2012, 10:09
- Noob?: Yes
Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)
None of useSelf_skill does not work, I know it's weird.
In my skillnametable Energy Coat was record as "MG_ENERGYCOAT#Energy_Coat#"
Full:
In my skillnametable Energy Coat was record as "MG_ENERGYCOAT#Energy_Coat#"
Full:
Code: Select all
// Mage Skills \\
MG_SRECOVERY#Increase_Spiritual_Power#
MG_SIGHT#Sight#
MG_NAPALMBEAT#Napalm_Beat#
MG_SAFETYWALL#Safety_Wall#
MG_SOULSTRIKE#Soul_Strike#
MG_COLDBOLT#Cold_Bolt#
MG_FROSTDIVER#Frost_Diver#
MG_STONECURSE#Stone_Curse#
MG_FIREBOLT#Fire_Bolt#
MG_FIREBALL#Fire_Ball#
MG_FIREWALL#Fire_Wall#
MG_LIGHTNINGBOLT#Lightning_Bolt#
MG_THUNDERSTORM#Thunder_Storm#
MG_ENERGYCOAT#Energy_Coat#
-
Nalani
- Human

- Posts: 20
- Joined: 31 Mar 2012, 10:09
- Noob?: Yes
Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)
I mean "confused" sorry.
I tested a lot of combinations, it looks like the bot to ignore just magically ignore useSelf_skill regardless of which name i use, though when the OpenKore is loading i see loaded file like skillnametable.txt etc. So bot should know how to determine this short script...>.>
I tested a lot of combinations, it looks like the bot to ignore just magically ignore useSelf_skill regardless of which name i use, though when the OpenKore is loading i see loaded file like skillnametable.txt etc. So bot should know how to determine this short script...>.>