Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Obsidian knife macro help
#1
Hello guys, I need a for obsidian knife.
Basically I want the bot to use the knife on ice cubes.

Whoever gives macro will get a rep +1 Smile

Thanks.
#2
bumpp
#3
use in macro
Code:
Self.Backpacks.UseOn(UseID, UseOn)

UseID - obsiadnian knife ID
UseOn - ice cube ID

You must add to looter ice cube, and in BP obsiadian start work.
Ice cubes have 4 ID, 1 ID for all stage ice cubes. You can use obsiadian in 4 stages, last 5 stage = mammoth

So:

Code:
500 {Ice Cubes Knife} Self.Backpacks.UseOn(5908, 7441) Self.Backpacks.UseOn(5908, 7442) Self.Backpacks.UseOn(5908, 7443) Self.Backpacks.UseOn(5908, 7444)

Code:
Self.Backpacks.UseOn(5908, 7441)
Self.Backpacks.UseOn(5908, 7442)
Self.Backpacks.UseOn(5908, 7443)
Self.Backpacks.UseOn(5908, 7444)


I try this solution in server and all work.
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.


Forum Jump:


Users browsing this thread: 1 Guest(s)