| 
		
	
	
	
		
	Posts: 7 
	Threads: 3 
	Joined: Apr 2012
	
 Reputation: 
0 
	
	
		Please i need a macro to use pick in ground and after use fishing rod in ice hole to catch a some northen pikes    
i need a macro, map tool i not understand, ;/ idk id of ice hole    and is hard to make script, with a macro is more easy.  
Please, one macro to uso an item in ground/ice hole!! 
 
TYY!!
	 
	
	
	
		
	Posts: 365 
	Threads: 22 
	Joined: Mar 2013
	
 Reputation: 
0 
	
	
		 (12-12-2013, 02:40 AM)Todinhoo Wrote:  Please i need a macro to use pick in ground and after use fishing rod in ice hole to catch a some northen pikes  
 i need a macro, map tool i not understand, ;/ idk id of ice hole
  and is hard to make script, with a macro is more easy. Please, one macro to uso an item in ground/ice hole!!
 
 TYY!!
 
0 {Use Pick on Ground} IDPick:=xxxx IDGround:=xxxx X:=Self.X() Y:=Self.Y() Z:=Self.Z()   Map.UseOn(!IDPick!, !IDGround!, !X!, !Y!, !Z!, 2)
 
change id PICK for correct and idground to... add it in cavebot.
	 
	
	
	
		
	Posts: 7 
	Threads: 3 
	Joined: Apr 2012
	
 Reputation: 
0 
	
	
		 (12-12-2013, 03:31 AM)Thiaguin- Wrote:   (12-12-2013, 02:40 AM)Todinhoo Wrote:  Please i need a macro to use pick in ground and after use fishing rod in ice hole to catch a some northen pikes  
 i need a macro, map tool i not understand, ;/ idk id of ice hole
  and is hard to make script, with a macro is more easy. Please, one macro to uso an item in ground/ice hole!!
 
 TYY!!
 
 0 {Use Pick on Ground} IDPick:=xxxx IDGround:=xxxx X:=Self.X() Y:=Self.Y() Z:=Self.Z()   Map.UseOn(!IDPick!, !IDGround!, !X!, !Y!, !Z!, 2)
 
 change id PICK for correct and idground to... add it in cavebot.
 
Is this i need. But, were is search Id's of ground? Example, id of ice hole? :/  
have any page in forum with all ids of grounds?
	 
	
	
	
		
	Posts: 365 
	Threads: 22 
	Joined: Mar 2013
	
 Reputation: 
0 
	
	
		 (12-12-2013, 10:40 AM)Todinhoo Wrote:   (12-12-2013, 03:31 AM)Thiaguin- Wrote:   (12-12-2013, 02:40 AM)Todinhoo Wrote:  Please i need a macro to use pick in ground and after use fishing rod in ice hole to catch a some northen pikes  
 i need a macro, map tool i not understand, ;/ idk id of ice hole
  and is hard to make script, with a macro is more easy. Please, one macro to uso an item in ground/ice hole!!
 
 TYY!!
 
 0 {Use Pick on Ground} IDPick:=xxxx IDGround:=xxxx X:=Self.X() Y:=Self.Y() Z:=Self.Z()   Map.UseOn(!IDPick!, !IDGround!, !X!, !Y!, !Z!, 2)
 
 change id PICK for correct and idground to... add it in cavebot.
 
 Is this i need. But, were is search Id's of ground? Example, id of ice hole? :/
 have any page in forum with all ids of grounds?
 
press alt + f8 , after look "ground" and the id will appear at the top left of the screen
	 |