BBot - The best bot of the world
Scarab Coin - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Scarab Coin (/thread-4418.html)



Scarab Coin - aniro - 09-10-2012

How do I put scarab coin on the empty coal basin, Ank tumbs.

Thanks.


RE: Scarab Coin - Dexter - 09-10-2012

Try this:

Code:
0 {UseScarabCoin} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.UseOn(ID_SCARAB_COIN, ID_COAL_BASIN, !X!, !Y!, !Z!, 2)



RE: Scarab Coin - aniro - 09-10-2012

(09-10-2012, 03:09 PM)Dexter Wrote: Try this:

Code:
0 {UseScarabCoin} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.UseOn(ID_SCARAB_COIN, ID_COAL_BASIN, !X!, !Y!, !Z!, 2)

I Can't really try it right now cuz i'm on my work but... i think I need to "trow" the iten on it, use on i think is the same as using the map tools,( i have tried and dident work)

Well, let me know if i'm wrong. thanks!


RE: Scarab Coin - Dexter - 09-10-2012

Put this macro in Macros:
Code:
0 {UseScarabCoin} Map.Thrown(3042, 1, X, Y, Z)

Eg in cavebot:
Code:
Point (33159 32837 10)
Point (33160 32833 10)
Fixed (33162 32831 10) << over the blue fire
Macro (33162 32831 10:UseScarabCoin) << macro
Point (33158 32833 10)
Point (33152 32832 10)
Point (33150 32836 10)
Point (33150 32832 10)
Point (33155 32832 10)
Point (33156 32832 10)
Point (33157 32836 7)



RE: Scarab Coin - nizlov - 09-11-2012

As far as I can remember you have to throw a scarab coin on the coal basin, not use it.

0 {ScarabCoin} Map.Thrown(3041, 1, X, Y, Z)

X = coordinate X of coal basin
Y = coordinate Y of coal basin
Z = coordinate Z of coal basin

Now copy this macro to Advanced Tools -> Macros

While standing on the blue flame, go to Cavebot -> Codes/Labels -> Macro -> Choose Scarab Coin