Search found 48 matches

by itsrachelfish
05 Jun 2012, 08:59
Forum: Developers Corner
Topic: cl is the worst command and I'm removing it
Replies: 3
Views: 3137

Re: cl is the worst command and I'm removing it

Made the commit:
itsrachelfish * r8034 /openkore/trunk/src/Commands.pm: Renamed cl to clearlog, cl now lists chat windows

Updated the wiki:
http://wiki.openkore.com/index.php/Cl
http://wiki.openkore.com/index.php/Clearlog
by itsrachelfish
29 May 2012, 23:33
Forum: Developers Corner
Topic: cl is the worst command and I'm removing it
Replies: 3
Views: 3137

cl is the worst command and I'm removing it

What's the command to view players? pl What's the command to view monsters? ml What's the command to view venders? vl What's the command to view NPCs? nl What's the command to view items? il What's the command to view chats? cl OH WAIT NEVERMIND LOL YOU JUST ERASED YOUR ENTIRE CHAT LOG. This isn't t...
by itsrachelfish
23 Mar 2012, 09:50
Forum: Announcements
Topic: Openkore community, we need to talk.
Replies: 79
Views: 631896

Re: Openkore community, we need to talk.

I submitted patches to kLab and Harvest on IRC before getting an account on SVN. It's fair to require examples when giving someone access. Learning perl to help with the source is great, but even writing your own plugins can be a lot of fun. If it wasn't for my experience with OpenKore I wouldn't ha...
by itsrachelfish
19 Mar 2012, 10:42
Forum: Bug reports
Topic: AI somehow gets "stucked" after casting Kyrie Eleison
Replies: 14
Views: 15482

Re: AI somehow gets "stucked" after casting Kyrie Eleison

Re: harvest 06:34 < harvesttime> inspect what's left in AI queue etc etc 06:34 < harvesttime> is there "skill casted" packet from the server When starting kore, these tasks immediately appear... aiv ai_seq (auto) = Active tasks: RaiseStat, RaiseSkill Inactive tasks: - After casting a few skills on p...
by itsrachelfish
18 Mar 2012, 17:11
Forum: Bug reports
Topic: AI somehow gets "stucked" after casting Kyrie Eleison
Replies: 14
Views: 15482

Re: AI somehow gets "stucked" after casting Kyrie Eleison

It's interesting to note this is only caused when using certain skills through the console or a macro. Config blocks like useSelf_skill Kyrie Eleison and partySkill Kyrie Eleison are unaffected. Does the console use as separate handler/AI than these config blocks? Edit: After the AI becomes stuck, i...
by itsrachelfish
18 Mar 2012, 09:33
Forum: Bug reports
Topic: AI somehow gets "stucked" after casting Kyrie Eleison
Replies: 14
Views: 15482

Re: AI somehow gets "stucked" after casting Kyrie Eleison

This is a serious problem, how am I supposed to finish my healslave plugin? :P
by itsrachelfish
13 Mar 2012, 03:14
Forum: Development Help
Topic: Overriding Kore's Packet Handlers/Dropping Packets
Replies: 1
Views: 2606

Re: Overriding Kore's Packet Handlers/Dropping Packets

Fixed in commit 7970, with help from harvest. :3
by itsrachelfish
11 Mar 2012, 04:49
Forum: Development Help
Topic: Overriding Kore's Packet Handlers/Dropping Packets
Replies: 1
Views: 2606

Overriding Kore's Packet Handlers/Dropping Packets

Is there any way to override kore's default packet handlers or to drop a packet before it gets there? After poking around in the source I noticed a hook which is created for all packets, packet_pre/[handler_name], which I can only assume lets a plugin handle a packet before kore does internally. Unf...