BBot - The best bot of the world
Need Script - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Need Script (/thread-16865.html)



Need Script - sajanjin2 - 12-12-2014

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.


RE: Need Script - wedel92 - 12-12-2014

i think u can make only cave bot script and u can add macro to collect empty vials.


RE: Need Script - Seeken - 12-12-2014


  1. Wrong Section
  2. Allowed topics in English only.


PHP Code:
X:=Self.X
Y
:=Self.Y
Z
:=Self.Z
Map
.PickUpEx(2851001, !X!, !Y!, !Z!, 5

Which is: (ID, Count, ContainerTo, X, Y, Z, Range)


RE: Need Script - sajanjin2 - 12-12-2014

(12-12-2014, 03:47 PM)Seeken Wrote:
  1. Wrong Section
  2. Allowed topics in English only.


PHP Code:
X:=Self.X
Y
:=Self.Y
Z
:=Self.Z
Map
.PickUpEx(2851001, !X!, !Y!, !Z!, 5

Which is: (ID, Count, ContainerTo, X, Y, Z, Range)

Ok... But where i need paste this? im newbie with it.


RE: Need Script - Seeken - 12-12-2014

(12-12-2014, 04:10 PM)sajanjin2 Wrote:
(12-12-2014, 03:47 PM)Seeken Wrote:
  1. Wrong Section
  2. Allowed topics in English only.


PHP Code:
X:=Self.X
Y
:=Self.Y
Z
:=Self.Z
Map
.PickUpEx(2851001, !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.


RE: Need Script - sajanjin2 - 12-12-2014

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?


RE: Need Script - damiansnk - 12-12-2014

Macro activated? Set like automatic ?
id 285 is small vial


RE: Need Script - sajanjin2 - 12-12-2014

Ye... I active this. Id small potion paste.


RE: Need Script - Seeken - 12-12-2014

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.


RE: Need Script - sajanjin2 - 12-13-2014

Im put on the ground empty vials.
Set macro like you say. Macro On on nothing.


RE: Need Script - wedel92 - 12-14-2014

Code:
X:=Self.X
Y:=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