Search found 44 matches

by openkore129
22 Sep 2009, 01:51
Forum: Announcements
Topic: OpenKore's new Drupal main site
Replies: 15
Views: 70932

Re: OpenKore's new Drupal main site

isieo wrote: 1 april 2009 FBI took our server
FBI took your server? Did I miss something?
by openkore129
25 Apr 2009, 11:56
Forum: Announcements
Topic: PM NOMIONATIONS: An Open Call for an OK Leader
Replies: 73
Views: 208969

Re: PM NOMIONATIONS: An Open Call for an OK Leader

This is in response to a pm from Ponty. I'm just going by the posts in the topic, since I don't know much about how OK works nor do I know Perl (Just some C++) so its difficult for me to judge the relative merits of KLabMouse's and sli's goals. I read through the entire topic. My 2 cents...from the ...
by openkore129
17 Apr 2009, 13:54
Forum: Tips & Tricks
Topic: A Guide to Optimising Your Bot
Replies: 37
Views: 138214

Re: A Guide to Optimising Your Bot

Wow. I had it almost identical except i had 'ai 2'. I changed that to 0, and oh my god what a difference. EXP tripled at least. I only wish i found this out sooner. Exactly, the amount of difference such a minor change can make on a lagless connection is crazy. Hey, i have a problem here my champio...
by openkore129
04 Dec 2008, 11:52
Forum: Frequently Asked Questions & Guides
Topic: Configuring Acolyte/Priest/Monk/High Priest/Champion
Replies: 95
Views: 1412435

Re: Configuring Acolyte/Priest/Monk/High Priest/Champion

Ok this is my code for healing party members which works. If it doesn't work for you then you're making some mistake I guess... partySkill Heal { lvl 10 sp > 20 % target_hp < 80 % } @thereisnotime, here is an example of a healbomb block I've made this config entirely on my own, and although it is ab...
by openkore129
03 Dec 2008, 02:14
Forum: Frequently Asked Questions & Guides
Topic: Configuring Archer/Hunter/Bard/Dancer
Replies: 109
Views: 276855

Re: Configuring Archer/Hunter/Bard/Dancer

Ethel wrote:how should i write in the config if i want my bot attack only 1 certain monster in a map , not attack others ( run away from them ) , plz help me if there's a way
Read up on monsters.txt in the manual.
by openkore129
24 Nov 2008, 13:31
Forum: Frequently Asked Questions & Guides
Topic: Configuring Acolyte/Priest/Monk/High Priest/Champion
Replies: 95
Views: 1412435

Re: Configuring Acolyte/Priest/Monk/High Priest/Champion

Then Tuiji may be right, because afaik I think there is no delay with flywings but with teleport there is a bit of a delay. Try teleporting at a higher hp percentage, like 40 or 50.
by openkore129
22 Nov 2008, 12:58
Forum: Frequently Asked Questions & Guides
Topic: Configuring Acolyte/Priest/Monk/High Priest/Champion
Replies: 95
Views: 1412435

Re: Configuring Acolyte/Priest/Monk/High Priest/Champion

I'm having problem with teleporting my Priest. teleportAuto { hp 25% sp 20% idle 0 portal 0 search 0 minAggressives 5 minAggressivesInLock 0 onlyWhenSafe 0 maxDmg 980 maxDmgInLock 0 deadly 1 useSkill 2 useChatCommand allPlayers 0 atkCount 10 atkMiss 10 unstuck 1 dropTarget 0 dropTargetKS 0 attacked...
by openkore129
19 Nov 2008, 03:22
Forum: Frequently Asked Questions & Guides
Topic: Configuring Acolyte/Priest/Monk/High Priest/Champion
Replies: 95
Views: 1412435

Re: Configuring Acolyte/Priest/Monk/High Priest/Champion

My priest don't read alla HP value of party member, so he do heal infinetily. If i use @refresh on player hp bars are updated, but many servers don't have @refresh command How can i fix this problem? Thanks bye Doesn't the HP update automatically as long as players are in visual range? Otherwise yo...
by openkore129
15 Nov 2008, 13:50
Forum: Frequently Asked Questions & Guides
Topic: Configuring Acolyte/Priest/Monk/High Priest/Champion
Replies: 95
Views: 1412435

Re: Configuring Acolyte/Priest/Monk/High Priest/Champion

Ikkarus wrote:Hi, i've set my slave priest to make me heal with this code
partySkill Heal {
lvl 5
target_hp < 70%
sp > 10 %
}


but he use heal infinitely.....

How to fix that?

Thanks
A space between the number and % might help like....
target_hp < 70 % and not
target_hp < 70%