Ctrl-Key Bug still exist!
Ctrl-Key Bug still exist!
Even with the Ctrl key disabled, there is still a bug present, where it will randomly act as if the button is held down at times.
tnx Gurud!
but
in main post you dont change date of update
"ChangeLog:
Code:
UPDATE ON 10/05/2014
UPDATE ON 10/05/2014"
Ignore please working
Last edited by Groo69; 10-27-2014 at 10:22 AM.
sorry for post. program is ok!
Last edited by laziale; 10-28-2014 at 02:26 AM.
UPDATE ON 10/28/2014
Change Logs:
1. Updated Offsets for Taiwan client ver. G1.4.0
Gurud, see how you have the option to enable the quicksilver flask to auto flask at 40% or 20%, etc, would it be possible to add in this feature for the Divination distillate flask, basically set it to auto flask if it is full and leave at least 50% charge, so you could manually press it if needed for bosses etc, the autoflasking would probably be handy for mobs, etc
Also right now, the script doesn't really treat the divination flask as a life flask, it will spam all your hp type flask first and only when you run out, it will use the flask, last, this setup works well normally, but it wouldn't work well under the lowlife setup.
Last edited by ReadyToKill; 10-30-2014 at 11:47 AM.
wtf is all thet about alot of times i got that no respons thing when i open the pogram ?
Can you add a function to identify items with only click on them? Something like DPS Calc, but use your Scroll of Wisdom, that placed somewhere near the Portal scrolls (for "Use a Portal" function").
Last edited by KuroKim; 11-01-2014 at 12:18 PM.
i use this code to id items, just copy it somewhere in the script also u can customize the xbutton1 to what you want it too. Also make sure Scrolls are in 1st roll 2nd column slot or change the coordinates to what you want.
xbutton1::Identify() ; Assign Insert to Identify
; You can also put another orb in place of the scroll to quickly craft items for example
; use armour scraps to +20 the item, put the scrape inplace of the scroll and place mouse ;cursor over item and hold insert key to automax the item.
Identify(){
BlockInput On
SetDefaultMouseSpeed 0
MouseGetPos, xpos, ypos ; 1075,650 identify scroll location
MouseClick, right, 1075,650,1,2 ; Scrolls 1st roll 2nd column slot
MouseClick, left, xpos, ypos,1,2
BlockInput Off
return
}
Label8:
WinGet, window, ID, A ; Use the ID of the active window.
Toggle_Window(window)
return
hmm try remove the
Label8:
WinGet, window, ID, A ; Use the ID of the active window.
Toggle_Window(window)
return
not sure why i have it in there, but the script still seems to work fine wiht the id scroll feature working with that code removed.
Now it works, but not tested in the game, check out later.Also identify button is RightClick?
Tested in game. Still doesn't work, mouse takes Scroll of Wisdom, left click it, move to an item, not identify it, and placed the scroll on its old place.
Last edited by KuroKim; 11-02-2014 at 04:05 AM.