Author Topic: Help with baba Bo  (Read 915 times)

Offline 123poef

  • Newbie
  • *
  • Join Date: Jun 2010
  • Posts: 4
  • Reputation 0
    • View Profile
Help with baba Bo
« on: September 04, 2010, 01:12:59 PM »
Hello there.. first of all thankk you for your bot.. currrently i am using the pk 1 wich i think is awesome.. thanks alot..

now to my problem.. i would like to make my baba switch weapons for bo so he gets +6 to skills instead of botd + beast.. i think this will make his life a bit higher and so his defense..

any 1 care to help me out with my little problem?

PureKaoz.com - D2NT, Diablo 3 & Starcaft 2 Hacks

Help with baba Bo
« on: September 04, 2010, 01:12:59 PM »

Offline 123poef

  • Newbie
  • *
  • Join Date: Jun 2010
  • Posts: 4
  • Reputation 0
    • View Profile
Re: Help with baba Bo
« Reply #1 on: September 07, 2010, 06:58:10 AM »
hmm is this inposible to make? or just very hard to program?

PureKaoz.com - D2NT, Diablo 3 & Starcaft 2 Hacks

Re: Help with baba Bo
« Reply #1 on: September 07, 2010, 06:58:10 AM »

cooptheking

  • Guest
Re: Help with baba Bo
« Reply #2 on: September 07, 2010, 10:22:27 AM »
hmm is this inposible to make? or just very hard to program?
Goto NTPrecast.ntl  (located in the libs/common folder)
change this

Code: [Select]
case NTC_CHAR_CLASS_BARBARIAN:
if(refresh || !me.GetState(51))
NTC_CastSkill(155, NTC_HAND_RIGHT); // Battle Command

if(refresh || !me.GetState(32))
NTC_CastSkill(149, NTC_HAND_RIGHT); // Battle Orders

if(refresh || !me.GetState(26))
NTC_CastSkill(138, NTC_HAND_RIGHT); // Shout
break;

to

Code: [Select]
case NTC_CHAR_CLASS_BARBARIAN:
      NTC_SwapWeapons();
      if(refresh || !me.GetState(51))
         NTC_CastSkill(155, NTC_HAND_RIGHT); // Battle Command

      if(refresh || !me.GetState(32))
         NTC_CastSkill(149, NTC_HAND_RIGHT); // Battle Orders

      if(refresh || !me.GetState(26))
         NTC_CastSkill(138, NTC_HAND_RIGHT); // Shout
      NTC_SwapWeapons();
      break;

Offline 123poef

  • Newbie
  • *
  • Join Date: Jun 2010
  • Posts: 4
  • Reputation 0
    • View Profile
Re: Help with baba Bo
« Reply #3 on: September 07, 2010, 10:24:22 AM »
awesome ill try this out tonight.. many thx;)

PureKaoz.com - D2NT, Diablo 3 & Starcaft 2 Hacks

Re: Help with baba Bo
« Reply #3 on: September 07, 2010, 10:24:22 AM »

Offline 123poef

  • Newbie
  • *
  • Join Date: Jun 2010
  • Posts: 4
  • Reputation 0
    • View Profile
Re: Help with baba Bo
« Reply #4 on: September 07, 2010, 12:53:24 PM »
it works awesomely :) gained nearly 600 hp 2k def :D and some mana.. maybey you guys should at this to the pk bot..

PureKaoz.com - D2NT, Diablo 3 & Starcaft 2 Hacks

Re: Help with baba Bo
« Reply #4 on: September 07, 2010, 12:53:24 PM »

cooptheking

  • Guest
Re: Help with baba Bo
« Reply #5 on: September 07, 2010, 01:39:06 PM »
it works awesomely :) gained nearly 600 hp 2k def :D and some mana.. maybey you guys should at this to the pk bot..
I'm sure this will be in an upcoming release.
Glad it worked :)

The staff here at purekaoz is just swamped in projects
The Automule, is coming along nicely!!
The Updated Chanter is 50% complete.
Few other "undisclosed" projects are on there way as well!!

Just need to try and get some more scripters :D hehehehe

Offline 123poef

  • Newbie
  • *
  • Join Date: Jun 2010
  • Posts: 4
  • Reputation 0
    • View Profile
Re: Help with baba Bo
« Reply #6 on: September 07, 2010, 03:42:43 PM »
hehe awesome.. yeah i am currently a happy botter on the eu.. scene me and my friend are running 5 open bots.. dia - baal with ur d2nt's so i must say keep it up ill be happy to use ur bots ;) and test them 

PureKaoz.com - D2NT, Diablo 3 & Starcaft 2 Hacks

Re: Help with baba Bo
« Reply #6 on: September 07, 2010, 03:42:43 PM »