BBot - The best bot of the world

Full Version: Scarab Coin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I put scarab coin on the empty coal basin, Ank tumbs.

Thanks.
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)
(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!
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)
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