Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Diablo 2 > Diablo 2 Programming
You last visited: Today at 17:35

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[D2NT] Nip Checker - by toothless

Discussion on [D2NT] Nip Checker - by toothless within the Diablo 2 Programming forum part of the Diablo 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2010
Posts: 2
Received Thanks: 5
Post [D2NT] Nip Checker - by toothless

Apologies for the English.
If someone could translate, then it would be appreciated.

I have posted this on two other sites, thought you might like it here also.

----
LAST UPDATE - 12th May 2010

Fiddle with your nips with peace of mind.
No longer will your bot stand idle over an item you wrongly configured in a nip file

SCREENIE


OUTPUT
This will be stored in a text file in your item_configs directory.
There will be one file for each nip file you are using.
Only the lines with errors will be logged.

Output #1
Code:
	[Name] == Hunter'sGuise && [Quality]==set && [ColdResist]==50 // Aldur's Stony Gaze
	Keyword Errors	:	
	Alias Errors		:	50 

[Mame] == BattleBoots && [Quality] == set && [FireResist] == 50	// Aldur's Advance
	Keyword Errors	:	mame 
	Alias Errors		:	50 

[Name] == ShadowPlate && [Quality] == set # [LightResst] == 50 // Aldur's Deception
	Keyword Errors	:	
	Alias Errors		:	lightresst 

[Name] == JaggedStar [Quality] == set # [Sockets] == 3 // Aldur's Rhythm
	Eval error		:	Before #
 
PASS : 0
FAIL : 4
Input #2
Code:
[Name] == 649	// (guess)
[Name] == SmallCharm && [Quality] == magic # [80] == 7 // dunno wot 80 means
[Type] == jewel && [Quality] == 7 # ([331]+[335] == 10 || [330]+[334] == 10 || [332]+[336] == 10 || [329]+[333] == 10) // wtf is this :) 
[Name] == SmallCharm && [Level] <= 18
Output #2
Code:
[Name] == 649	// (guess)
	Keyword Errors		:	
	Alias Errors		:	
	Code Sanity Check	:	649=[keyofdestruction] 

[Name] == SmallCharm && [Quality] == magic # [80] == 7 // dunno wot 80 means
	Keyword Errors		:	
	Alias Errors		:	
	Code Sanity Check	:	80=[itemmagicbonus] 

[Type] == jewel && [Quality] == 7 # ([331]+[335] == 10 || [330]+[334] == 10 || [332]+[336] == 10 || [329]+[333] == 10) // wtf is this :) 
	Keyword Errors		:	
	Alias Errors		:	
	Code Sanity Check	:	7=[unique] 331=[passivecoldmastery] 335=[passivecoldpierce] 330=[passiveltngmastery] 334=[passiveltngpierce] 332=[passivepoismastery] 336=[passivepoispierce] 329=[passivefiremastery] 333=[passivefirepierce] 

PASS : 4
FAIL : 0
CODE
Latest (updated 12th May 2010)
  • 2.0.0

    FIX : eval() and logical operations
    ADD : NTConfig_CheckCodes - true=write sanity code check to output file
Previous
  • DO NOT USE
Paste contents into a new file, and save in NTBot/bots/ directory.
eg. NTBot/bots/TLNipCheck.ntj
USAGE
Just add the script in your character file.
Make sure the filename matches to the file you just created and saved.
Code:
NTConfig_Script.push("TLNipCheck.ntj"); NTConfig_CheckCodes = true;
(Obviously its best to run this only after nip file modifications.
So comment out all those boss runs and just run this script, and then vice versa once you happy.)
ISSUES/BUGS/WISH LIST
nowt

Hope you guys find it useful - thought I'd give a little something back, ahem.
I for one am tired of myself screwing it up, as well as reading (all too often) about other people's woes.

Enjoy!
aka. toothless
gumshield is offline  
Thanks
5 Users
Old 05/11/2010, 14:27   #2
Administrator
 
Muddy Waters's Avatar
 
elite*gold: 41364
Join Date: Jan 2010
Posts: 22,729
Received Thanks: 12,625
Didn't really give it a try yet, but the script itself looks decent.
This will definately be a huge relief for everyone who's still struggling with writing correct .nip files.
Thanks for the contribution!

Regards
Muddy
Muddy Waters is offline  
Old 05/11/2010, 16:05   #3
 
elite*gold: 0
Join Date: Dec 2009
Posts: 450
Received Thanks: 46
was soll des sein
itstrue is offline  
Old 05/11/2010, 17:33   #4
 
elite*gold: 0
Join Date: Apr 2006
Posts: 6,597
Received Thanks: 1,830
Quote:
Originally Posted by itstrue View Post
was soll des sein
schau dir den screen an ._.?

Überprüft deine nip files auf syntax fehler
Medix is offline  
Old 05/12/2010, 05:23   #5
 
elite*gold: 0
Join Date: Apr 2010
Posts: 2
Received Thanks: 5
Updated - please update if you are using, and test your nip files again.

Am I allowed to link to other sites on this forum ?
Its a pain to maintain updates in several places.
gumshield is offline  
Old 12/07/2011, 21:13   #6
 
elite*gold: 0
Join Date: May 2011
Posts: 9
Received Thanks: 0
Ich habe den Checker bis vor dem letzten Patch genutzt. War sehr hilfreich.
Wenn ich den Checker nun in den Ordner vom 1.13d-er Bot (D2NT von Muddy angepasst von BallersAcc2) entpacke, erhalte ich nach dem erstellen des Spiels Fehlermeldungen (Ingame im Chatfenster) und der Charakter bleibt in der Stadt stehen.
Kann man die Dateien irgendwie für den aktuellen Bot anpassen? Ich kenne mich da leider nicht so dolle mit aus.
Tremal is offline  
Old 12/07/2011, 21:22   #7
Administrator
 
Muddy Waters's Avatar
 
elite*gold: 41364
Join Date: Jan 2010
Posts: 22,729
Received Thanks: 12,625
Meine Version hat einen eigenen Nip Check integriert, darum macht es nicht unbedingt Sinn hier etwas externes zu verwenden - es sei denn, du möchtest dir mehr Arbeit machen.

Wie du diesen aktivierst entnimmst du bitte .
Muddy Waters is offline  
Thanks
1 User
Old 12/07/2011, 22:02   #8
 
elite*gold: 0
Join Date: May 2011
Posts: 9
Received Thanks: 0
Danke.
Manchmal sieht man den Baum nicht.....
Tremal is offline  
Reply

Tags
check, checker, d2nt, nip, script


Similar Threads Similar Threads
classic pickit,shopbot,nip checker und char script für shop und nip checker bot
08/13/2010 - Diablo 2 - 0 Replies
hi leutz ich selber spiele zwar sogut wie kein diablo mehr, aber ich habe mich nochmal ran gesetzt und eine neuere version von meinem pickit erstellt und noch einige andere sachen enthalten sind in der rar die classic scripts "classic & shopbot" TLNipChecker bot und shopbot selbst und zu guter letzt ein voreingestellter charscript für die sorc OK NUN WOHIN MIT DEM GANZEN ZEUG??? erst eimal entpacken
d2nt leech bot einstellen... d2nt config error..
07/09/2010 - Diablo 2 Programming - 2 Replies
hey mein bot zeigt mir die ganze zeit ein error und habe die einstellungen in der anleitung genauso... was tun? habe leader acc/ char name eingetragen. beide flistet. die eine datei aus baalleech rausgeholt und umbenannt und die // weg genommen habe beim manager auch auf d2nt leech eingestelln
Acc Checker by Kylei
07/04/2010 - Combat Arms Hacks, Bots, Cheats & Exploits - 36 Replies
Hey Leute Ich fange gerade an AutoIt zu lernen, und habe mein erstes Programm mit *Koda FormDesigner *AutoIt v3 geschrieben Hoffendlich gibt ihr mir paar Tipps, womit ich es verbessern kann ! (: @_Marcel_
WoW Acc checker
02/23/2009 - World of Warcraft - 2 Replies
Hallo Ich bin auf der suche nach einem Porgramm was so ähnlich ist wie dieses www.**********/showthread.php?t=310953 dies Prorgramm soll nur eine Liste von WoW Accs eintippen und gucken ob diese funktionieren. Vielen Dank schonmal Mfg Sammy1421
HP checker
06/22/2005 - Conquer Online 2 - 5 Replies
Hey, first post here.. welcome to me xD Anyhow, I've been looking for a program to check my current hp and verifies if I've been hit or not.. I couldn't find one, so I made my own using Windows.h library and going inside the process memory area. I've managed to find the address of the current hp, somehow it's always the same.. That would be wonderful, BUT.. if I close CO with TerminateProcess(); and run again, that address will always return 0 to me. Even if I look on TSearch again for the...



All times are GMT +2. The time now is 17:35.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.