Author Topic: [UPDATED 1-29-12]PureKaoz Rush Bot 1.13d  (Read 35310 times)

Offline treflipnj

  • Newbie
  • *
  • Join Date: Aug 2010
  • Posts: 3
  • Reputation 0
  • I <3 PureKaoz.com
    • View Profile
Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #225 on: August 25, 2010, 11:35:25 PM »
I believe this is the same error I am having.

Freak in the post above you told him to make it a .ntj file extension, did you mean .ntl?
  ntl is the default in the package i downloaded for character config files

Also you said to download the latest version. 
  I downloaded the file at the end of the first post of this sticky, is that not the latest? 
  if not, where is the latest located?

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

Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #225 on: August 25, 2010, 11:35:25 PM »

Offline TheFreak

  • Just like an admin ;)
  • AFK Admins
  • PK Pro
  • *****
  • Join Date: May 2010
  • Posts: 372
  • Reputation 1
  • I rap and write javascript mutha fucka!
    • View Profile
Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #226 on: August 26, 2010, 12:05:41 AM »
Yes i meant .ntl

And it cant be what yu dl'd as for tha new char config looks like this:
Code: [Select]
Include("Messages/Messages.ntl");
Include("Messages/HelperMessages.ntl");
//##############################################################################################################################
//Do Not distribute these scripts without the credits ##########################################################################
//##############################################################################################################################
//Regards - Shadde from PureKaoz.com; Which is now tha home site of this bot ###################################################
//##############################################################################################################################

function NT_LoadConfig()
{

//---------------------------------------------------
// Tp At every Wp you take!
//---------------------------------------------------

NTConfig_TpAtWp = false; // true will tp at every wp yu take, like if yu were doing a rush, it will take wp, then tp, say message, and carry on, false will run normal.

//---------------------------------------------------
// Main: Most important!
//---------------------------------------------------

NTConfig_Rusher = true; // Set to true to rush, You can also set All others = true; And it will do them ^.^.
NTConfig_DoQuests = true; // true to do extra quests.
NTConfig_DoAncients = true; // Well its obvious what to do, Sometimes bumper doesnt need ancients, sometimes he does.
NTConfig_KillBaal = true; // true will kill baal, false will not.

//---------------------------------------------------
// Extras: Still pretty important!
//---------------------------------------------------

//-------------------------------------------
// Addons!
//-------------------------------------------

NTConfig_DoDen = true; // NTConfig_DoQuests must also be true to run Den.
NTConfig_GetCain = true; // Keep This false, Havent finished it yet. // NTConfig_DoQuests must also be true to get Cain.
NTConfig_EndAfterBaal = true; // True will exit game after baal is dead IF Wps are not true. If this is set to false; After baal is dead, it will sit in throne until yu override it.
NTConfig_UseHarem = true; // This gives yu tha choice to tp at harem after duriel is done.

//-----------------------------------
// Wps!
//-----------------------------------

NTConfig_RushWps = true; // Will give rush Wp's only, set false for none.
NTConfig_AllWps = true; // Will give all wp's, set false to none.

//---------------------------
// Viper Level 2!
//---------------------------

NTConfig_FastViper = false; // Self Explanitory, For Viper Amulet
NTConfig_ClearViper = false; // Self Explanitory, For Viper Amulet
NTConfig_ClearTPSpot = true; // Self Explanitory, For Viper Amulet

//-------------------
// Diablo!
//-------------------

NTConfig_ClearCS = false; // false will rush seals, true will clear.

//------------------------
// Kill Mephs Council!
//------------------------

NTConfig_MephsCouncil = true; // Kill council in duarance 3

//----------------------------
// Messaging System!
//----------------------------

NTConfig_Messaging = true; // Messaging inside script. Found in D2NT/scripts/Messages/Messages.ntl

//-------------------------------------------------------------------------
// State Rules! NTConfig_Messaging must be true for these to be announced!
//-------------------------------------------------------------------------

NTConfig_StateRulesNormal = true; // Yu can edit these lines by going to ntbot/bots/StateRules.ntj
NTConfig_StateRulesNightmare = true; // Yu can edit these lines by going to ntbot/bots/StateRules.ntj

//---------------------------------------------------
// Rush Configuration. There is no need to edit this. Edit what is above.
//---------------------------------------------------

NTConfig_Script.push("StateRules.ntj");
NTConfig_Script.push("RushDen.ntj");
NTConfig_Script.push("RushCain.ntj");
NTConfig_Script.push("RushAndy.ntj");
NTConfig_Script.push("RushRadament.ntj");
NTConfig_Script.push("RushCubeAmu.ntj");   //Only does cube in normal
NTConfig_Script.push("RushStaff.ntj");
NTConfig_Script.push("RushSummoner.ntj");
NTConfig_Script.push("RushDuriel.ntj");
NTConfig_Script.push("RushTome.ntj");
NTConfig_Script.push("RushTrav.ntj");
NTConfig_Script.push("RushMeph.ntj");
NTConfig_Script.push("RushIzual.ntj");
NTConfig_Script.push("RushForge.ntj");
NTConfig_Script.push("RushChaos.ntj");
NTConfig_Script.push("RushSocket.ntj");
NTConfig_Script.push("RushAnya.ntj");
NTConfig_Script.push("RushAncients.ntj");
NTConfig_Script.push("RushBaal.ntj");
NTConfig_Script.push("GiveWps.ntj");
NTConfig_Script.push("AllWps.ntj");
//--------------------------------------------
//--------------------------------------------
me.maxgametime = 0; // time in seconds, maximum game length (0 is infinite)
NTConfig_StartDelay = 100; // Delay time in milliseconds to start;
NTConfig_AreaDelay = 500; // Delay time in milliseconds to change area;
NTConfig_SnagDelay = 0; // Delay time in milliseconds to wait before starting picking items

//--------------------------------------------
//--------------------------------------------
NTConfig_SkipHealLife = 90; // If you have more than this percent of life, you won't go to a healer
NTConfig_SkipHealMana = 70; // If you have more than this percent of mana, you won't go to a healer
NTConfig_UseMerc = false; // Set to true if you use a mercenary, will revive merc at a reviver npc.
NTConfig_ResetWeapon = false; // Set to true to reset weapon when reviving merc

NTConfig_LifeThresh = 60; // Drink a normal potion if under this percent of life.
NTConfig_LifeRejuvThresh = 40; // Drink a rejuvenation potion if under this percent of life.
NTConfig_ManaThresh = 30; // Drink a normal potion if under this percent of mana.
NTConfig_ManaRejuvThresh = 10; // Drink a rejuvenation potion if under this percent of mana.
NTConfig_LifeChicken = 30; // This is your chicken life percent. If you go below this life total, exit game.
NTConfig_ManaChicken = 0; // This is your chicken mana percent. If you go below this mana total, exit game.

NTConfig_MercLifeThresh = 50; // This is the threshold to use a life potion on your merc in percent.
NTConfig_MercRejuvThresh = 30; // This is the threshold to use a rejuv potion on your merc in percent.
NTConfig_MercChicken = 0; // This is your mercs chicken life percent. If he goes below this, exit game.

//--------------------------------------------
//--------------------------------------------
NTConfig_FreeSpace = 2; // Number of free columns. If less full columns are free stashing is set.

// The numbers correspond to your inventory. Set 0 to keep whatever is there, 1 to stash it.
NTConfig_Columns[0] = [0,0,0,0,0,0,0,0,0,0];
NTConfig_Columns[1] = [0,0,0,0,0,0,0,0,0,0];
NTConfig_Columns[2] = [0,0,0,0,0,0,0,0,0,0];
NTConfig_Columns[3] = [0,0,0,0,0,0,0,0,0,0];

NTConfig_MinGoldToStash = 100000; // Maximum gold amount carried before going to stash

//--------------------------------------------
// Type of potion used in each belt column
// Available types : "hp" = health | "mp" = mana | "rv" = rejuv. Can use other potion types too.
// Keep equal types at adjacent columns. First HP then MP and then HP again is a bad choice.
// Keep HP and MP at the beginning of the belt (in case you want to use rejuv and other types).
// Rejuvenations MUST, I REPEAT MUST be at the end of the belt (last x columns).
// To use rejuvenations only, put "rv" in all columns.
//--------------------------------------------
NTConfig_BeltColType[0] = "hp";
NTConfig_BeltColType[1] = "hp";
NTConfig_BeltColType[2] = "hp";
NTConfig_BeltColType[3] = "hp";

//--------------------------------------------
// SnagIt configuration
// Select one group only (normal / advance / extreme)
//--------------------------------------------

if(Im_In_Hell) // This will only pickit in Hell
{
//NTConfig_NIPFilePath.push("normal/normal.nip");
//NTConfig_NIPFilePath.push("normal/magic_rare.nip");
//NTConfig_NIPFilePath.push("normal/set.nip");
//NTConfig_NIPFilePath.push("normal/unique.nip");
//NTConfig_NIPFilePath.push("normal/craft.nip");

NTConfig_NIPFilePath.push("advance/normal.nip");
NTConfig_NIPFilePath.push("advance/magic_rare.nip");
NTConfig_NIPFilePath.push("advance/set.nip");
NTConfig_NIPFilePath.push("advance/unique.nip");
NTConfig_NIPFilePath.push("advance/craft.nip");

//NTConfig_NIPFilePath.push("extreme/normal.nip");
//NTConfig_NIPFilePath.push("extreme/magic_rare.nip");
//NTConfig_NIPFilePath.push("extreme/set.nip");
//NTConfig_NIPFilePath.push("extreme/unique.nip");
//NTConfig_NIPFilePath.push("extreme/craft.nip");
}

NTConfig_SnagRange = 40; // Radius to check for dropped items. 40 is a good number here


//--------------------------------------------
// General configuration
//--------------------------------------------
NTConfig_PublicMode = true;
NTConfig_CheckCloneDiablo = false; // Set to true if you want to wait in game after notifying "Diablo Walks the Earth" msg.
NTConfig_OpenChest = false; // Set to true to open chest
me.quitonhostile = false;

//--------------------------------------------
// Attack configuration
//--------------------------------------------
NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 112; // Primary skill to boss.
NTConfig_AttackSkill[2] = 113; // Primary aura to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 112; // Primary skill to others.
NTConfig_AttackSkill[4] = 113; // Primary aura to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 101; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 109; // Secondary aura. Set to 0 if you won't
NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.

NTConfig_UseRedemptionHP = 80; // Use Redemption if under this percent of life. Set to 0 if you won't
NTConfig_UseRedemptionMP = 60; // Use Redemption if under this percent of mana. Set to 0 if you won't
}


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"

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

Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #226 on: August 26, 2010, 12:05:41 AM »

Offline xichaoskingix

  • Newbie
  • *
  • Join Date: Aug 2010
  • Posts: 8
  • Reputation 0
  • I <3 PureKaoz.com
    • View Profile
Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #227 on: August 26, 2010, 01:15:20 AM »
its still not working for me. im getting same issue and changed the name of my config file. same exact error. i do have a question tho. does the bot have to be in a game where the quests arent complete? that shouldnt matter right? like if i creat a game shouldnt he still do it like he is rushing for the exception of not getting far because it need ppl to enter certain tps? but ya same problem... and my config file does not look like that one u just posted.

Offline xichaoskingix

  • Newbie
  • *
  • Join Date: Aug 2010
  • Posts: 8
  • Reputation 0
  • I <3 PureKaoz.com
    • View Profile
Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #228 on: August 26, 2010, 01:35:10 AM »
ok nvm about joining a persons game. either way the config is NOT being loaded. i dunno if i dl'd the wrong foiles or what(which is on page 1 of this thread) thats where i got it. but ya i dunno.

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

Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #228 on: August 26, 2010, 01:35:10 AM »

Offline xichaoskingix

  • Newbie
  • *
  • Join Date: Aug 2010
  • Posts: 8
  • Reputation 0
  • I <3 PureKaoz.com
    • View Profile
Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #229 on: August 26, 2010, 01:57:18 AM »
ok nvm sorry i gott him to work. now my only problem... he dosent have all the wps.... o and btw the den check is super long. he tele'd for like 3 mins O.o

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

Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #229 on: August 26, 2010, 01:57:18 AM »

Offline josh

  • Newbie
  • *
  • Join Date: Aug 2010
  • Posts: 10
  • Reputation 0
    • View Profile
Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #230 on: August 30, 2010, 10:15:01 AM »
works like a charm ty ^^
(>^^)> if ever need rush i play US West Softcore Non Ladder also run chaos/baals all night long and most of the day pm me anytime for gn.

Offline chris78

  • Newbie
  • *
  • Join Date: May 2010
  • Posts: 9
  • Reputation 0
    • View Profile
Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #231 on: September 02, 2010, 05:16:03 PM »
looks like cool bot

Offline zack107

  • Newbie
  • *
  • Join Date: Jul 2010
  • Posts: 28
  • Reputation 0
  • Need something? Let me know
    • View Profile
Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #232 on: September 05, 2010, 04:08:15 PM »
I got a question not shure if it would work, but will it work for a classic rush? I can see it messing up when it completes a4 and trys to move to a5 but other then that.... Theoreticly it should work right?
If you need help setting up your bot let me know and ill do my best to assist you. I do full bot setups for 50fg


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

Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #232 on: September 05, 2010, 04:08:15 PM »

Offline TheFreak

  • Just like an admin ;)
  • AFK Admins
  • PK Pro
  • *****
  • Join Date: May 2010
  • Posts: 372
  • Reputation 1
  • I rap and write javascript mutha fucka!
    • View Profile
Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #233 on: September 05, 2010, 04:30:50 PM »
Yes it will work for classic. And it wont mess up trying to do a5. Cuz yu can just sup it after diablo. But yes it will work great for classic.


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"

Offline mythosis

  • PK Pro
  • ****
  • Join Date: Aug 2010
  • Posts: 265
  • Reputation 0
  • USWest Channel: op pkbaal
    • View Profile
Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #234 on: October 05, 2010, 11:58:25 PM »
Yo freak!
  Idea for you, inspired from a request/issue. (Bot creates game if you press Create on bot screen.)

Code: [Select]
var createGameOnClick = true; //true: auto-create, false: manually create
Code: [Select]
case 4: // Create Game
if(createGameOnClick)
{
sendEventToOOG(D2NT_MGR_CREATE_GAME, location.name, 0);
}

Now to edit so join auto (like leech does) or manually based on settings?

var joinGameOnClick = true;
case 5: // Join Game
   ...?

 ;D

Offline macabe333

  • Newbie
  • *
  • Join Date: Oct 2010
  • Posts: 4
  • Reputation 0
  • I <3 PureKaoz.com
    • View Profile
Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #235 on: October 15, 2010, 05:14:43 PM »
Yo guys i have a problem understanding on how to get the bot to join games so people can get qs hes trying to make game for them and rush not join  >:(

Offline mythosis

  • PK Pro
  • ****
  • Join Date: Aug 2010
  • Posts: 265
  • Reputation 0
  • USWest Channel: op pkbaal
    • View Profile
Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #236 on: October 16, 2010, 02:08:15 PM »
macabe333
   Please describe in detail what the bot does, and what you want it to do.
Tho, I think i get it this time. First, if you haven't already. Download the newest version from the first post. Then,


This will stop the bot from auto creating when you press the Create button on the rusher's screen.

Open NTBot.ntj
add at the top:
Code: [Select]
var createGameOnClick = false; True to autmatically enter details
Then find this (ctr+f): case 4
Modify to look like:
Code: [Select]
case 4: // Create Game
if(createGameOnClick)
{
sendEventToOOG(D2NT_MGR_CREATE_GAME, location.name, 0);
}


Now all you should need to do I believe is make a game with a character that needs the qs, then enter the game manually with the rusher. Tell me if I'm wrong. And if so, what is it actually doing? Specifics are needed.

Offline macabe333

  • Newbie
  • *
  • Join Date: Oct 2010
  • Posts: 4
  • Reputation 0
  • I <3 PureKaoz.com
    • View Profile
Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #237 on: October 16, 2010, 03:08:48 PM »
Ok thats working. I have one other problem, i want to do skill qs stats qs and anya quest but if i want to do thos it makes me do the hellforge witch all leechers dont want that done in there g rush so i just need to now how to stop the bot from doing the hellforge. thanks for the help guys.

Offline mythosis

  • PK Pro
  • ****
  • Join Date: Aug 2010
  • Posts: 265
  • Reputation 0
  • USWest Channel: op pkbaal
    • View Profile
Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #238 on: October 16, 2010, 03:30:46 PM »
In your character config file(s):
Code: [Select]
NTConfig_Script.push("RushForge.ntj");
make it look like:
Code: [Select]
//NTConfig_Script.push("RushForge.ntj");
now it wont do the forge.

Offline macabe333

  • Newbie
  • *
  • Join Date: Oct 2010
  • Posts: 4
  • Reputation 0
  • I <3 PureKaoz.com
    • View Profile
Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #239 on: October 16, 2010, 04:42:04 PM »
In your character config file(s):
Code: [Select]
NTConfig_Script.push("RushForge.ntj");
make it look like:
Code: [Select]
//NTConfig_Script.push("RushForge.ntj");
now it wont do the forge.

Thanks so much mate everything works great now  ;D

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

Re: [UPDATED 7-14-10]The PureKaoz Rush Bot
« Reply #239 on: October 16, 2010, 04:42:04 PM »