PoE Autoflask & AutoScript, Improvements and updates. menu

User Tag List

Page 60 of 182 FirstFirst ... 10565758596061626364110160 ... LastLast
Results 886 to 900 of 2721
  1. #886
    thefatgiant's Avatar Active Member
    Reputation
    36
    Join Date
    Oct 2007
    Posts
    73
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    adfadfadfadf
    Last edited by thefatgiant; 08-13-2017 at 10:47 AM.

    PoE Autoflask & AutoScript, Improvements and updates.
  2. #887
    ownedvet's Avatar Member
    Reputation
    2
    Join Date
    Sep 2014
    Posts
    17
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thefatgiant View Post
    so when I save and right click the AHK and click compile, the file gets created, but when I try to actually run it, i get --
    Line Text: global DPS:= false
    that has to do with the version of ahk you have installed versus the compiler being used. im not sure how to sort that out as i dont know ahk other than how to tinker with it.

  3. #888
    spazman6117's Avatar Member
    Reputation
    4
    Join Date
    Jul 2014
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone please update the /oos and /remaining commands pls and fix the auto hold control when changing maps.

  4. #889
    Monika von Zadel's Avatar Member
    Reputation
    1
    Join Date
    Sep 2014
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi to all;

    thanks for your hints concerning how to modify to offsets.
    i tried my best, but when i try to recompile the script, i got following error:
    "Error at line 1. Line Text: 'utf Error: The leftmost character above is illegal in expression. The program will exit."
    i got this error even if i want to compile the original version of guru.

    i tried the ahk 32 and 64 but versions; bith with same result.
    i `m running windows 7 64 ultimate.

    may someone pls help me or post a new version that can be trusted?
    thanks in advance, cheers!

    ps: sorry for my poor english.

  5. #890
    David Laurinat's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmmmm... Steam here.... F2 not working and Quicksilver Flask

    Maybe an Idea?

  6. #891
    Testo86's Avatar Member
    Reputation
    2
    Join Date
    Mar 2014
    Posts
    64
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    would be awesome if gurud would update this cant even download the .ahk file i just have the exe file i know i suck but guess im to dumb for this

  7. #892
    Cthulhoo's Avatar Member
    Reputation
    2
    Join Date
    Sep 2013
    Posts
    80
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In last patch 1.3.0.d the hotkeys aren't work =\
    Last edited by Cthulhoo; 12-18-2014 at 01:11 PM.

  8. #893
    David Laurinat's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That´s What I mean... But.... No one knows when the Game will be updated... Therfor - u can´t be online everytime to update thoose programs.... Just happy for ur work and posts to help!!!

  9. #894
    ReadyToKill's Avatar Banned
    Reputation
    13
    Join Date
    Sep 2012
    Posts
    395
    Thanks G/R
    11/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Go to the first post, where it says source go there and download the PoE_MultiScript-master.zip file, extract it and than you will see a file called Poe MultiScript.ahk right click on this file and edit it with notepad++ or notepad.

    Now press Ctrl + F and search for Else If (GlobalS)

    now change the old code

    Else If (GlobalS)
    {
    global Offset1:=0x138
    global Offset2:=0x5A0
    global Offset3:=0x13c
    global Offset4:=0x220
    global Offset5:=0x2D80
    global Offset6:=0x15B8
    global Offset7:=0x15BC
    global Offset8:=0xFC
    global Offset9:=0xE0
    global Offset10:=0x128
    global Offset11:=0x194
    }


    to the new code provided by badplayer


    Else If (GlobalS)
    {
    global Offset1:=0x138
    global Offset2:=0x5A0
    global Offset3:=0x13c
    global Offset4:=0x220
    global Offset5:=0x2D80
    global Offset6:=0x15B8
    global Offset7:=0x15BC
    global Offset8:=0x100
    global Offset9:=0xE4
    global Offset10:=0x12c
    global Offset11:=0x198
    }

    Save the file, than try running the script as admin. (You will need to have Autohotkey installed should be exactly Unicode x32 version)
    Last edited by ReadyToKill; 12-18-2014 at 01:08 PM.

  10. #895
    Monika von Zadel's Avatar Member
    Reputation
    1
    Join Date
    Sep 2014
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you so much!

    tried it before but downloaded the individual files and din`t see that there is a master zip-file.
    thanks a lot your your advices; now it works for me too!

    thanks again; gl & ha to all =)

  11. #896
    Testo86's Avatar Member
    Reputation
    2
    Join Date
    Mar 2014
    Posts
    64
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i did exactly what u wrote but oos and remaining still doesnt work for me ....

  12. #897
    sNy89's Avatar Member
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    67
    Thanks G/R
    3/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    shortcuts not working for me ( tradespam, oos, etc. )

  13. #898
    David Laurinat's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    THX again for ur introductions! All done from beginning till the end.... Not working with remaining, quicksilver.... No Problem, i wait till Gurud is updating that... THX

  14. #899
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    UPDATE ON 12/18/2014

    Change Logs:

    1. Updated all regions offsets.

  15. #900
    David Laurinat's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hell Nice Sir! Great! Always!

Similar Threads

  1. How to download and update addons when curse is down, with wowmatrix
    By Stans Dad in forum World of Warcraft Guides
    Replies: 27
    Last Post: 06-22-2011, 06:56 PM
  2. Replies: 479
    Last Post: 08-17-2009, 10:33 PM
  3. [Show off] look at my new and updated sig.
    By shadowste in forum Art & Graphic Design
    Replies: 7
    Last Post: 03-31-2008, 12:56 PM
  4. Enchant Scam Improved and maybe unbannable
    By BlackFog in forum WoW Scam Prevention
    Replies: 13
    Last Post: 01-25-2008, 02:37 PM
All times are GMT -5. The time now is 05:32 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