Compiled PoEHelper with plugins menu

User Tag List

Page 5 of 39 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 578
  1. #61
    Eroder1's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    48
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wannac View Post
    My simple AHK script to pick organ

    Code:
    ~f::
    WinActivate, Path of Exile ahk_class POEWindowClass
    
    x1 := a_screenwidth/2 -500
    y1 := a_screenheight/2 -300
    
    x2 := a_screenwidth/2 +500
    y2 := a_screenheight/2 +300
    
        Loop
        {
    
    	    IfWinActive, Path of Exile
    	    {									
            PixelSearch, FoundX,FoundY, x1,y1,x2,y2, 0x29C200,5, Fast RGB 		; 0x29C200 = organ text color
    	        if (errorlevel = 0)		
                {		
            MouseMove, FoundX,FoundY,0	; organ text color
            Random, sleepTime, 10, 15
            Sleep, %sleepTime%
    		
    		SendEvent {Click FoundX,FoundY, left}  ;
    		break
                }	
    			
            }
    			  
    	}		  
    return
    change f to key you want.you can find organ text color by use Position & Colour script at http://tus.web1337.net
    Lifesaver for real.... thanks a bunch.

    Compiled PoEHelper with plugins
  2. #62
    TehCheat's Avatar ★ Elder ★
    Reputation
    2560
    Join Date
    Oct 2013
    Posts
    1,898
    Thanks G/R
    347/2262
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    I haven't tested it but...

    I rebuilt GameOffsets.dll, Core.dll, and Loader.exe (probably not needed). Download the Repo here, direct link here, or the release here.

    Let me know if it works or doesn't.

    EDIT: Of course like 2 seconds later the area change pattern is updated...
    Last edited by TehCheat; 12-16-2019 at 10:05 AM.

  3. Thanks noneyatemp, BrasileirinhoPe (2 members gave Thanks to TehCheat for this useful post)
  4. #63
    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)
    Originally Posted by TehCheat View Post
    I haven't tested it but...

    I rebuilt GameOffsets.dll, Core.dll, and Loader.exe (probably not needed). Download the Repo here, direct link here, or the release here.

    Let me know if it works or doesn't.

    EDIT: Of course like 2 seconds later the area change pattern is updated...
    It works as always.

  5. Thanks TehCheat (1 members gave Thanks to miracle1 for this useful post)
  6. #64
    AROR64's Avatar Member
    Reputation
    3
    Join Date
    Jun 2017
    Posts
    30
    Thanks G/R
    25/2
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    This error when using BasicFlaskRoutine
    PnALwdg.png

  7. #65
    asdymmm's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Jul 2019
    Posts
    9
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone preloadalert can run?

  8. #66
    kostyaganoff511's Avatar Member
    Reputation
    2
    Join Date
    Aug 2019
    Posts
    3
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How does mine detonation work? I turned on, but the mines do not explode automatically.

  9. #67
    AsylioN's Avatar Active Member
    Reputation
    49
    Join Date
    Jun 2016
    Posts
    58
    Thanks G/R
    6/42
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get a NullReferenceException wtith every tick:
    3VBeA0d.png

  10. #68
    Derauqs2's Avatar Member
    Reputation
    1
    Join Date
    Feb 2018
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AsylioN View Post
    I get a NullReferenceException wtith every tick:
    3VBeA0d.png
    Same. It's odd, everything seems to be working though. Just getting spammed with the nullreference.

  11. #69
    MrOne's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2017
    Posts
    322
    Thanks G/R
    66/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Possible to rebuild BuffUtil plugin? @TehCheat you have it in your repo
    If I helped you, click "Give Thanks!"

  12. #70
    TehCheat's Avatar ★ Elder ★
    Reputation
    2560
    Join Date
    Oct 2013
    Posts
    1,898
    Thanks G/R
    347/2262
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by MrOne View Post
    Possible to rebuild BuffUtil plugin? @TehCheat you have it in your repo
    Is there anything that would make it need rebuilt? Or is it just a matter of offsets in ExileAPI are broken so it doesn't work?

  13. #71
    MrOne's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2017
    Posts
    322
    Thanks G/R
    66/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    Is there anything that would make it need rebuilt? Or is it just a matter of offsets in ExileAPI are broken so it doesn't work?
    all files are in right folder
    Code:
    2019-12-16 18: 40: 06.033 +01: 00 [Error] Not found plugin dll in FilePath\Plugins\Compiled\BuffUtil. (Dll should be like folder)
    2019-12-16 18: 43: 18.279 +01: 00 [Error] Error when load plugin (BuffUtil.dll): System.Reflection.ReflectionTypeLoadException: One or more of the requested types could not be loaded. For more information, download the LoaderExceptions property.
    *** in System.Reflection.RuntimeModule.GetTypes (RuntimeModule module)
    *** in System.Reflection.Assembly.GetTypes ()
    If I helped you, click "Give Thanks!"

  14. #72
    deimudda69's Avatar Member
    Reputation
    8
    Join Date
    Apr 2008
    Posts
    83
    Thanks G/R
    23/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Auto Mine folder is missing the .pdb file, whats probably the reason why its not working. Can someone upload it or can i fix that for myself somehow?

  15. #73
    Karm's Avatar Member
    Reputation
    6
    Join Date
    Dec 2019
    Posts
    6
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pickit ignores alterations and other lower currency. Deleted ignore list, but nothing changes. Why?

  16. #74
    Mojoguy01's Avatar Member
    Reputation
    3
    Join Date
    Oct 2014
    Posts
    68
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ignore list cannot be deleted, but you can empty it. Worked for me when I did that the other night. About to test latest build.

  17. #75
    crazyden85's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    28
    Thanks G/R
    3/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Solved all problemms by installing last vcredist
    Last edited by crazyden85; 12-16-2019 at 02:46 PM.

Page 5 of 39 FirstFirst 123456789 ... LastLast

Similar Threads

  1. [Question] Compiling Core with boost _error ldates.
    By klavius in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 03-26-2016, 12:05 PM
  2. [Database] How to get custom db items for 3.3.5 or how to customly compile db with game objects?
    By StaryniteLights2 in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 07-09-2010, 12:59 AM
  3. [Tutorial] How to compile Ascent with VS 2005
    By Promthian in forum Programming
    Replies: 0
    Last Post: 08-31-2008, 12:46 PM
  4. [Help] Compiling errors with ArcEmu
    By hackers_best_cs in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 07-26-2008, 08:01 AM
  5. How to Compile Ascent with up to date files
    By w21froster in forum WoW EMU Guides & Tutorials
    Replies: 11
    Last Post: 04-16-2008, 09:42 PM
All times are GMT -5. The time now is 08:10 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