08-05-2011, 08:19 AM
vTipsy Wrote:This is a good bot, but, What I'm having trouble doing, sorry if you explained this. but.. I'm having trouble, like It picks up Blue stuff, and sells a lot. I found a raven and it kept it in the inventory. It kills countess and all that, i know runes dropped but i can't see when i watch and it won't pick anything up. Is it possible to set it so it only picks up higher runes, and the unique stuff? like the Higher unique stuff. I'm completely new to botting and everything. Help would be greatly appreciated. Thanks.
Hi!
Enable cubing
NTConfig_Cubing = true; // Enable cubing
and select which runes do you need my eg:
//NTConfig_CubingItem.push([NTCU_RUNE_THUL, 562]);
//NTConfig_CubingItem.push([NTCU_RUNE_AMN, 557]);
//NTConfig_CubingItem.push([NTCU_RUNE_SOL, 567]);
//NTConfig_CubingItem.push([NTCU_RUNE_SHAEL, 577]);
//NTConfig_CubingItem.push([NTCU_RUNE_DOL, 572]);
NTConfig_CubingItem.push([NTCU_RUNE_HEL, 582]);
NTConfig_CubingItem.push([NTCU_RUNE_IO, 563]);
NTConfig_CubingItem.push([NTCU_RUNE_LUM, 558]);
NTConfig_CubingItem.push([NTCU_RUNE_KO, 568]); //I needed a KO rune so I removed the next rune so the bot didn't cube the Ko Runes
//NTConfig_CubingItem.push([NTCU_RUNE_FAL, 578]);
NTConfig_CubingItem.push([NTCU_RUNE_LEM, 573]);
NTConfig_CubingItem.push([NTCU_RUNE_PUL, 583]);
NTConfig_CubingItem.push([NTCU_RUNE_UM, 564]);
NTConfig_CubingItem.push([NTCU_RUNE_MAL, 559]);
NTConfig_CubingItem.push([NTCU_RUNE_IST, 569]);
NTConfig_CubingItem.push([NTCU_RUNE_GUL, 579]);
NTConfig_CubingItem.push([NTCU_RUNE_VEX, 574]);
NTConfig_CubingItem.push([NTCU_RUNE_OHM, 584]);
NTConfig_CubingItem.push([NTCU_RUNE_LO, 565]);
NTConfig_CubingItem.push([NTCU_RUNE_SUR, 560]);
NTConfig_CubingItem.push([NTCU_RUNE_BER, 570]);
NTConfig_CubingItem.push([NTCU_RUNE_JAH, 580]);
NTConfig_CubingItem.push([NTCU_RUNE_CHAM, 575]);
I hope it helps