Search found 6 matches

by Schwarzschild
24 Aug 2011, 09:25
Forum: Developers Corner
Topic: How to monitor ground skills within your position?
Replies: 1
Views: 2438

Re: How to monitor ground skills within your position?

this topic should not be in dev corner

btw, you can use macro to solve that. use Misc::whenGroundStatus subroutine as a trigger flag

CMIIW
by Schwarzschild
09 Aug 2011, 19:55
Forum: Fixed bugs
Topic: [Bug?][Regex] Comparing '/' (slash)
Replies: 2
Views: 2759

Re: [Bug?][Regex] Comparing '/' (slash)

many thanks for you EternalHarvest :D sorry for placing this thread in the wrong forum :roll: i thought bugs report forum was only for main openkore problems/bugs :oops:
by Schwarzschild
09 Aug 2011, 14:57
Forum: Fixed bugs
Topic: [Bug?][Regex] Comparing '/' (slash)
Replies: 2
Views: 2759

[Bug?][Regex] Comparing '/' (slash)

I have a problem when comparing a string which contains '/' (slash) character. here the regex example : console /^(.*?): '(.+)'\/'(.+)'\/(.+)$/i it's only matching the strings until it finds "/", it doesn't care whether the "/" is the last one or not. the problem seems to be caused by Utilities.pm, ...
by Schwarzschild
28 Jul 2011, 06:11
Forum: Discussion
Topic: Botting Activity Simulator
Replies: 2
Views: 3989

Re: Botting Activity Simulator

you can use RMS server, or you can build your own ragnarok offline server
by Schwarzschild
28 Jul 2011, 04:58
Forum: Macro Plugin
Topic: Macro for Mechanic/BS/WS Power Maximize Skill
Replies: 2
Views: 5759

Re: Macro for Mechanic/BS/WS Power Maximize Skill

you should read this before posting macro. anyway, AFAIK lv 5 maximize power drains 1sp every 5 seconds. is that bothering you? :o it will covered by sp regen, unless you in 50% weight but you are setting your bot to sit right? that means your bot will always not in 50% weight condition. am i missin...
by Schwarzschild
28 Jul 2011, 03:30
Forum: Resolved Questions
Topic: [Ask]Console trigger in plugins
Replies: 1
Views: 2771

Re: [Ask]Console trigger in plugins

maybe you may use Log::addHook. you should have a sub for handling the string (regex). look automacro.pm for details.

actually, im curious what you are doing, why would you use that for ? :oops:


CMIIW