Ragnarok Auto Potion Free

 Posted admin
Ragnarok Auto Potion Free 7,8/10 3740 reviews
  1. Ragnarok Auto Potion
  2. Ragnarok Auto Potion Config

Jul 07, 2014  Auto Potion Help - posted in Gaming Questions: Hi guys, I need help to write a ahk for Ragnarok Auto SP Potion, im thinking of a script that will monitor my Champion SP every time I used Asura skill or if out of SP, that it will automatic trigger a HotKey where my SP potion located. Serial bewerbungsmaster professional 2012851836. I would really appreciate any help. Thank you in. Ragnarok Auto Potion 'made easy to use and optimized!' No thanks 1 month free. Find out why Close. How to use Ragnarok Auto Potion TS1KO.

- All credits go to the main author --- Merry Christmas! Hello, there was some problems with the.exe file, and the link has been fixed, thank you! Download: • RO Auto Potion.rar - • RO Auto Potion(32-bit).rar • Autohotkey source.

You need to verify the location for the Pixelgetcolor command, and the color value in the line below that. If those are correct, then you should be fine. You also don't need the brackets around the J. Try this on for size. It won't watch to see if you've used Asura, but it will watch your bar and spam the J key. #Persistent CoordMode, Pixel, Relative MsgBox Position your mouse over the location on your SP Bar you want to monitor and press ALT-J Return!J::; ALT + J MouseGetPos, X, Y Pixelgetcolor, SetColor,%X%,%Y% MsgBox Location and Color Set SetTimer, WatchLife, 100 Return WatchLife: Pixelgetcolor, Color,%X%,%Y%; Check the color at X,Y if (Color = SetColor); Compare the color we set to the color we see now Return Else Send J; Send the key to use the sp potion Sleep 1000; Sleep 1 second so we don't waste pots Return!ESC::ExitApp; Press ALT-ESC to kill the program.

Ragnarok Auto Potion

Now, referring to the ahk script provided, i have set the HP and SP coordination at 160, 57 and 55, 72. How do i get those number? Open the picture you have saved earlier on step 5 with paint/mspaint program. Take note on the red circle, use magnifier to 'zoom in' on basic information, click on pencil and point it to HP/SP bar, pixel coordinates will be shown at below screen. By now i think you understand how the ahk works, to run this autopot, the basic information need to be always open. Since the HP and SP number cannot be altered (maybe you guys can!, i'm not that smart LOL).

AutoHotkey.ahk on notepad will be prompt, delete all the text and replace it with the text code i have provided. Save the AutoHotkey.ahk and close it, again right click the AHK icon and pick 'reload this script' 10. Open your Ragnarok, make sure the basic information is open, set the potion on F1/F2, hit alt+n and happy RO'ing. All picture taken while i'm playing (FB Group), to join/support this server please register. Hi, if you did step 4 correctly, you will get those black hp/sp interface in games. Maybe you can play around with this option when login to RO, Escape>Setting>Skin.

Save the AutoHotkey.ahk and close it, again right click the AHK icon and pick 'reload this script' 10. Open your Ragnarok, make sure the basic information is open, set the potion on F1/F2, hit alt+n and happy RO'ing. All picture taken while i'm playing (FB Group), to join/support this server please register. Hi, if you did step 4 correctly, you will get those black hp/sp interface in games. Maybe you can play around with this option when login to RO, Escape>Setting>Skin. Actually Step 5 and 6 just to teach how to further edit the coding suit to your character. Assuming you are successfully on step 4/getting those black hp/sp interface, why don't you try the default coding first, 160, 57 and 55, 72.

Buku tanaman hias. Siapa pun dapat menciptakan suasana lanskap yang diidamkan dalam sebuah taman.

Ragnarok Auto Potion Config

I changed the x/y coordinates and SetColor value, my problem is it keeps spamming potion. #Persistent CoordMode, Pixel, Relative X:= 645; X coordinate - CHANGE THIS TO WHAT YOU NEED Y:= 410; Y coordinate - CHANGE THIS TO WHAT YOU NEED SetColor:= 0xDE6318; Color at X,Y from above - CHANGE THIS TO WHAT YOU NEED SetTimer, WatchLife, 100; Runs 10 times a second to check color on SP bar Return WatchLife: Pixelgetcolor, Color,%X%,%Y%; Check the color at X,Y if (Color = SetColor); Compare the color we set to the color we see now Return Else Send J; Send the key to use the sp potion Sleep 1000; Sleep 1 second so we don't waste pots Return!ESC::ExitApp; Press ALT-ESC to kill the program.