PoEapikit for Ritual League (3.13) menu

User Tag List

View Poll Results: Do you want a Tencent version?

Voters
42. This poll is closed
  • Yes

    9 21.43%
  • No

    33 78.57%
Page 3 of 9 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 121
  1. #31
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by best1k View Post
    Win10 Pro x64 20H2 (19042.746)

    Log:
    Code:
    Script lines most recently executed (oldest first).  Press [F5] to refresh.  The seconds elapsed between a line and the one after it is in parentheses to the right (if not 0).  The bottommost line's elapsed time is the number of seconds since it executed.
    
    ---- D:\BEST\Downloads\PoE\PoEapikit-0.7.3\lib\JSON.ahk
    052: quot := Chr(34)
    052: bashq := "\" . quot
    052: json_value := quot . "{[01234567890-tfn"
    052: json_value_or_array_closing := quot . "{[]01234567890-tfn"
    052: object_key_or_object_closing := quot . "}"
    085: json_array := Func("Array").IsBuiltIn || ![].IsArray ? {IsArray: true} : 0
    107: tail := A_AhkVersion<"2" ? 0 : -1
    143: number := "number"
    143: integer := "integer"
    177: quot := Chr(34)
    177: qurly := quot . "}"
    194: offset := A_AhkVersion<"2" ? -3 : -4
    237: integer := "integer"
    260: type := A_AhkVersion<"2" ? "" : Func("Type")
    317: quot := Chr(34)
    317: bashq := "\" . quot
    329: rx_escapable := A_AhkVersion<"2" ? "O)[^\x20-\x7e]" : "[^\x20-\x7e]"
    356: empty := {}
    356: vt_empty := ComObject(0, &empty, 1)
    ---- D:\BEST\Downloads\PoE\PoEapikit-0.7.3\extras\Trader.ahk
    007: TradeItem.__alias := { "alchemy"      : "Orb of Alchemy", "alch"         : "Orb of Alchemy", "alteration"   : "Orb of Alteration", "augmentation" : "Orb of Augmentation", "blessed"      : "Ble
    ---- D:\BEST\Downloads\PoE\PoEapikit-0.7.3\PoEapikit.ahk
    010: CoordMode,Mouse,Client
    011: CoordMode,Pixel,Client
    012: SetWorkingDir,%A_ScriptDir%
    ---- D:\BEST\Downloads\PoE\PoEapikit-0.7.3\lib\PoEapi.ahk
    005: if (FileExist("..\poeapi.dll"))  
    009: if (Not DllCall("LoadLibrary", "Str", "poeapi.dll", "ptr"))  
    010: MsgBox,DllCall("GetLastError") ": Load poeapi.dll failed!" (14.33)
    
    Press [F5] to refresh.
    There is an error code before ": Load poeapi.dll failed!", what is that?

    PoEapikit for Ritual League (3.13)
  2. #32
    best1k's Avatar Member
    Reputation
    1
    Join Date
    Dec 2016
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    There is an error code before ": Load poeapi.dll failed!", what is that?
    193 ?

    ss.808.png

  3. #33
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by best1k View Post
    Make sure you are running 64-bit AutoHotkey, In TaskManager it should be something like 'AutoHotkey Unicode 64-bit'.

  4. #34
    best1k's Avatar Member
    Reputation
    1
    Join Date
    Dec 2016
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    Make sure you are running 64-bit AutoHotkey, In TaskManager it should be something like 'AutoHotkey Unicode 64-bit'.
    TYVM! there is 32 bit (
    problem solved

  5. #35
    n3squ1k's Avatar Member
    Reputation
    2
    Join Date
    Aug 2020
    Posts
    4
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can i get banned for using this program?

  6. #36
    ConDorr's Avatar Member
    Reputation
    1
    Join Date
    Feb 2018
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you run PoE under limited user you do not need to worry about ban

  7. #37
    applepie90's Avatar Member
    Reputation
    2
    Join Date
    Aug 2017
    Posts
    55
    Thanks G/R
    8/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have massive performance issues running this. Game lags a lot and computer slows down heavily. Anyone experienced this?

  8. #38
    n3squ1k's Avatar Member
    Reputation
    2
    Join Date
    Aug 2020
    Posts
    4
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ConDorr View Post
    If you run PoE under limited user you do not need to worry about ban
    Do you mean something like that?
    https://www.ownedcore.com/forums/mmo...ited-user.html (Run PoE as a limited user)

  9. #39
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by applepie90 View Post
    I have massive performance issues running this. Game lags a lot and computer slows down heavily. Anyone experienced this?
    Thank you for feedback, it is fixed now, please try the version 0.7.4.

  10. #40
    aubu11's Avatar Member
    Reputation
    1
    Join Date
    Feb 2018
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, can you update a copy of "Garena"?

  11. #41
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aubu11 View Post
    Hello, can you update a copy of "Garena"?
    I'm sorry, I think like Tencent server, there are not many people using the Garena server in this forum, it's not worth doing it.

  12. #42
    jli2's Avatar Member
    Reputation
    2
    Join Date
    Mar 2015
    Posts
    18
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Really love this tool and prefer it over POEApi. But the auto flask doesn't work for me. All other features are fine. How can I check and fix it? Many thanks for the effort to develop this wonderful tool.

  13. #43
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jli2 View Post
    Really love this tool and prefer it over POEApi. But the auto flask doesn't work for me. All other features are fine. How can I check and fix it? Many thanks for the effort to develop this wonderful tool.
    Already fixed, try the latest version 0.7.5, thank you.

  14. #44
    sosujopu's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Apr 2019
    Posts
    24
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How to add more ignore chest ? this just click on all chest and dynamite/flayer

    , "ignoredDelveChests" : "Armour|Weapon|Generic|NoDrops|Encounter" }

    Need ignore all trash chest in delve , need click only on: Fossil , Azurite , Currency.

  15. #45
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sosujopu View Post
    How to add more ignore chest ? this just click on all chest and dynamite/flayer

    , "ignoredDelveChests" : "Armour|Weapon|Generic|NoDrops|Encounter" }

    Need ignore all trash chest in delve , need click only on: Fossil , Azurite , Currency.
    Try using "^((?!Azurite|Currency|Fossil).)*$" as ignoredDelveChests.

Page 3 of 9 FirstFirst 1234567 ... LastLast

Similar Threads

  1. [Selling] Selling all kind of PoE orbs for dominion league - privat seller
    By lightgowe in forum PoE Buy Sell Trade
    Replies: 0
    Last Post: 11-11-2013, 09:27 AM
  2. [Trading] EU HS beta for euw League of Legends Stuff (account, rp, skins...) Skype inside
    By PizzaNinja in forum Hearthstone Buy Sell Trade
    Replies: 0
    Last Post: 10-23-2013, 01:38 PM
  3. A vouch for a League of Legends boosting site.
    By Broness in forum League of Legends
    Replies: 3
    Last Post: 03-25-2013, 12:05 AM
  4. Looking for a League of Legends bot
    By dinnerrollofdoom in forum MMO Exploits|Hacks
    Replies: 1
    Last Post: 11-21-2012, 03:20 AM
  5. [Selling] Boosting Low ELO Accounts for CHEAP! [ League of Legends]
    By itzjakelolz in forum General Trading Buy Sell Trade
    Replies: 0
    Last Post: 05-06-2012, 10:51 PM
All times are GMT -5. The time now is 03:47 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