Poem of bragi with + encore.. need advice

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

Message
Author
caleb135
Noob
Noob
Posts: 7
Joined: 09 May 2010, 06:35
Noob?: Yes

Poem of bragi with + encore.. need advice

#1 Post by caleb135 »

so here is what i did


useSelf_skill a poem of bragi {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive encore
whenFollowing
manualAI 0
}

i wanted my clown to use poem of bragi which it did and then followed by encore everytime poem of bragi is inactive. But every time he recast poem of bragi i noticed that he's not using Encore instead because the SP being drained alot while encore only uses 1 sp.

another question is, currently i'm playing on a private server with @heal command.. do i need a macro plugin to enable my bot to use @heal every time his hp is <100 or something?? or i can just set it in my config.txt
- what about talking to the healer npc for sp buff?? do i need macro for that as well??

Pls advice :D

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

Re: Poem of bragi with + encore.. need advice

#2 Post by SkylorD »

a poem of bragi ?

Case sensitive, please.
BA_POEMBRAGI#Magic Strings#
Please, see the correct name in your tables/server/statusnametable.txt :D
Or write 'skills' on console of openkore.
Learn rules

caleb135
Noob
Noob
Posts: 7
Joined: 09 May 2010, 06:35
Noob?: Yes

Re: Poem of bragi with + encore.. need advice

#3 Post by caleb135 »

ok so i edited my config.. using the correct name " A Poem of Bragi"
but the problem still persist. the bot is using poem of bragi which is fine but not using encore there after is consuming too much SP :(

new config
useSelf_skill A Poem of Bragi {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive Encore
whenFollowing
manualAI 0
}

Dark Airnel
Been there done that!
Been there done that!
Posts: 133
Joined: 09 Oct 2009, 01:43
Noob?: No

Re: Poem of bragi with + encore.. need advice

#4 Post by Dark Airnel »

caleb135 wrote:so here is what i did


useSelf_skill a poem of bragi {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive encore
whenFollowing
manualAI 0
}

i wanted my clown to use poem of bragi which it did and then followed by encore everytime poem of bragi is inactive. But every time he recast poem of bragi i noticed that he's not using Encore instead because the SP being drained alot while encore only uses 1 sp.

another question is, currently i'm playing on a private server with @heal command.. do i need a macro plugin to enable my bot to use @heal every time his hp is <100 or something?? or i can just set it in my config.txt
- what about talking to the healer npc for sp buff?? do i need macro for that as well??

Pls advice :D

You can use doCommand block:

Code: Select all

doCommand c @heal {
hp < 100
timeout 1
}

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Poem of bragi with + encore.. need advice

#5 Post by EternalHarvest »


Post Reply