My bot dont use skills(useSelf_skill, attackSkillSlot etc)

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Nalani
Human
Human
Posts: 20
Joined: 31 Mar 2012, 10:09
Noob?: Yes

My bot dont use skills(useSelf_skill, attackSkillSlot etc)

#1 Post by Nalani »

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?
SkylorD
Moderators
Moderators
Posts: 1202
Joined: 16 Dec 2011, 02:53
Noob?: Yes

Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)

#2 Post by SkylorD »

Energy Coat whenStatusInactive
http://openkore.com/index.php/WhenStatusInactive
Level 1
Is lvl and not Level.
verything works fine(in console and in xcore)
\ö/      ¬O     You're telling the truth? ? Are you sure? 
 |          |
/ \        /\
DEACTIVATED 8-)
Nalani
Human
Human
Posts: 20
Joined: 31 Mar 2012, 10:09
Noob?: Yes

Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)

#3 Post by Nalani »

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
Human
Posts: 20
Joined: 31 Mar 2012, 10:09
Noob?: Yes

Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)

#4 Post by Nalani »

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.
SkylorD
Moderators
Moderators
Posts: 1202
Joined: 16 Dec 2011, 02:53
Noob?: Yes

Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)

#5 Post by SkylorD »

Man, still wrong.
Look :
useSelf_skill Energy Coat {
lvl 1
sp > 10%
whenStatusInactive Energy Coat
}
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.

Don't is Lvl, is lvl
DEACTIVATED 8-)
Nalani
Human
Human
Posts: 20
Joined: 31 Mar 2012, 10:09
Noob?: Yes

Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)

#6 Post by Nalani »

Ok, thanks for You patience and for Your time.
Nalani
Human
Human
Posts: 20
Joined: 31 Mar 2012, 10:09
Noob?: Yes

Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)

#7 Post by Nalani »

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
Moderators
Posts: 1202
Joined: 16 Dec 2011, 02:53
Noob?: Yes

Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)

#8 Post by SkylorD »

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 :
but im fixed@_@
Your doubt was solved ??
DEACTIVATED 8-)
Nalani
Human
Human
Posts: 20
Joined: 31 Mar 2012, 10:09
Noob?: Yes

Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)

#9 Post by Nalani »

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:

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
Human
Posts: 20
Joined: 31 Mar 2012, 10:09
Noob?: Yes

Re: My bot dont use skills(useSelf_skill, attackSkillSlot etc)

#10 Post by Nalani »

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...>.>