Search found 383 matches

by Kaspy
21 Feb 2016, 00:19
Forum: Frequently Asked Questions & Guides
Topic: Moving source code to GitHub from SVN
Replies: 45
Views: 1628567

Re: Moving to GitHub

Many plugins have a struct folder with snv-pattern: brach, tag and trunk.
What to do?
by Kaspy
25 Aug 2014, 23:00
Forum: Other Plugins
Topic: Plugin dcOnAtkCount
Replies: 3
Views: 5901

Re: Plugin dcOnAtkCount

I have tested this, and it appears that the plugin will only count normal physical attacks, not offensive skills such as Swordman's Bash! If you could fix it then it would be amazing because it's a great counter to Heal trolling. Months do not mess with OpenKore. I will not develop it. You can try ...
by Kaspy
25 Aug 2014, 22:56
Forum: Macro Plugin
Topic: syntax error in if statement
Replies: 3
Views: 3228

Re: syntax error in if statement

The version of the plugin is updated?
by Kaspy
03 Aug 2014, 17:25
Forum: Developers Corner
Topic:   dcOnAtkMiss is here!
Replies: 2
Views: 3278

Re:   dcOnAtkMiss is here!

Last year I made a plugin that does this.
http://forums.openkore.com/viewtopic.ph ... 352#p74352
by Kaspy
16 Mar 2014, 21:03
Forum: Macro Plugin
Topic: New features: While with multiple parameters
Replies: 4
Views: 3294

New features: While with multiple parameters

Now while allows multiple parameters in the same way that if/elsif/else

Image


r8859
by Kaspy
05 Mar 2014, 22:55
Forum: Macro Plugin
Topic: error with macros.
Replies: 5
Views: 4490

Re: error with macros.

Not sure , but I believe that if replace $playerguild = @eval (exists $::players{$::playersID[$playerID]}->{guild} ? $::players{$::playersID[$playerID]}->{guild}{name} : 'null') to $playerguild = @eval (exists $::players{$::playersID[$::playerID]}->{guild} ? $::players{$::playersID[$::playerID]}->{...
by Kaspy
05 Mar 2014, 18:04
Forum: Macro Plugin
Topic: error with macros.
Replies: 5
Views: 4490

Re: error with macros.

The image is very small... But, seeing only the macro code, I believe the error is this: $guild1 = $guild2 = $guild3 = It is mandatory to provide the value to be placed in the variable. Can not leave blank the term after the equal sign Its another matter... this macro messy. A more organized and equ...
by Kaspy
04 Mar 2014, 13:12
Forum: Macro Plugin
Topic: load macros.txt from openkore root dir?
Replies: 2
Views: 2741

Re: load macros.txt from openkore root dir?

You formatted UTF-8 without boom?