PoE Crafting Helper menu

User Tag List

Page 1 of 4 1234 LastLast
Results 1 to 15 of 53
  1. #1
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    PoE Crafting Helper

    I got annoyed rolling past stuff I wanted so I tried to make my first tool in C#

    Source - GitHub - DetectiveSquirrel/PoECrafter: PoECraft Helper
    Release - Releases * DetectiveSquirrel/PoECrafter * GitHub



    Do say if there are bugs, this is only tested on my machine with a stable 46 ping.

    If you have a issue with it picking up the item over and over again enable Settings>Shift Click Fix

    If you have an issue with it selecting the wrong window OR you are running more than 1 POE find the correct path of exile process in Process Override selector

    Note: hitting the refresh button will reset it to automatic selection and refreshes your list of processes



    P.S. It's against ToS
    Last edited by Sithylis; 05-27-2017 at 11:28 AM.

    PoE Crafting Helper
  2. Thanks GameHelper, kSacred, miracle1, Kronix, Mike2012, noneyatemp, tsm-evo (7 members gave Thanks to Sithylis for this useful post)
  3. #2
    pthnmj's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    26
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow, that's really interesting, any thoughts of alt-crafting being added?

    I currently use AHK for socketing / linking

    And 9/10 of the time people use vorici calculating for chromatic coloring

  4. #3
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pthnmj View Post
    Wow, that's really interesting, any thoughts of alt-crafting being added?

    I currently use AHK for socketing / linking

    And 9/10 of the time people use vorici calculating for chromatic coloring
    actual stat crafting is not on the to do list sorry.
    And yes i plan on adding bench crafting too once i need it
    atm its just an alternative way to not miss your damn stuff when not using the bench

  5. #4
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2455
    Join Date
    Jun 2015
    Posts
    3,048
    Thanks G/R
    455/2200
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    wow, that's really cool!!!.

    Also, I am actually working on alt/socket-crafting tool myself.
    will release it ( with source code ) soon.
    If I did not reply to you, it mean the question you are asking is stupid.

  6. Thanks tsm-evo, Mike2012 (2 members gave Thanks to GameHelper for this useful post)
  7. #5
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    wow, that's really cool!!!.

    Also, I am actually working on alt/socket-crafting tool myself.
    will release it ( with source code ) soon.
    want! cant wait for that.

  8. #6
    SlayerMandrake's Avatar Member
    Reputation
    2
    Join Date
    Mar 2017
    Posts
    1
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sithylis View Post
    I got annoyed rolling past stuff I wanted so I tried to make my first tool in C#
    Very Nice work MrSith!
    Another PoE gem in my toolkit!

  9. Thanks Sithylis (1 members gave Thanks to SlayerMandrake for this useful post)
  10. #7
    miracle1's Avatar Active Member
    Reputation
    37
    Join Date
    Jun 2014
    Posts
    263
    Thanks G/R
    111/30
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very useful tool. Thank You very much.

  11. #8
    pthnmj's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    26
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can't wait for benching .... Just found a base I need, and god this is killing my hand crafting bench-style X)

  12. #9
    Shiznitttt's Avatar Member
    Reputation
    3
    Join Date
    Aug 2014
    Posts
    94
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    everytime trying to use says offline

  13. #10
    PWFTrojaner's Avatar Member
    Reputation
    2
    Join Date
    Dec 2016
    Posts
    20
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shiznitttt View Post
    everytime trying to use says offline
    same for me any fix?

    would love it to use

  14. #11
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pthnmj View Post
    Can't wait for benching .... Just found a base I need, and god this is killing my hand crafting bench-style X)
    wont be adding benching, someone is already making a better crafting tool.

  15. #12
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shiznitttt View Post
    everytime trying to use says offline
    Originally Posted by PWFTrojaner View Post
    same for me any fix?

    would love it to use
    I search for these poe exe names so im guessing anything that isnt standalone is incorrect.

    Code:
            // Focus Path of Exile Window
            public static bool FocusPoE()
            {
                Process[] objProcesses;
    
                // Steam
                objProcesses = Process.GetProcessesByName("PathOfExileSteam");
                if (objProcesses.Length > 0)
                {
                    IntPtr hWnd = IntPtr.Zero;
                    hWnd = objProcesses[0].MainWindowHandle;
                    ShowWindowAsync(new HandleRef(null, hWnd), SW_RESTORE);
                    SetForegroundWindow(objProcesses[0].MainWindowHandle);
                    return true;
                }
                objProcesses = Process.GetProcessesByName("PathOfExile_x64Steam");
                if (objProcesses.Length > 0)
                {
                    IntPtr hWnd = IntPtr.Zero;
                    hWnd = objProcesses[0].MainWindowHandle;
                    ShowWindowAsync(new HandleRef(null, hWnd), SW_RESTORE);
                    SetForegroundWindow(objProcesses[0].MainWindowHandle);
                    return true;
                }
    
                // Standalone
                objProcesses = Process.GetProcessesByName("pathofexile_x32");
                if (objProcesses.Length > 0)
                {
                    IntPtr hWnd = IntPtr.Zero;
                    hWnd = objProcesses[0].MainWindowHandle;
                    ShowWindowAsync(new HandleRef(null, hWnd), SW_RESTORE);
                    SetForegroundWindow(objProcesses[0].MainWindowHandle);
                    return true;
                }
                objProcesses = Process.GetProcessesByName("pathofexile_x64");
                if (objProcesses.Length > 0)
                {
                    IntPtr hWnd = IntPtr.Zero;
                    hWnd = objProcesses[0].MainWindowHandle;
                    ShowWindowAsync(new HandleRef(null, hWnd), SW_RESTORE);
                    SetForegroundWindow(objProcesses[0].MainWindowHandle);
                    return true;
                }
    
                return false;
            }
    Would you please find your poe exe name and ill see if i can fix it

  16. #13
    PWFTrojaner's Avatar Member
    Reputation
    2
    Join Date
    Dec 2016
    Posts
    20
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks really awesome but cant get it to run.

    If iam using the standalone 32 Version it says PoE dont run and nothink happen.

    If iam using the standalone 64 Version the tool do some wired stuff click around but dont pick the orbs.

    Would be cool if you can state which Version to use and which grafik settings also fullscreen/window mode to pick if it is relevant.

    Thanks in advance for your help and awesome tool. Keep up the great work

  17. #14
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PWFTrojaner View Post
    Looks really awesome but cant get it to run.

    If iam using the standalone 32 Version it says PoE dont run and nothink happen.

    If iam using the standalone 64 Version the tool do some wired stuff click around but dont pick the orbs.

    Would be cool if you can state which Version to use and which grafik settings also fullscreen/window mode to pick if it is relevant.

    Thanks in advance for your help and awesome tool. Keep up the great work
    should probably hit 'about'

  18. #15
    SpyroPT's Avatar Active Member
    Reputation
    15
    Join Date
    Aug 2011
    Posts
    121
    Thanks G/R
    3/7
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For me, the tool doesn't keep pressing shit or something, making it pick the item then placing it over and over again, any solution ?

  19. Thanks tsm-evo (1 members gave Thanks to SpyroPT for this useful post)
Page 1 of 4 1234 LastLast

Similar Threads

  1. PoE Craft Helper.
    By noneyatemp in forum PoE Bots and Programs
    Replies: 10
    Last Post: 02-27-2017, 06:11 PM
  2. PoE Craft Helper - spam currency to get good items
    By AsylioN in forum PoE Bots and Programs
    Replies: 11
    Last Post: 01-16-2017, 02:09 PM
  3. Poe Helper
    By elron86 in forum PoE Bots and Programs
    Replies: 6
    Last Post: 03-26-2013, 10:02 PM
  4. working ffxiv fish and craft post patch 1.16 helpers
    By xivhelper in forum MMO Exploits|Hacks
    Replies: 1
    Last Post: 04-25-2011, 09:09 AM
  5. Zul'gurub Crafting
    By Cush in forum World of Warcraft Guides
    Replies: 0
    Last Post: 05-28-2006, 01:13 PM
All times are GMT -5. The time now is 04:54 PM. 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