Author |
Message |
|
|
Post subject: |
Re: Technical Questions |
|
|
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
[quote="ursokind"]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]
[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 [/code]
How do I know the Memory.Get value for Crystal Saga ? The one written above is Eden Eternal's[/quote]
different setting with this one, don't use setting from eden
|
|
|
|
Posted: Fri Oct 28, 2011 1:47 pm |
|
|
|
|
|
Post subject: |
Re: Technical Questions |
|
|
No problem. Cheers and have a good Blue Eye Macro life.
No problem. Cheers and have a good Blue Eye Macro life.
[img]http://i116.photobucket.com/albums/o10/TehSamm/crogunksmirk.png[/img]
|
|
|
|
Posted: Tue Oct 04, 2011 10:03 pm |
|
|
|
|
|
Post subject: |
Re: Technical Questions |
|
|
ok thanks for the help
ok thanks for the help
|
|
|
|
Posted: Tue Oct 04, 2011 9:50 pm |
|
|
|
|
|
Post subject: |
Re: Technical Questions |
|
|
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
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 [b]DIFFERENT[/b]. 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[/code]
|
|
|
|
Posted: Tue Oct 04, 2011 9:23 pm |
|
|
|
|
|
Post subject: |
Re: Technical Questions |
|
|
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
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
|
|
|
|
Posted: Tue Oct 04, 2011 9:02 pm |
|
|
|
|
|
Post subject: |
Re: Technical Questions |
|
|
Here we go, give these instructions a whirl.
Here we go, give these instructions a whirl. [img]http://i116.photobucket.com/albums/o10/TehSamm/copypastecode.png[/img]
|
|
|
|
Posted: Tue Oct 04, 2011 8:33 pm |
|
|
|
|
|
Post subject: |
Re: Technical Questions |
|
|
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
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
|
|
|
|
Posted: Tue Oct 04, 2011 8:11 pm |
|
|
|
|
|
Post subject: |
Re: Technical Questions |
|
|
Glad to hear that Piece of cake isn't it ? Now spend those coupons for 1.5 Exp instead of AFK Card Don't forget to get the latest update (1.0)
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)
|
|
|
|
Posted: Mon Sep 05, 2011 11:22 pm |
|
|
|
|
|
Post subject: |
Re: Technical Questions |
|
|
ok i finally undestand how it work and did it! thx for your time and for your infos ))))
ok i finally undestand how it work and did it! thx for your time and for your infos :)))))
|
|
|
|
Posted: Mon Sep 05, 2011 1:48 pm |
|
|
|
|
|
Post subject: |
Re: Technical Questions |
|
|
takator wrote: thx both for help! im trying now to understand hows it works Let me know the result later on
[quote="takator"]thx both for help! im trying now to understand hows it works :)[/quote]
Let me know the result later on :-)
|
|
|
|
Posted: Mon Sep 05, 2011 1:27 am |
|
|
|
|