01-20-2012, 03:56 AM
i didnt know if there was one that u could use without a bot
Normal/socketed item pickit list
|
01-20-2012, 03:56 AM
i didnt know if there was one that u could use without a bot
01-20-2012, 05:55 AM
not sure but redvex might have one but there is that etal has put in their bot that you can play manual with
01-20-2012, 06:43 AM
Cool then all I need to do is figure out how to install the bot
01-20-2012, 07:32 AM
if you need help and have teamviewer I can help you set it up
01-20-2012, 11:50 AM
dont have teamviewer not sure what that is
01-20-2012, 12:01 PM
teamviewer is a program that will let someone log on to your computer so they can help if you need help with
TeamViewer - Free Remote Access and Remote Desktop Sharing over the Internet
01-24-2012, 08:42 AM
ok i got the teamviewer and have started from scratch now
01-24-2012, 08:44 AM
did you want me to log on to your computer and help you to get your bot set up?
01-24-2012, 08:50 AM
yes plz
01-24-2012, 08:58 AM
ok send me a pm of your teamviewer number and the pass
02-26-2012, 04:31 AM
I was wondering is there a code to have the bot pick up a ethral [SIZE=-1]Cryptic Axe[/SIZE]? I do not see it in any of the lists and want the bot to pick that up, not a eth thresher lol
02-26-2012, 04:51 AM
DragonSpirited Wrote:I was wondering is there a code to have the bot pick up a ethral [SIZE=-1]Cryptic Axe[/SIZE]? I do not see it in any of the lists and want the bot to pick that up, not a eth thresher lol here is 2 lines for Cryptic Axe and Thresher ([Name] == CrypticAxe || [Name] == Thresher) && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 15 && ([Sockets] == 0 || [Sockets] == 4 || [Sockets] == 5) ([Name] == CrypticAxe || [Name] == Thresher) && [Quality] <= Superior && [Flag] == Ethereal # ([Sockets] == 4 || [Sockets] == 5) both lines are eth but if you just want Cryptic Axe it would look like this [Name] == CrypticAxe && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 15 && ([Sockets] == 0 || [Sockets] == 4 || [Sockets] == 5) to add eth is this - [Flag] == Ethereal and it has to be to the left of the # non-eth is this - [Flag] != Ethereal
02-26-2012, 06:18 AM
comper Wrote:here is 2 lines for Cryptic Axe and Thresher Let me see if I have this right, ([Name] == CrypticAxe || [Name] == Thresher) && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 15 && ([Sockets] == 4) This would have th bot pick up the 4 socketed ones that are etheral? I am not good with codes so need to check lol
02-26-2012, 07:28 AM
DragonSpirited Wrote:Let me see if I have this right, you need to remove the ( and ) from the ([Sockets] == 4) so be just this - [EnhancedDamage] >= 15 && [Sockets] == 4 yes that will pickup a Cryptic Axe or a Thresher that is Ethereal and has Enhanced Damage of 15 and has 4 Sockets - it has to match this exact or it will not keep it
05-12-2012, 04:58 AM
SO im having a questing. i sat up my d2nt to cube runes with gems for making higher runes.. but is there someway to set a limit for how many of the same gem it will carry?. cause my chest is getting overfloaded by low gems..?
05-12-2012, 06:34 AM
hazer1 Wrote:SO im having a questing. i sat up my d2nt to cube runes with gems for making higher runes.. but is there someway to set a limit for how many of the same gem it will carry?. cause my chest is getting overfloaded by low gems..? if you don't want extra gems do not remove the // from them because when you set cubing to true and the runes it knows to pick up how many runes plus the gem it takes to cube it, so you can go ahead and // out the gems that you have to many of thanks Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
![]() ![]()
05-12-2012, 06:58 AM
comper Wrote:if you don't want extra gems do not remove the // from them because when you set cubing to true and the runes it knows to pick up how many runes plus the gem it takes to cube it, so you can go ahead and // out the gems that you have to many of Thanks again comper!..
05-12-2012, 07:44 AM
hazer1 Wrote:Thanks again comper!.. if you are running etal bot it also has a [MaxQuantity] == this little addon was posted back a long time ago and would have to see if I can find it if it was to be added to another bot thanks Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
![]() ![]()
05-13-2012, 02:39 AM
Could u link me the newest version of Etal?.. cause my d2nt seems to totaly messed up now.. getting this error:
<D2NT Error> C:\\\D2NT\scripts\libs\common\NTItemParser.ntl (60):SyntaxError:Missing;before statement. And i havent been changing stuff in that file, havent touched it at all.. all this happend to both bots when i turned on Baalrun for the first time on 1 of the characters... I tried to reinstall D2NT.. but its the same.. so should i use Etal or fix this and keep using d2nt?[COLOR="Silver"] ---------- Post added at 04:09 PM ---------- Previous post was at 03:44 PM ---------- [/COLOR] hazer1 Wrote:Could u link me the newest version of Etal?.. cause my d2nt seems to totaly messed up now.. getting this error: hmm okay.. this is weird.. i found the error now cause i removed () in this line: in ([Name] == CrypticAxe || [Name] == Thresher) && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 15 && ([Sockets] == 4) i actually didnt really think thoose () matters haha.. sry for bothering you
05-13-2012, 03:43 AM
hmm okay.. this is weird.. i found the error now
cause i removed () in this line: in ([Name] == CrypticAxe || [Name] == Thresher) && [Quality] <= Superior && [Flag] == Ethereal # [EnhancedDamage] >= 15 && ([Sockets] == 4) i actually didnt really think thoose () matters haha.. sry for bothering you that error msg you got was telling you had a error in one of your nip files - didn't mean that there was a error in that file that file at that line what throws up a error msg when you have a error in your nip files yes the ( ) needs to be there when you have a line that has || - they need to be here - ([Name] == CrypticAxe || [Name] == Thresher) but it doesn't need be on this part - ([Sockets] == 4) you can have it as - [Sockets] == 4 || this means or here is a link to etal if you like to look at it - Etal V7 - Green Goblin - 1046.P - Downloads - Blizzard Sector - Diablo, Starcraft, WoW Gaming Community! Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
Bottom left corner of the post.
![]() ![]() |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Sin claw pickit help! | Sicks | 4 | 177 |
07-28-2012, 09:51 PM Last Post: Sicks |
|
MasivB's D2NT Simple Unique PickIt | masivb | 1 | 113 |
07-03-2012, 05:03 AM Last Post: comper |
|
[D2NT Release]Item Logging with XML 3.0+ | skidude | 76 | 14,510 |
06-25-2012, 01:27 PM Last Post: masivb |
|
D2nt Bot jewel pickit/godly item pickit | Nightwish | 3 | 228 |
06-23-2012, 04:18 AM Last Post: comper |
|
New File Added: 1.13d Item Dumper | Spitfire | 6 | 848 |
05-31-2012, 09:54 AM Last Post: Neoathlon |
|
Hero Editor Item Import Error | ParallelChaos | 1 | 276 |
05-03-2012, 03:08 PM Last Post: comper |
|
Complete Diablo 2 Unique Pickit script for D2Nt bot | Jammer74 | 68 | 32,286 |
05-03-2012, 07:01 AM Last Post: comper |
|
How to turn off pickit/snagit? | OnaPalehorse | 1 | 237 |
04-26-2012, 07:55 PM Last Post: comper |
|
godly D2NT bot magic_rare pickit | skidude | 92 | 42,485 |
04-06-2012, 09:37 AM Last Post: comper |
|
essences pickit problem | M@trixXx | 12 | 408 |
04-02-2012, 11:58 AM Last Post: comper |