Blue Eye Logo

Blue Eye Macro

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

All times are UTC




Post new topic Reply to topic  [ 23 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject: Re: Technical Questions
Thanked: 0 time(s)  Unread post Posted: Tue Oct 04, 2011 9:50 pm 
New User
New User



Joined: Tue Oct 04, 2011 8:03 pm
Posts: 3
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 28
ok thanks for the help


Top
 Profile  
Reply with quote  
 Post subject: Re: Technical Questions
Thanked: 0 time(s)  Unread post Posted: Tue Oct 04, 2011 10:03 pm 
VIP Contributor
VIP Contributor
User avatar



Joined: Mon Sep 12, 2011 8:36 pm
Posts: 1307
Location: Steins;Gate
Been thanked: 91 time(s)
Has thanked: 0 time(s)
Contribution Points: 15369
No problem. Cheers and have a good Blue Eye Macro life.

Image

_________________
Image
Code:
> Meanwhile at Blue Eye Macro...
> BEM Video Games Department - Moderator, Coder, Debugger, Math/Physics & Algorithm Enthusiast - USA
Current Project: Mod Duty


Top
 Profile  
Reply with quote  
 Post subject: Re: Technical Questions
Thanked: 0 time(s)  Unread post Posted: Fri Oct 28, 2011 1:47 pm 
Contributor
Contributor



Joined: Thu Oct 27, 2011 11:57 pm
Posts: 76
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 539
ursokind wrote:
Can someone help me ?

I am duplicating the code from Eden Eternal and I don't know if these lines are correct

Code:
// Check Crystal Saga Apps
Window.Bring to front("Aurora Point(Beta)-CRYSTAL SAGA at R2Games.com", "No")


Code:
function("HP")
     begin
          Memory.Get value("_Launcher", "_Launcher.exe+862E70,C,4", "4", "currentHP")
          Memory.Get value("_Launcher", "_Launcher.exe+862E70,C,48", "4", "maxHP")
          Macro.Pause("250")
          Variable.Evaluate (Math)("({currentHP} / {maxHP}) * 100", "percentage")
          if Variable.Is between (Math)("percentage", "0", "40")
               begin
                    Keyboard.Hold keys("8")
                    Macro.Pause("50")
                    Keyboard.Release keys("8")
                    Macro.Pause("50")
               end
     end
function


How do I know the Memory.Get value for Crystal Saga ? The one written above is Eden Eternal's




different setting with this one, don't use setting from eden


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 23 posts ]  Go to page Previous  1, 2, 3

All times are UTC


You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  


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