Search found 383 matches

by Kaspy
21 Dec 2013, 22:12
Forum: Other Plugins
Topic: webMonitor v2 - by BonScott
Replies: 101
Views: 118341

Re: webMonitor v2 - by BonScott

In the list of loaded plugins erros.txt not displayed the WebMonitor. This is the appropriate place for such a question? I do not understand.

About the problem, it must be caused by the fact that you have forgotten to install the module Win32::Console
by Kaspy
21 Dec 2013, 16:26
Forum: Macro Plugin
Topic: New features: switch/case
Replies: 7
Views: 4770

Re: New features: switch/case

Image

You updated the address of SVN? Here worked perfectly.
by Kaspy
15 Dec 2013, 12:55
Forum: Share your macro's
Topic: Public Heal slave Macro
Replies: 4
Views: 8923

Re: Public Heal slave Macro

Replace the goto/label the if/elsif automacro autoheal2{ pubm /h(eal|il)/i call heal } macro heal{ do sp 28 $.lastpub } automacro autoheal{ pubm /h(eal|il) (\d+)/i call { $maxHeal = 10 $maxHealAmount = 20000 $healStrength = 1300 if ($.lastMatch2 <= $maxHeal && $.lastMatch2 >= 1) { $amount = @eval ($...
by Kaspy
15 Dec 2013, 12:41
Forum: Developers Corner
Topic: How to record names of players in a map?
Replies: 2
Views: 2841

Re: How to record names of players in a map?

You looked at the plugins section? There are two plugins that do this.

A complex with many functions:
http://forums.openkore.com/viewtopic.php?f=34&t=33876

A simpler:
http://forums.openkore.com/viewtopic.php?f=34&t=53
by Kaspy
12 Dec 2013, 00:04
Forum: Developers Corner
Topic: [Macro Plugin] Implementation of switch/case
Replies: 1
Views: 3049

[Macro Plugin] Implementation of switch/case

At the suggestion of kLabMouse, implemented support for switch/case in Macro Plugin. Example of use: http://i.imgur.com/HaHa0gS.png This is useful to make the code more organized, making maintenance easier. Diff: http://pastebin.com/kL7aiTzH How to use: It is similar to if followed by several else ....
by Kaspy
06 Dec 2013, 20:35
Forum: Macro Plugin
Topic: Can't figure out how to use macros.
Replies: 3
Views: 2968

Re: Can't figure out how to use macros.

Why would an independent file?
Must be within the macros.txt
by Kaspy
06 Dec 2013, 20:31
Forum: Developers Corner
Topic: Addon Command Menu on WxStart
Replies: 1
Views: 2360

Re: Addon Command Menu on WxStart

You could show their attempts to create menus?

Honestly, I do not think it is good to make changes in the current Wx interface. Best of maintainability would be the version that Ethernel started and stopped