in Oblivion MouseMove()/MouseClick() doesnt work

05/17/2010 01:14 Tatzuya#1
as the title says it MouseMove and MouseClick functions dont work for the game i need it (The Elder Scrolls 4: Oblivion)
actually MouseClick does work, but only if i dont use coordinates i.e. MouseClick("left")
my guess is that the mouseclick funktion in autoit is moving the mouse by calling MouseMove()
so i'd really just need to find another way to move the mouse

MouseMove() as well as mouseclick("left",x,y) makes the mouse jump to one of the 4 corners of the game window
(same problem with autohotkey in Oblivion)
05/17/2010 08:33 HardCore.1337#2
Use ControlClick and ControlSend ;)
05/17/2010 16:29 Tatzuya#3
Quote:
Originally Posted by General Desert View Post
Use ControlClick and ControlSend ;)
ControlClick ( "Oblivion", "", "[CLASS:Oblivion; INSTANCE:1]", "left", 1, 200,200)
tried that, but it doesnt do anything :(

(sending keys is no problem btw. even Send() works fine)
05/25/2010 00:44 Tatzuya#4
seems as if noone who read this can help me (thank you for trying General Desert)
does anyone know an irc channel where i could ask autoit questions?

(kennt jemand einen irc channel in dem ich autoit fragen stellen könnte?)
05/25/2010 11:53 Σternαl.#5
ControlClick ( "Oblivion", "", 0, "left", 1, 200,200) try this
05/25/2010 19:58 Tatzuya#6
Quote:
Originally Posted by FooFightah View Post
ControlClick ( "Oblivion", "", 0, "left", 1, 200,200) try this
doesnt work either :(
05/26/2010 20:50 ●ROBBY●#7
Why do you want to make a Bot for Oblivion? You can use Cheats in that game :D
05/26/2010 20:55 Tatzuya#8
not making a bot. just want a simple selling of arrows for mercentile leveling. would be just a few clicks each loop
dont want to cheat in this game and macros are not cheating imho. though some ppl might think of it as cheating too
05/29/2010 02:33 }{exer#9
Tatzuya
aufm Quake Net gibts nen AutoIt Chan aber der is wenig aktiv.
Versuchs mal
05/29/2010 06:25 vames#10
Or its the problem that the hacking shild block the funktion from autoit
05/29/2010 21:46 Tatzuya#11
Quote:
Originally Posted by }{exer View Post
Tatzuya
aufm Quake Net gibts nen AutoIt Chan aber der is wenig aktiv.
Versuchs mal
danke