hello,
i made a simple feeding macro for my homunculus, since i do change the place alot of my ragnarok/screens i figured i should make it look for the pictures instead, which works pretty well now.
it's really nothing special but i figured, it may save someone a couple of minutes.
Note1 : this is based off of the basic talonRO skin, so if your using a different skin you have to remake the pictures for it (which takes about 1 minute really)
Note2 : you probably have to change the paths unless you extract/place your pictures in your C:\blue eye folder.
Note3 : it's meant as AFK feeding, when you're actively running/fighting it sometimes messes up
special thanks to : Syrifina (helping me figure out an issue with it)
Code:
if Image.Can be located on screen("C:\blue eye\hunger.png", "100")
begin
Mouse.Click at image("C:\blue eye\feed.png", "100", "Left")
Macro.Pause("100")
Mouse.Click at image("C:\blue eye\ok.png", "100", "Left")
Macro.Pause("5000")
end
if you have anything to add/complain about feel free to reply on the post.