(10-26-2020, 09:03 PM)ilbeyerdem Wrote: any ideas for looter panic?
And how can we add 32850 id (yalahar) to bbot.items.txt?
I found temporary solutions to this issue. Which is Macro to climb stairs, ladders etc.
(10-26-2020, 07:23 PM)Seeken Wrote: Create 4 macros like this https://prnt.sc/v7c9l4
Self.MoveS()
Self.MoveN()
Self.MoveW()
Self.MoveE()
Then in Cavebot right click at list > add > Fixed Point right infront of stairs, then right click > Codes/Labels > Macro > select which direction your character should move. It has to works.
https://prnt.sc/v7cd0s
like this - Fixed Point is right next to stairs, and macro moves character south to climb on it.
Also for looting, macro like this
1000 {Gladiator}
IDGround:=8909
X:=Self.X() Y:=Self.Y() Z:=Self.Z()
Map.Use(!IDGround!, !X!, !Y!, !Z!, 2)
Misc.StandTime()>2
You need to change IDGround with corpses ID.