|
|
|
Page 1 of 1 |
[ 2 posts ] |
|
 exhume macros : General Discussion
|
|
Posted: February 27th, 2006, 12:47 pm
|
|
|
|
aces_high
aces_high's Reps:
|
Right now Im learning VBS so I can make some macros for exhume. Does anyone know of any good reading material that could get me started on the right track?
Ive been searching the hell out of google for tutorials but most of what Ive found is to put vbs scripts into html documents
*edit*
ok ive figured a few things out with exhume and vbs, but as of right now exhume is not sending keystrokes to knight online
i can get it to send keystrokes to notepad, but not ko
btw sorry if i posted this in the wrong section, not really sure where to post to get help with exhume =/
|
|
|
|
|
Posted: March 1st, 2006, 4:25 pm
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
Yes there is a bug with it. I have found the same bug for GW.
As a work around, you can do the following until a new version of XUM is released.
You will need XU installed to get this work around to work.
IN your script at the top, use the following:
Dim sh
set sh = CreateObject("XUScripts.ScriptHost")
THen you can use the xu scripts commands like:
SendKeys, KeyUp, etc.
like:
sh.SendKeys or sh.KeyUp etc.
To see a list of Mouse/Keyboard commands see the forum documentation on the XU script host.
_________________
Use Search first, ask questions later!
|
|
|
|
|
Who is online |
|
Users browsing this forum: No registered users and 141 guests |
|
|
|