Author Topic: Pick up a maximum number of items  (Read 1099 times)

Danielesplash

  • Guest
Pick up a maximum number of items
« on: June 24, 2010, 04:05:13 PM »
How can bot stop picking up "hel rune" if it has picked up 5 yet?

Offline xAnarchyx

  • Newbie
  • *
  • Posts: 15
  • Reputation 0
    • View Profile
Re: Pick up a maximum number of items
« Reply #1 on: June 24, 2010, 06:30:52 PM »
You cant set it to pickup a certain number.. only to stop picking them up completly

Danielesplash

  • Guest
Re: Pick up a maximum number of items
« Reply #2 on: June 24, 2010, 06:34:24 PM »
I'm not sure what you said ... I wait an expert answer

Offline TheFreak

  • Just like an admin ;)
  • PK Pro
  • ****
  • Posts: 373
  • Reputation 1
  • I rap and write javascript mutha fucka!
    • View Profile
Re: Pick up a maximum number of items
« Reply #3 on: June 24, 2010, 06:39:41 PM »
Yu can do this, But i dont know how right now, Ive seen some people talking about it, ill need to check up on it.

But im buried in shit i need to do right now ^ ^


My New function:

function AlbertEinstein()
{
If (A = success in life)
A = x + y + z;
x = Work;
y = Play;
z = Keeping your mouth shut;
}

"Right after the Sam-Frodo suckfest, right before the credits roll, Sam fuckin' flat-out brick's in Frodo's mouth"

Danielesplash

  • Guest
Re: Pick up a maximum number of items
« Reply #4 on: June 26, 2010, 05:47:37 AM »
no new?

thenewkidd

  • Guest
Re: Pick up a maximum number of items
« Reply #5 on: June 30, 2010, 11:20:39 PM »
no new?
You cannot make it pick up "5" Runes.

You CAN however Cube runes.. and you MIGHT be lucky and have runes left over from cubing so you shouldn't have more than a given rune in your stash... easy way to get Hrs too... if you cannot find them, cube them (if you are ladder)

And your bot will do that.

   //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]);
   //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]);

Just take out the "//"  of the runes you want cubed and the ones you don't (edit your pickit to keep the runes you cube or it will dump them after it's cubed if it's not a "keeper")

Offline Justin

  • I run this bitch!
  • Administrator
  • PureKaoz HeRo
  • *****
  • Posts: 780
  • Reputation 3
  • Fck Bnet
    • View Profile
    • PureKaoz.com
Re: Pick up a maximum number of items
« Reply #6 on: July 01, 2010, 05:21:21 PM »
Just keep an eye on your D2NT manager ITEM LOG; it should pick up hel runes fairly quickly. After it has picked 5 runes. Just quote out the HEL rune from your pickit config.

Owner of Cutting Edge Promotions http://CEPromotion.net

thenewkidd

  • Guest
Re: Pick up a maximum number of items
« Reply #7 on: July 01, 2010, 09:04:16 PM »
Just keep an eye on your D2NT manager ITEM LOG; it should pick up hel runes fairly quickly. After it has picked 5 runes. Just quote out the HEL rune from your pickit config.

That's true... if you wanna do it the EASY WAY! lol ;)

Offline TheFreak

  • Just like an admin ;)
  • PK Pro
  • ****
  • Posts: 373
  • Reputation 1
  • I rap and write javascript mutha fucka!
    • View Profile
Re: Pick up a maximum number of items
« Reply #8 on: July 01, 2010, 09:49:56 PM »
There is a way to do this, i will check up on it more tomorrow, right now im playin me some WOW ;)


My New function:

function AlbertEinstein()
{
If (A = success in life)
A = x + y + z;
x = Work;
y = Play;
z = Keeping your mouth shut;
}

"Right after the Sam-Frodo suckfest, right before the credits roll, Sam fuckin' flat-out brick's in Frodo's mouth"

NCP91

  • Guest
Re: Pick up a maximum number of items
« Reply #9 on: July 20, 2010, 09:53:44 PM »
Any up date? I know someone found a way to do that with "keys" while key running. I'm not home atm on the bb but if you know where that coding might me I can post the file.

Offline Justin

  • I run this bitch!
  • Administrator
  • PureKaoz HeRo
  • *****
  • Posts: 780
  • Reputation 3
  • Fck Bnet
    • View Profile
    • PureKaoz.com
Re: Pick up a maximum number of items
« Reply #10 on: November 05, 2011, 02:18:28 AM »
I want to bring this topic back to life, for my new ladder crafting purposes...

Owner of Cutting Edge Promotions http://CEPromotion.net