Search found 97 matches

by ezza
30 May 2009, 04:16
Forum: Developers Corner
Topic: Proposal for Group Routing
Replies: 38
Views: 21360

Re: Proposal for Group Routing

Darki wrote:.... done by the mother AI could be done to use multiple bots at the same time without direct ingame comunications between them to "trigger" each action....
thats exactly what kLabMouse and kali were talking about BUS up there.
by ezza
26 May 2009, 00:52
Forum: Tips & Tricks
Topic: always your slave priest losting its master?i have solution
Replies: 10
Views: 31570

Re: always your slave priest losting its master?i have solution

AFAIK, the macro will have syntax error in line 0... also error in automacro syntax.
by ezza
20 May 2009, 22:22
Forum: Commit Queue
Topic: An Overall Macro Plugins Diff
Replies: 11
Views: 40873

Re: An Overall Macro Plugins Diff

Automacro.PM - New playerguild syntax A monster in Automacro syntax v2.0.2 A spell in Automacro syntax v2.0.2 Enable a Variable in Automacro Condition/s v2.0.2 A New localtime syntax in Automacro v2.0.2 --- https://openkore.svn.sourceforge.net/svnroot/openkore/plugins/macro/trunk/Macro/Automacro.pm...
by ezza
20 May 2009, 01:09
Forum: Commit Queue
Topic: An Overall Macro Plugins Diff
Replies: 11
Views: 40873

An Overall Macro Plugins Diff

I would like to propose Diffs to Macro Plugins... below are 6 Diff's for 6 files (5 PM files and 1 PL file).. hope that other devs could test it. openkore - Revision 6696: /plugins/macro/trunk Utilities.PM - Enable the range numbers in (?:auto|)macro --- https://openkore.svn.sourceforge.net/svnroot/...
by ezza
18 May 2009, 00:00
Forum: Development Help
Topic: stopAttack() and sub dropTargetWhileMoving{}
Replies: 3
Views: 3663

Re: stopAttack() and sub dropTargetWhileMoving{}

i dont know how others managed to find the sub. As for me here.. I just use Agent Ransack. For a problem like yours, i use search "sub stopAttack \{" with current src folder as a main target(regexp search is provided). Then, double click the result and its done.
by ezza
12 May 2009, 02:28
Forum: Commit Queue
Topic: Perl-A-Like Macro If Statement
Replies: 1
Views: 3783

Perl-A-Like Macro If Statement

As the topic said ...


The Link
by ezza
30 Apr 2009, 14:54
Forum: Development Help
Topic: which method more faster?
Replies: 8
Views: 5319

Re: which method more faster?

@kali and sli - For any possible number/s ... ofcoz I would rather use the 2nd option (if statement) which is very simple to read. But the headache came after i've read VCL post somewhere in our previous forums regarding the foreach loop... since then, I dont have any confident at all. Anyway, milli...
by ezza
30 Apr 2009, 05:39
Forum: Development Help
Topic: which method more faster?
Replies: 8
Views: 5319

Re: which method more faster?

So I guess the second line runs exactly twice (once if you can do short circuiting half of the time, if $b is indeed a random number between $a and $c) while the first runs in constant time $b. :shock: Goshh... kali! now i'm back at the 50-50 status when i read back sli post and compare to your pos...
by ezza
28 Apr 2009, 01:32
Forum: Developers Corner
Topic: Proposal for Group Routing
Replies: 38
Views: 21360

Re: Proposal for Group Routing

Guys, the Master AI that i mentioned before never shared the AI between bots. It just collect the group data then coordinate them like human control over multiple bots. The Master AI Coordinating Task should have its own limitation (ex: stay close,attack,defend,retreat,party skills,statuses control ...