Search found 7 matches

by kangtuji
27 Mar 2014, 05:45
Forum: Macro Plugin
Topic: New features: While with multiple parameters
Replies: 4
Views: 3294

Re: New features: While with multiple parameters

ente ngapain bro, tinggal download aja susah susah. replace (-)line with (+)line for every job except novice you can use this eval $::char->{jobID} > 0 for swordman = 1, Merchant = 5 ( look inside src\globals.pm ), you can use this way eval $::char->{jobID} =~ /^1|5$/ i guess... Bukan tinggal dongl...
by kangtuji
17 Mar 2014, 03:39
Forum: Macro Plugin
Topic: New features: While with multiple parameters
Replies: 4
Views: 3294

Re: New features: While with multiple parameters

So... replace the whole block ########################################## # while statement: while (foo <= bar) as label } elsif ($line =~ /^while\s/) { my ($first, $cond, $last, $label) = $line =~ /^while\s+\(\s*"?(.*?)"?\s+([<>=!]+?)\s+"?(.*?)"?\s*\)\s+as\s+(.*)/; if (!defined $first || !defined $c...
by kangtuji
24 Sep 2013, 20:47
Forum: Discussion
Topic: Renewal Server MVP Tome
Replies: 3
Views: 3597

Re: Renewal Server MVP Tome

Macro


But I cann't figure how to write that in txt just like shoplog...
by kangtuji
26 Aug 2013, 16:04
Forum: Bug reports
Topic: follow bug ?
Replies: 1
Views: 15969

follow bug ?

I wonder if this a bug or not, recently, I notice sometimes my slave suddenly stop following out of blue by itself (suddenly changes "follow 0" by its own, from previously "follow 1") I think the problem occurs If my slave heal tries to do one of this "north","northeast","east","southeast","south","...
by kangtuji
26 Aug 2013, 05:05
Forum: Macro Plugin
Topic: need help..
Replies: 2
Views: 2148

Re: need help..

Sometimes I encounter this problem too... When a character die, it stay remain with 1 HP without DEAD status (I suspect perhaps due connection lag) For barbian technique, add this on config.txt doCommand relog { timeout 1800 } For complicated tech.. well... once I tries automacro Dead0 { status dead...
by kangtuji
23 Aug 2013, 09:21
Forum: Feature suggestions
Topic: Macro plugins : onAction
Replies: 1
Views: 8846

Macro plugins : onAction

May I suggest if next revision of macro can support condition similiar like onAction ? In a case I want the macro triggered only when attack / route / sitting (or anything that showed when I input 'aiv' or 'ai print', I know the list are in http://www.openkore.com/index.php/OnAction but I usually on...
by kangtuji
21 Aug 2013, 05:51
Forum: Bug reports
Topic: Macro plugins bug
Replies: 2
Views: 17155

Macro plugins bug

After few months to make sure, Some features in Macro plugin doesn't work as its supposed to be... ( I already trying to use direcly copy from http://sourceforge.net/p/openkore/code/8662/tree/plugins/macro in hope to get fresh macro, but still doesn't work ) for now I only found 2 problesm, (could b...