| 
		
	
	
	
		
	Posts: 12 
	Threads: 4 
	Joined: Oct 2014
	
 Reputation: 
0 
	
	
		Hey.
 I'm looking for a script to collect empty vials from the ground.
 Any can help me?
 
 
 Szukam skrypta do zbierania pustych vial z ziemi.
 Kto pomoże?
 
 
 REP for HELP.
 
	
	
	
		
	Posts: 222 
	Threads: 32 
	Joined: Apr 2014
	
 Reputation: 
0 
	
	
		i think u can make only cave bot script and u can add macro to collect empty vials.
	 
If i help you please Click ^ to give REP point  if I'll have more rep I'll make better scrips  
	
	
	
		
	Posts: 421 
	Threads: 54 
	Joined: May 2013
	
 Reputation: 
0 
	
		
		
		12-12-2014, 03:47 PM 
(This post was last modified: 12-12-2014, 03:48 PM by Seeken.)
		
	 
		
Wrong Section
Allowed topics in English only.
 PHP Code: X:=Self.XY:=Self.Y
 Z:=Self.Z
 Map.PickUpEx(285, 100, 1, !X!, !Y!, !Z!, 5)
 
Which is: (ID, Count, ContainerTo, X, Y, Z, Range) 
_____________________________________________
 
	
	
	
		
	Posts: 12 
	Threads: 4 
	Joined: Oct 2014
	
 Reputation: 
0 
	
	
		 (12-12-2014, 03:47 PM)Seeken Wrote:  
 Wrong Section
Allowed topics in English only.
 
 
 PHP Code: X:=Self.XY:=Self.Y
 Z:=Self.Z
 Map.PickUpEx(285, 100, 1, !X!, !Y!, !Z!, 5)
 
Which is: (ID, Count, ContainerTo, X, Y, Z, Range)
 
Ok... But where i need paste this? im newbie with it.
	 
	
	
	
		
	Posts: 421 
	Threads: 54 
	Joined: May 2013
	
 Reputation: 
0 
	
	
		 (12-12-2014, 04:10 PM)sajanjin2 Wrote:   (12-12-2014, 03:47 PM)Seeken Wrote:  
 Wrong Section
Allowed topics in English only.
 
 
 PHP Code: X:=Self.XY:=Self.Y
 Z:=Self.Z
 Map.PickUpEx(285, 100, 1, !X!, !Y!, !Z!, 5)
 
Which is: (ID, Count, ContainerTo, X, Y, Z, Range)
 Ok... But where i need paste this? im newbie with it.
 
Advance tools - Macros - Create new macro, delete all and paste it, set you name of this macro at the top, make it automaticly 1000ms.
	 
_____________________________________________
 
	
	
	
		
	Posts: 12 
	Threads: 4 
	Joined: Oct 2014
	
 Reputation: 
0 
	
	
		Im add this that how u say and nothing. Change looter too for this.
 Meybe u can tell me what in scipts is this Y,X,Z?
 This too change or?
 
	
	
	
		
	Posts: 2,010 
	Threads: 147 
	Joined: Jan 2014
	
 Reputation: 
0 
	
	
		Macro activated? Set like automatic ? id 285 is small vial
 
	
	
	
		
	Posts: 12 
	Threads: 4 
	Joined: Oct 2014
	
 Reputation: 
0 
	
	
		Ye... I active this. Id small potion paste.
	 
	
	
	
		
	Posts: 421 
	Threads: 54 
	Joined: May 2013
	
 Reputation: 
0 
	
	
		It's just macro, Bot will automaticly pick up from floor vials which one is 5x5 close to you. I can't make a script because dunno where you want to use it. You has to activate macro and step automaticly close to vials, it will do rest.
	 
_____________________________________________
 
	
	
	
		
	Posts: 12 
	Threads: 4 
	Joined: Oct 2014
	
 Reputation: 
0 
	
		
		
		12-13-2014, 08:20 AM 
(This post was last modified: 12-13-2014, 12:35 PM by sajanjin2.)
		
	 
		Im put on the ground empty vials. Set macro like you say. Macro On on nothing.
 
	
	
	
		
	Posts: 222 
	Threads: 32 
	Joined: Apr 2014
	
 Reputation: 
0 
	
	
		Code: X:=Self.XY:=Self.Y
 Z:=Self.Z
 Map.PickUpEx(17819, 100, 1, !X!, !Y!, !Z!, 5)
 Map.PickUpEx(17809, 100, 1, !X!, !Y!, !Z!, 5)
 Map.PickUpEx(17817, 100, 1, !X!, !Y!, !Z!, 5)
this will be work ? coz i want to add this
	 
If i help you please Click ^ to give REP point  if I'll have more rep I'll make better scrips  |