config for Preserve

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

Message
Author
namour
Noob
Noob
Posts: 1
Joined: 21 Jan 2012, 06:57
Noob?: Yes

config for Preserve

#1 Post by namour »

Hi, I'm not english so if you don't understand my english say me =)
My problem is to config my bot to do Preserve skill ( stalker )
I went in Config.txt
and I write this :

useSelf_skill Preserve {
lvl 1
sp > 100
whenStatusInactive Preserve
timeout 600
}
But my bot can't understand what I do to say
Why ?

User avatar
SkylorD
Moderators
Moderators
Posts: 1167
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: config for Preserve

#2 Post by SkylorD »

Try this :

Code: Select all

useSelf_skill Preserve {
lvl 1
sp > 10
whenStatusInactive ST_PRESERVE
timeout 600
}
Don't forget to return.

See the correct skill name in your tables/.../skillnametable.txt

Syntax :
ST_PRESERVE#Preserve#
JOBNAME_STATUSNAME#Skill Name#
Learn rules

Locked