09-10-2012, 02:49 PM
How do I put scarab coin on the empty coal basin, Ank tumbs.
Thanks.
Thanks.
Scarab Coin
|
09-10-2012, 02:49 PM
How do I put scarab coin on the empty coal basin, Ank tumbs.
Thanks.
09-10-2012, 03:09 PM
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, 04:25 PM
(09-10-2012, 03:09 PM)Dexter Wrote: Try this: 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!
09-10-2012, 05:31 PM
Put this macro in Macros:
Code: 0 {UseScarabCoin} Map.Thrown(3042, 1, X, Y, Z) Eg in cavebot: Code: Point (33159 32837 10)
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 |
« Next Oldest | Next Newest »
|