Git Product home page Git Product logo

poe_utility's People

Contributors

heyfey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

poe_utility's Issues

ahk問題

@heyfey
您好,因為我想新增一項quick flasks功能
編輯完後發現,gui.ahk的修改,在POE_Utility.exe開啟後,
都沒有變動,
請問是我有漏掉什麼嗎?

Load screen

  1. Can`t connect if AutoFlask start on connect screen (autoexit bind)
  2. AutoFlask not stop on load screen
  3. AutoFlask not stop on town screen
  4. AutoFlask not stop on any screen

if have half of shield and 1hp if not on map. And full shield on map - AutoFlask active and spam when chat
set AutoFlask list to F1 for check
Cant autoexit on AutoFlask key. Its activated on all screens

if color_cur != %life_color% = true on all loading screens

換圖時喝水issue

不是Bug只是想提問,
我在切換圖時,喝水的偵測都會執行,
視窗化切出去再回來也會,
想請問這有辦法調整嗎?
不是太大的問題,只是想詢問看看,

另外喝水的抓座標,
我視窗化後,移動式窗位置,
喝水的座標有需要重設嗎?
謝謝。

Quick & Auto Flasks Issue

@heyfey
目前下載最新版,
1.測試Ctrl + L ,連續開關幾次之後就會失效
2.這次更新後Ctrl + F的關閉, 切換過程,有時候怎麼切換都是開,
有時怎麼切換都是關

另外這一版,我在背包沒辦法用鑑定卷軸鑑定物品,
一右鍵就被取消掉

Bug: Stuck at ClipWait During QuickEnter() with Empty Clipboard

When using QuickEnter(), if the clipboard is empty, it results in getting stuck at ClipWait, which in turn prevents the release of BlockInput.

Please see the relevant code in functions.ahk on line 93.

QuickEnter(channel){
    if channel {
        BlockInput On
        temp := Clipboard
        Clipboard := channel
        ClipWait 
        Send {Enter}
        Send ^v
        Send {Enter}
        Sleep 100
        Clipboard := temp     -> This was empty.
        ClipWait              -> Will wait indefinitely.
        BlockInput Off
    }
    return
}

當使用 QuickEnter 功能時,如果當下剪貼簿沒有內容,會導致後續將 Temp 塞回 Clipboard 時 ClipWait 卡住,
而由於當中有包含 BlockInput,因此在卡住當下僅能透過 Ctrl + Alt + Delete 來解卡。

由於此處不再需要使用剪貼簿內容,建議將 ClipWait 移除或是新增 Timeout,避免此情形。

Ctrl+D

Message "Auto detonate: on/off" appear

Bug fixing suggest

Hi ! I have some suggest of your function.
but my english isn't good, so...... let's using our chinese. XD

是這樣的,幾個月前發現大大提供的這段程式之後,以為大大已經沒在繼續玩,就開始自學一點AHK,慢慢打造自己想要的輔助程式。
最近爬文的時候注意到大大更新,那麼就來回饋一些我知道的小bug與改良方法。

那個時候是沒有gui的版本,我使用安裝版AutoHotkey_1.1.33.02的情況下修改的bug也就兩個。

  1. OpenPortal() 底下

(1) Click似乎是無法解讀表達式,游標並不會如預期般移動

所以我拆成
MouseMove, portalX, portalY
Click right
兩行來解決判讀問題

(2)因快捷鍵設置包含^,導致CTRL會被BlockInput遮蔽而無法自然鬆開

我選擇在BlockInput Off前加一行send {Ctrl up}來處理這個問題

2.AutoFlask() 底下

我的版本並無法成功運行
倒是將 if color != %life_color% 這行的!刪除之後,就能夠運作成功。

另外,想請問一下大大在製作物品的篩選器時,是在filterblade網站上把外框一個一個手動改顏色嗎?
有沒有甚麼訣竅是可以快速改外框顏色阿?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.