My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

Moderator: Moderators

Message
Author
Lexell
Noob
Noob
Posts: 2
Joined: 24 Sep 2008, 23:39
Noob?: No

Re: My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

#31 Post by Lexell »

Sir, yong brew config po ba e gumagana sa bagong version ng openkore? tsaka may idea po kayo paano gawin yong autodeal na bot? with pub, example B> jellopy 7z.. tapos mag auto deal at auto kafra?

thanks po!

fco2783
Plain Yogurt
Plain Yogurt
Posts: 95
Joined: 05 Apr 2008, 05:15
Noob?: Yes
Location: in place where you cant go
Contact:

Re: My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

#32 Post by fco2783 »

Lexell wrote:Sir, yong brew config po ba e gumagana sa bagong version ng openkore? tsaka may idea po kayo paano gawin yong autodeal na bot? with pub, example B> jellopy 7z.. tapos mag auto deal at auto kafra?

thanks po!
brewing ko works in all OK version... regards s autodeal use the plug-in try to search in the plugin section...

Lexell
Noob
Noob
Posts: 2
Joined: 24 Sep 2008, 23:39
Noob?: No

Re: My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

#33 Post by Lexell »

just a stupid question... what do you type to load the macro in config.txt?

macro_nowarn 0
macro_orphans terminate
macro_file macros.txt
macro_allowDebug 1

I followed the steps there and added this macro tag in config.txt, seems that the macro is not loading. sorry...

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

#34 Post by Technology »

Lexell wrote:just a stupid question... what do you type to load the macro in config.txt?

macro_nowarn 0
macro_orphans terminate
macro_file macros.txt
macro_allowDebug 1

I followed the steps there and added this macro tag in config.txt, seems that the macro is not loading. sorry...
Look in sys.txt, it should load all plugins by default tho if ofcourse you installed the plugin in the right directory. read macro manual installation section if everything else fails.
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!

jvnery13
Noob
Noob
Posts: 2
Joined: 21 Feb 2009, 02:41
Noob?: No

Re: My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

#35 Post by jvnery13 »

Tried using WPE Pro, unfortunately my client DCs when I use it (XileRO)
Tried to find out what packets are being sent to forge a VVS elem claymore anyway any ideas?

jvnery13
Noob
Noob
Posts: 2
Joined: 21 Feb 2009, 02:41
Noob?: No

Re: My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

#36 Post by jvnery13 »

Nevermind got it to work, made a little mistake.

kathkath
Noob
Noob
Posts: 2
Joined: 22 Feb 2009, 08:45
Noob?: Yes

Re: My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

#37 Post by kathkath »

Help! bot brew doesnt work for me the automacro wont trigger! the bot just sitting and doing nothing. i really need this pls help. btw im using ok 2.0.6 mac ver 2.0.2

freezer123
Plain Yogurt
Plain Yogurt
Posts: 90
Joined: 28 Jul 2008, 05:12
Noob?: No

Re: Auto-Cast Warp Portal |Ver 2.0.0 | Macro Ver 1.3.5 |

#38 Post by freezer123 »

I was trying to use this macro but it seems not working, is it working with the OK SVN?
fco2783 wrote:this macro auto-cast warp portal on place that no one standing...

good for support on town and warping parties on WoE

Code: Select all

automacro Warping {
	console /\[dist=(.*)\] (.*) \((\d+)\): (.*)warp(1|2|3|4)(.*)$/
	run-once 1
#	class 4, 8, 23, 4005, 4009, 15, 4016

	call {
		if (@invamount(Blue Gemstone) == 0) goto nogem

		$dist = $.lastMatch1
		if ($dist > 6) stop
		
		$warpslot = $.lastMatch5
		
		:loop
		$posx = @rand (1,7)
		$posy = @rand (1,7)
		$cellIsFull = 0

		do eval $::Macro::Data::varStack{cellIsFull} = 0;foreach (@{$::playersList->getItems()}) { next if (($_->{pos_to}{x} != $posx) || ($_->{pos_to}{y} != $posy));$::Macro::Data::varStack{cellIsFull} = 1; last;}

		if ($cellIsFull == 1) goto loop
		$mex = @arg ("$.pos", 1)
		$mey = @arg ("$.pos", 2)
		$herex = @eval ($mex + $posx)
		$herey = @eval ($mey + $posy)
		do sl 27 $herex $herey
		timeout 3
		do warp $warpslot
		release Warping

		:nogem
		do c no gem
		release Warping
	}
}
Image

fco2783
Plain Yogurt
Plain Yogurt
Posts: 95
Joined: 05 Apr 2008, 05:15
Noob?: Yes
Location: in place where you cant go
Contact:

Re: Auto-Cast Warp Portal |Ver 2.0.0 | Macro Ver 1.3.5 |

#39 Post by fco2783 »

freezer123 wrote:I was trying to use this macro but it seems not working, is it working with the OK SVN?
i admit... i cant make it work 100%

i always having in the problem on do warp
you could ask someone else to perfect this macro for you...

juanmumai2
Noob
Noob
Posts: 1
Joined: 29 Apr 2009, 13:38
Noob?: Yes

Re: My Collection of Macro |Ver 2.0.0 | Macro Ver 1.3.5 |

#40 Post by juanmumai2 »

sir do u have a macro for a buffer priest to buffs and heal all guild members?

Post Reply