Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Thu Nov 21, 2024 7:33 pm

All times are UTC




Post a reply
Username:
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
Font size:
Font colour
Options:
BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Please click and drag the 2 correct statements to the right hand side.
Please click and drag the 2 correct statements to the right hand side.
Please select the options below to the correct list to avoid automated registrations.
Statements
2 correct statements
Dogs have 4 legs
Elephants can fly
Chickens can talk
Fish can swim
   

Topic review - Crafting Weapons Macro
Author Message
  Post subject:  Re: Crafting Weapons Macro  Reply with quote
galli14 wrote:
I wanted to try out this game this bot seems helpful, can you tell me more about the game:D?


Yeah sure, it's a pretty old mmorpg game that ended a while ago, but the gm's on there have extensive knowledge and kept it alive on their servers, then released it again officially a little while ago.

The game is really active and really rich in what you can do on there, not to mention addictive.

http://myth-of-soma.com/
Post Posted: Thu Jan 07, 2016 3:17 pm
  Post subject:  Re: Crafting Weapons Macro  Reply with quote
I wanted to try out this game this bot seems helpful, can you tell me more about the game:D?
Post Posted: Sat Dec 26, 2015 10:07 am
  Post subject:  Crafting Weapons Macro  Reply with quote
Created this weapon crafting macro. It's not perfect and you need the right soma screen res which i think is 1024x800 and window placed in lower left corner of the screen, but it will craft daggers for you and sell them at intervals. If your standing by the repair guy and crafting station.
Code:
 begin
     Window.Wait for window to appear("Myth of Soma : The Rise of Gorshak", "no")
     begin loop()
          if  Keyboard.Key is held down("{<F1>}")
               // craft shoes
               begin
                    begin loop("4")
                         Macro.Pause("2000")
                         Mouse.Click at coordinate("664", "576", "Left")
                         Macro.Pause("1000")
                         Mouse.Click at coordinate("664", "576", "Left")
                         Macro.Pause("1000")
                         Mouse.Click at coordinate("429", "445", "Left")
                         Macro.Pause("1000")
                         Mouse.Click at coordinate("429", "445", "Left")
                         Macro.Pause("1000")
                         Mouse.Click at coordinate("429", "445", "Left")
                         Macro.Pause("1000")
                         Mouse.Click at coordinate("215", "675", "Left")
                         Macro.Pause("450")
                         Keyboard.Type text("dagga")
                         Macro.Pause("450")
                         Keyboard.Press key("{<enter>}")
                         Macro.Pause("450")
                         Mouse.Drag("221", "819", "214", "630", "Left")
                         Macro.Pause("450")
                         Keyboard.Type text("3")
                         Macro.Pause("450")
                         Keyboard.Press key("{<enter>}")
                         Macro.Pause("450")
                         Mouse.Drag("278", "814", "264", "627", "Left")
                         Macro.Pause("250")
                         Keyboard.Type text("1")
                         Macro.Pause("450")
                         Keyboard.Press key("{<enter>}")
                         Macro.Pause("450")
                         begin loop("52")
                              Mouse.Click at coordinate("441", "677", "Left")
                              Macro.Pause("900")
                         end
                         Mouse.Click at coordinate("390", "919", "Left")
                         Macro.Pause("2000")
                         Mouse.Click at coordinate("512", "737", "Left")
                         Macro.Pause("500")
                         Mouse.Click at coordinate("512", "737", "Left")
                         Macro.Pause("500")
                         Mouse.Click at coordinate("405", "462", "Left")
                         Macro.Pause("500")
                         Mouse.Click at coordinate("405", "462", "Left")
                         Macro.Pause("500")
                         begin loop("42")
                              Mouse.Click at coordinate("208", "665", "Left")
                              Macro.Pause("500")
                              Mouse.Click at coordinate("333", "665", "Left")
                              Macro.Pause("500")
                         end
                         Mouse.Click at coordinate("482", "904", "Left")
                    end
               end
     end
 end
 
Post Posted: Wed Dec 23, 2015 4:27 pm

All times are UTC


Jump to:  


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group