Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Seal Online Scripting


  • Please log in to reply
1 reply to this topic
Guy
  • Members
  • 8 posts
  • Last active: Jul 05 2010 05:26 PM
  • Joined: 02 Jul 2010
Well, it took me a few hours of reading, but mostly trial and error to create a working .ahk file.

Can anyone tell me why this script won't work with Seal Online when it works with other online games, and how I might get it working with the Seal Online game?

Loop 100000

;IfWinExist SO3D ;this was created for Seal Online SO3D
{
    WinActivate

Send {Tab}
Send w
Sleep 10000 ;10 seconds
}

When run, the script will recognize the window labeled "SO3D" but will not run the Tab + w keys.

Is it my programing? Is it possible to run a script similar to this with desirable results?

I tested it with Mabinogi, and could load skills after changing the Tab + w to a Fx shortcut command.

I put the loop to a specified number as I did not know how to set a run for infinity number of times input.

[ Moderator!: Moved from Scripts and Functions ]

OceanMachine
  • Members
  • 790 posts
  • Last active: Aug 23 2013 02:10 PM
  • Joined: 15 Oct 2007
This needs to be in the Ask For Help forum...