Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Fri Nov 22, 2024 10:12 am

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
Elephants can fly
Fish can swim
Chickens can talk
Dogs have 4 legs
   

Topic review - Technical Questions
Author Message
  Post subject:  Re: Technical Questions  Reply with quote
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
Post Posted: Fri Oct 28, 2011 1:47 pm
  Post subject:  Re: Technical Questions  Reply with quote
No problem. Cheers and have a good Blue Eye Macro life.

Image
Post Posted: Tue Oct 04, 2011 10:03 pm
  Post subject:  Re: Technical Questions  Reply with quote
ok thanks for the help
Post Posted: Tue Oct 04, 2011 9:50 pm
  Post subject:  Re: Technical Questions  Reply with quote
Ah, I think I see where you're coming from now. If you're referring to the first post, of course those values will not work. The poster ripped those values off a different game and that won't do. Each game's memory value is DIFFERENT. What makes it better is every time a game's client gets updated, those memory pointers get changed once again.

Basically, you need the proper memory pointers for Crystal Saga 3D and you will have to obtain them manually via Cheat Engine. The issue here is finding those pointers are all server side and since this game is embedded into a browser with some security, you'll have to take some time cracking your way into the server with other third party tools such as a bypassers, injectors, etc. (I'm a bit vague in this area).

If you want an alternative, may I recommend this algorithm made by me to find enemies. It uses the Image command so you'll have to take snapshots and crop some pictures for it to work.
Code:
begin
     Image.Find location of first occurrence on screen("{Path of the Picture to Your Character}", "30", "charX", "charY")
     // The very last parameter in the if statement determines the RANGE. This is what you'll need.
     // Range needs to be tested for your preferences.
     if  Image.Can be located on screen near coordinate("{Path of the Picture to Enemy Mob}", "30", "charX", "charY", "20")
          begin
               // Insert your attacking commands and keyboard presses here
          end
end
Post Posted: Tue Oct 04, 2011 9:23 pm
  Post subject:  Re: Technical Questions  Reply with quote
yeah i managed to get that far using a guide for a different game but its saying it cant find the monster targets and i know the other video mentioned something about changing bits in the code thank you for replying
Post Posted: Tue Oct 04, 2011 9:02 pm
  Post subject:  Re: Technical Questions  Reply with quote
Here we go, give these instructions a whirl.
Image
Post Posted: Tue Oct 04, 2011 8:33 pm
  Post subject:  Re: Technical Questions  Reply with quote
hi im trying to sort out the crystal saga macro and im not exactly sure what to put where ive got the program all downloaded n installed with the drivers, im just not sure how to make the code for me (on crystal saga) and where to copy and paste it 2, i have got the crystal saga macro hope that answers any questions first off thanks please reply
thanks,
luk3ru1z
Post Posted: Tue Oct 04, 2011 8:11 pm
  Post subject:  Re: Technical Questions  Reply with quote
Glad to hear that :D

Piece of cake isn't it ?

Now spend those coupons for 1.5 Exp instead of AFK Card :mrgreen:

Don't forget to get the latest update (1.0)
Post Posted: Mon Sep 05, 2011 11:22 pm
  Post subject:  Re: Technical Questions  Reply with quote
ok i finally undestand how it work and did it!
thx for your time and for your infos :)))))
Post Posted: Mon Sep 05, 2011 1:48 pm
  Post subject:  Re: Technical Questions  Reply with quote
takator wrote:
thx both for help! im trying now to understand hows it works :)


Let me know the result later on :-)
Post Posted: Mon Sep 05, 2011 1:27 am

All times are UTC


Jump to:  


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