You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$confirmation=MsgBox(36, "Confirmation", "Are you sure you want to delete the config file?", 0)
326
-
If$confirmation=6Then; User clicked "Yes"
328
+
If$confirmation=6Then;yes
327
329
IfFileDelete($sIniFile) Then
328
330
MsgBox(64, "Success", "Config file has been deleted successfully. Script will stop now.")
329
331
Exit
@@ -338,6 +340,7 @@ Else
338
340
EndIf
339
341
EndFunc
340
342
343
+
341
344
; Macros
342
345
343
346
Func ExitScript()
@@ -346,17 +349,22 @@ EndFunc
346
349
347
350
Func lasty()
348
351
IfNotWinActive("Path of Exile") ThenReturn
352
+
Opt("SendKeyDelay", 0)
349
353
Send("^{ENTER}")
354
+
Sleep(5)
350
355
Send("^a")
351
356
Sleep(20)
352
357
Send($ty)
353
358
Send("{ENTER}")
354
359
EndFunc
355
360
356
361
Func gotoHideout()
362
+
Opt("SendKeyDelay", 0)
357
363
IfNotWinActive("Path of Exile") ThenReturn
358
364
Send("{ENTER}")
365
+
Sleep(5)
359
366
Send("/hideout")
367
+
Sleep(5)
360
368
Send("{ENTER}")
361
369
EndFunc
362
370
@@ -368,17 +376,18 @@ EndFunc
368
376
Send("!^c")
369
377
Sleep(150)
370
378
Send($HotKey1)
371
-
Sleep(150)
379
+
Sleep(200)
372
380
If$counter<1Then
373
-
MsgBox($MB_SYSTEMMODAL, "Waiting for google.docs", "Wait until you see the docs.google document is loaded. "&@CRLF&@CRLF&"Then press OK and repeat"&$HotKey2&" Price check on item.")
374
-
Sleep(80)
375
-
Send("{ESC}")
381
+
Sleep(500)
382
+
MsgBox($MB_SYSTEMMODAL, "Waiting for google.docs", "Wait until you see the docs.google document is loaded. "&@CRLF&@CRLF&"Then press OK and repeat"&$HotKey2&" Price check on item."&@CRLF&@CRLF&"If the docs.google does not load then press ok, ignore error message that will come and load the docs.google manually in steam overlay. Then press: "&$HotKey2&" to close the window. The browser will stay open in background from now on.")
MsgBox(16, "Fehler", "Item Copy failed from docs.google!"&@CRLF&" Is this the correct docs.google site and anyone can write in it?: "&$sURL&@CRLF&@CRLF&"If yes, please contact KloppstockBW via github or reddit")
399
-
Return
407
+
If$i>=1Then
408
+
;MsgBox(16, "Fehler", "docs.google is either empty or not public."& @CRLF &" Please check why it does not contain item details!"& @CRLF & @CRLF &"You can try this steps:"& @CRLF &"1. Does the Steam browser opens automatically the docs.google as soon as you press the hotkey "& $HotKey1 &" while playing PoE?" & @CRLF &" Check the Steps I am showing in the youtube video. Something seems to be wrong in your setup in Steam" & @CRLF &"2. When you Ctrl+V into notepad on your PC, does it show item details?" & @CRLF &" If no, something on step 1 is wrong"
409
+
MsgBox(16, "Fehler", "docs.google is either empty or not public."&@CRLF&_
410
+
"Please check why it does not contain item details!"&@CRLF&@CRLF&_
411
+
"You can try these steps:"&@CRLF&@CRLF&_
412
+
"1. Does the Steam browser open automatically to docs.google as soon as you press the hotkey "&$HotKey1&" while playing PoE?"&@CRLF&_
413
+
"->Check the Steps I am showing in the YouTube video. Something seems to be wrong in your setup in Steam"&@CRLF&@CRLF&_
414
+
"2. When you Ctrl+V into notepad on your PC, does it show item details?"&@CRLF&_
0 commit comments