weird config of my fs

International

Moderator: Moderators

Message
Author
cookie1414
Noob
Noob
Posts: 3
Joined: 17 Oct 2010, 08:44
Noob?: Yes

weird config of my fs

#1 Post by cookie1414 »

i've been trying to make my fs bot to support my character.
it was working, i thought...

here is the problem.
when i put this

partySkill Blessing {
lvl 10
target blah
target_whenStatusInactive Blessing
sp > 10 %
}

its working. Yes!

and when i put this

partySkill Heal {
lvl 10
target blah
target_hp < 100%
sp > 10 %
}

it was a disappointment. even when i remove the target's name, still no luck

is there an error to this grammar? all other buff skills are working perfectly except for the heal.
kindly help pls, thx.


edit: and i more thing
when i put

partySkill Heal {
lvl 10
target blah
target_hp
sp > 10 %
target_timeout 60
}

the heal skill works! when i make a condition with the target_hp, it doesnt work.

juanlohika
Noob
Noob
Posts: 7
Joined: 22 Mar 2010, 10:30
Noob?: No

Re: weird config of my fs

#2 Post by juanlohika »

I've got the same problem...

I am very sure that party skill heal was okay before the renewal patch...
But after the renewal patch, only the party skill heal is not working.

Can somebody help us thru posting the working configs for party skill heal, or any adjustments that you make in order to detect the target's HP.

I think my FS Bot cannot detect i'ts target's HP (or correct me if I am wrong)....

Hope somebody reply.

Thank you.

Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: weird config of my fs

#3 Post by Mushroom »

Moving to Openkore support (iRO)

Can you cast the heal skill manually?
Quit.

Pascale
Noob
Noob
Posts: 7
Joined: 19 Oct 2010, 11:42
Noob?: Yes

Re: weird config of my fs

#4 Post by Pascale »

benj1320 wrote:

Code: Select all

partySKill {
target MASTER_NAME 
}
indicate your master on the partySkill blocks
im indicate master_name and don't work
slave give agi up and bless, but heal nope


EDIT: my slove bot now heal master bot :3
only replace this new recvpackets ( extarct for me XD) for old recvpackets
in bot_folder\tables\iRO
Download recvpackets
http://www.megaupload.com/?d=5VKZR6FL

host of forums don't work for me, sorry

work for me

cookie1414
Noob
Noob
Posts: 3
Joined: 17 Oct 2010, 08:44
Noob?: Yes

Re: weird config of my fs

#5 Post by cookie1414 »

i finally found the problem.
just need to use the latest version of openkore.
thx though.

Locked