Author Topic: i need a GG chaos script  (Read 739 times)

Offline brodie123123

  • PK Beginner
  • **
  • Join Date: Jul 2010
  • Posts: 57
  • Reputation -9
  • I <3 PureKaoz.com
    • View Profile
i need a GG chaos script
« on: September 05, 2010, 12:36:21 AM »
I need a Chaos script, ive tried the one from EON too many Nulls , then coops i was getting Nulls aswell...
ive tried to get thefreaks working but i failed LOL.
lmk if u know of a gg chaos script :)

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

i need a GG chaos script
« on: September 05, 2010, 12:36:21 AM »

cooptheking

  • Guest
Re: i need a GG chaos script
« Reply #1 on: September 05, 2010, 12:38:21 AM »
mine
if your getting nulls it is ONLY because you ran ONLY chaos...
which if you only want ot do chaos (and dont want to bother with the eldritch or 1 small boss) i have the fix for that (takes 1 letter)

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

Re: i need a GG chaos script
« Reply #1 on: September 05, 2010, 12:38:21 AM »

cooptheking

  • Guest
Re: i need a GG chaos script
« Reply #2 on: September 05, 2010, 12:40:55 AM »
mine
if your getting nulls it is ONLY because you ran ONLY chaos...
which if you only want ot do chaos (and dont want to bother with the eldritch or 1 small boss) i have the fix for that (takes 1 letter)

Code: [Select]
   if(!NTTM_CheckAct())
   {
      NTC_SendMsgToScript("NTBotGame.ntj", "NTTM_CheckAct()");
      return;
   }
change this
to
Code: [Select]
   if(!NTTM_CheckAct(1))
   {
      NTC_SendMsgToScript("NTBotGame.ntj", "NTTM_CheckAct()");
      return;
   }

problem is solved
but the deal with the nulls is because of the preset.points..you HAVE to exit act4 in order to "reset" them..no one knows why..prolly cuz blizzard=bad programmers

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

Re: i need a GG chaos script
« Reply #2 on: September 05, 2010, 12:40:55 AM »