[D3] PickIt Importer menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 34
  1. #1
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [D3] PickIt Importer

    Version: 1.2
    Date: 11/04/2017
    Python Version: 2.7

    Small python 2.7 program to import builds from diablofans.com and turn them into pickit settings

    Releases now managed through github.
    Releases * Zeromark30/D3-pickit-editor-local * GitHub


    Code:
    Build Number 
     http://www.diablofans.com/builds/88437
    E.G. 88437: 
    Items must roll with all stats or stats - 1? 
     E.G. If a helm needs Socket, CHC, Int, Vit roll with 4 or 3? 
     [4\3]: 
    Full file or just the build? [Full\Build]: 
    =========================================================
    Loading build from http://www.diablofans.com/builds/88437
    =========================================================
    
    
    NAME=Tal Rasha's Guise of Wisdom | TYPE=helm | SLOT=head
    NAME=Vyr's Sightless Skull | TYPE=helm | SLOT=head
    NAME=The Swami | TYPE=wizard-hat | SLOT=head
    NAME=Vyr's Proud Pauldrons | TYPE=pauldrons | SLOT=shoulders
    NAME=Tal Rasha's Allegiance | TYPE=amulet | SLOT=amulet
    NAME=Tal Rasha's Relentless Pursuit | TYPE=chest-armor | SLOT=torso
    NAME=Vyr's Astonishing Aura | TYPE=chest-armor | SLOT=torso
    NAME=Ashnagarr's Blood Bracer | TYPE=bracers | SLOT=wrists
    NAME=Ranslor's Folly | TYPE=bracers | SLOT=wrists
    NAME=Lacuni Prowlers | TYPE=bracers | SLOT=wrists
    NAME=Tal Rasha's Grasp | TYPE=gloves | SLOT=hands
    NAME=Vyr's Grasping Gauntlets | TYPE=gloves | SLOT=hands
    NAME=Fazula's Improbable Chain | TYPE=belt | SLOT=waist
    NAME=Tal Rasha's Brace | TYPE=belt | SLOT=waist
    NAME=Vyr's Fantastic Finery | TYPE=pants | SLOT=legs
    NAME=Tal Rasha's Stride | TYPE=pants | SLOT=legs
    NAME=Vyr's Swaggering Stance | TYPE=boots | SLOT=feet
    NAME=Convention of Elements | TYPE=ring | SLOT=rings
    NAME=Manald Heal | TYPE=ring | SLOT=rings
    NAME=Ring of Royal Grandeur | TYPE=ring | SLOT=rings
    NAME=Serpent's Sparker | TYPE=wand | SLOT=weapon
    NAME=Starfire | TYPE=wand | SLOT=weapon
    NAME=Tal Rasha's Unwavering Glare | TYPE=orb | SLOT=offhand
    
    
    INFO | save successful
    GIVES:
    Code:
    ;||||Wizard-Build: [S10] [2.5.0] GR100+ Hydra Light Wiz Detailed Link: http://www.diablofans.com/builds/88437 ||||
    helm = name=Tal Rasha's Guise of Wisdom & at_least[3,SOCK+1, CRIT+1, INT+1, VITA+1] 
    helm = name=Vyr's Sightless Skull & at_least[3,SOCK+1, CRIT+1, INT+1, VITA+1] 
    helm = name=The Swami & at_least[3,SOCK+1, CRIT+1, INT+1, VITA+1] 
    shoulders = name=Vyr's Proud Pauldrons & at_least[3,CDRED+1, INT+1, VITA+1, LIFE+1] 
    amulet = name=Tal Rasha's Allegiance & at_least[3,CDRED+1, SOCK+1, CRITDMG+1, CRIT+1] 
    chestarmor = name=Tal Rasha's Relentless Pursuit & at_least[3,INT+1, VITA+1, AS_EXTR+1, IAS+1, LIFE+1] 
    chestarmor = name=Vyr's Astonishing Aura & at_least[3,INT+1, VITA+1, AS_EXTR+1, IAS+1, LIFE+1] 
    bracers = name=Ashnagarr's Blood Bracer & at_least[3,SDMG_L+1, CRIT+1, INT+1, VITA+1] 
    bracers = name=Ranslor's Folly & at_least[3,SDMG_L+1, CRIT+1, INT+1, VITA+1] 
    bracers = name=Lacuni Prowlers & at_least[3,SDMG_L+1, CRIT+1, INT+1, VITA+1] 
    gloves = name=Tal Rasha's Grasp & at_least[3,CDRED+1, CRIT+1, CRITDMG+1, INT+1] 
    gloves = name=Vyr's Grasping Gauntlets & at_least[3,CDRED+1, CRIT+1, CRITDMG+1, INT+1] 
    belt = name=Fazula's Improbable Chain & at_least[3,INT+1, VITA+1, LIFE+1, E_ARMOR+1] 
    belt = name=Tal Rasha's Brace & at_least[3,INT+1, VITA+1, LIFE+1, E_ARMOR+1] 
    pants = name=Vyr's Fantastic Finery & at_least[3,INT+1, VITA+1, E_ARMOR+1, SOCK+1] 
    pants = name=Tal Rasha's Stride & at_least[3,INT+1, VITA+1, E_ARMOR+1, SOCK+1] 
    boots = name=Vyr's Swaggering Stance & at_least[3,INT+1, VITA+1, E_ARMOR+1, ALLRES+1] 
    ring = name=Convention of Elements & at_least[3,CDRED+1, SOCK+1, CRITDMG+1, CRIT+1] 
    ring = name=Manald Heal & at_least[3,CDRED+1, SOCK+1, CRITDMG+1, CRIT+1] 
    ring = name=Ring of Royal Grandeur & at_least[3,CDRED+1, SOCK+1, CRITDMG+1, CRIT+1] 
    1h = name=Serpent's Sparker & at_least[2,CDRED+1, AS_EXTR+1, IAS+1, DMG_PBONUS+1] 
    1h = name=Starfire & at_least[2,CDRED+1, AS_EXTR+1, IAS+1, DMG_PBONUS+1] 
    source = name=Tal Rasha's Unwavering Glare & at_least[3,CDRED+1, CRIT+1, INT+1, ELITEDAM+1] 
    1h = name=Starfire & can_cubed=1 & cubed=0
    helm = name=The Swami & can_cubed=1 & cubed=0
    ring = name=Ring of Royal Grandeur & can_cubed=1 & cubed=0
    ;|||| End of Build ||||
    Read Me
    Build number:

    4/3:
    • Should the at_least string be all of the items in the stat priorities from diablofans or all - 1. (i did this so you could decide if you wanted to roll to the right stats or roll with all 4 and then max one stat)
    • 4: at_least[4, SOCK+1, CRIT+1, INT+1, VITA+1]
    • 3: at_least[3, SOCK+1, CRIT+1, INT+1, VITA+1]
    • if something had only 2 it would be a 2 or 1

    Full/build:
    • Full generates a pickit_sc_70.ini with the default settings plus your build thrown in.
    • build generates a buildnumber.ini (this example: 88437.ini) with just the scrap from diablofans.
    • the pickit ini is order dependent so once it evaluates an item it does not change its mind if a rule is after it. so i would put the builds in order of priority if they need different stats and put the build before the list of items in the pick_sc_70.ini file


    Bug reporting
    Thinks i need:
    • exe or python
    • build url your were using
    • options selected: full/build, 4/3


    Know Issues

    • Possible issue with en-dash character[u2013] (need conformation)


    Need to confirm if necromancer items work with pickit or not. i dont think they currently do besides being marked as keep no matter what. this is a KJ issue though.

    Change Log:
    1.2:
    • Updated main pickit.py for builds with no kanai cube items.
    • Rescrapped diablo 3 game guide for updated item list
    • Uploaded misc build files.

    1.1:
    • new file structure: Data folder, output folder, exe
    • Fixed build option exporting to parent folder, everything outputs to the output folder now.
    Last edited by deadmarine; 11-04-2017 at 06:21 PM.

    [D3] PickIt Importer
  2. Thanks johnbl, Oredam, Annthrax, cyberknight, yunchenran (5 members gave Thanks to deadmarine for this useful post)
  3. #2
    Feldeath's Avatar Member
    Reputation
    12
    Join Date
    Feb 2011
    Posts
    75
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks great but no file is created and the window closes immediately.
    So how do we get the file ?

  4. #3
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You still need to use the command prompt with the exe. then its just pickit.exe

  5. Thanks Feldeath (1 members gave Thanks to deadmarine for this useful post)
  6. #4
    Feldeath's Avatar Member
    Reputation
    12
    Join Date
    Feb 2011
    Posts
    75
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh, so you need to start it through command prompt, I didn't thought about trying that !
    Thanks

    EDIT
    Give the following error :
    Code:
    Traceback (most recent call last):
      File "pickit.py", line 220, in <module>
    UnicodeEncodeError: 'ascii' codec can't encode character u'\u2013' in position 44: ordinal not in range(128)
    Last edited by Feldeath; 07-24-2017 at 07:33 AM.

  7. #5
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what build number?

  8. #6
    Oredam's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi there, I just created an account to thank you for this work.
    It works perfercly well !

    Somes ideas :
    - Add an "append" option : I try to look for multiple set at the same time so my pickit_sc_70.ini contains multiple set, I do it manually but it would be neat to have a direct option to allow that !
    - Maybe add a mini tutorial or a readme file to help fellow mates

    And in one year or two, an UI maybe ?

    Thank you again !

    edit : I do not understand what the option "Build" (in Full/Build) is doing. It does not generate a file.
    Last edited by Oredam; 07-26-2017 at 06:46 AM.

  9. #7
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ill have to write up how to use/what the options do this weekend.

    full/build: full should generate a pickit_sc ini with the default settings plus the build you selected. build should generate a file named 'buildnumber.ini' with just the build in it.
    is that not happening?

    Edit: it looks like build makes an ini in the parent folder of the exe.


    parent folder
    |-- dist
    | `-- exe
    `-- buildnumber.ini
    Last edited by deadmarine; 07-26-2017 at 04:11 PM.

  10. #8
    Annthrax's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    3
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just signed up to say thanks also!
    I dont know if I am doing something wrong but it is not making a build.ini for me?

    Edit,
    Sorry i had this in a folder on my desktop and it was putting the .ini files on my desktop and not in the main folder.

  11. #9
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Annthrax View Post
    I just signed up to say thanks also!
    I dont know if I am doing something wrong but it is not making a build.ini for me?

    Edit,
    Sorry i had this in a folder on my desktop and it was putting the .ini files on my desktop and not in the main folder.
    my bad i accidently did something funky with the build option i think. See my above comment it looks like it makes the build.ini in the parent folder. i will not be able to fix that till this weekend.

  12. #10
    Annthrax's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    3
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadmarine View Post
    my bad i accidently did something funky with the build option i think. See my above comment it looks like it makes the build.ini in the parent folder. i will not be able to fix that till this weekend.
    No problem at all. Its really not a big deal now that i know where they went
    Thanks again for the help!

  13. #11
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1.1:

    • new file structure: Data folder, output folder, exe
    • Fixed build option exporting to parent folder, everything outputs to the output folder now.

  14. Thanks Annthrax, johnbl (2 members gave Thanks to deadmarine for this useful post)
  15. #12
    astisbc's Avatar Member
    Reputation
    1
    Join Date
    Sep 2017
    Posts
    23
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Since today i cant get the Tool Working. I allways get a message ... url Not found try other build...
    Someone else with this Problem?

  16. #13
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by astisbc View Post
    Since today i cant get the Tool Working. I allways get a message ... url Not found try other build...
    Someone else with this Problem?
    Thanks for the heads up. I did not realize it broke. It broke because they started using cloudflare to protect their site.

    Unfortunately it will take a bit to fix and may require users to install node.js to run it so im not sure its worth it at this point. GitHub - Anorov/cloudflare-scrape: A Python module to bypass Cloudflare&#39;s anti-bot page.

  17. #14
    astisbc's Avatar Member
    Reputation
    1
    Join Date
    Sep 2017
    Posts
    23
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  18. #15
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now that diablofans is no longer using cloudflare the tool works again.

  19. Thanks johnbl (1 members gave Thanks to deadmarine for this useful post)
Page 1 of 3 123 LastLast

Similar Threads

  1. [Buying] WTB d3 account lvl 50 to 60 is not important naked or not paypal verified EU
    By alan40 in forum Diablo 3 Buy Sell Trade
    Replies: 0
    Last Post: 11-08-2012, 01:16 AM
  2. Read its important to all of us
    By clash in forum World of Warcraft General
    Replies: 11
    Last Post: 01-28-2007, 07:21 PM
  3. need a .M2 importer to maya
    By Memph1s in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 01-20-2007, 08:04 AM
  4. Patch 2.0 Important
    By A_Snake01 in forum World of Warcraft Model Editing
    Replies: 38
    Last Post: 12-27-2006, 02:49 AM
  5. IMPORTANT! read this plz
    By raamoz in forum World of Warcraft General
    Replies: 8
    Last Post: 10-28-2006, 02:42 AM
All times are GMT -5. The time now is 03:53 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search