Roan1234321 wrote:
Quote:
What do I need to change if I wanted to change it? on his tuts, he wants it for 9-10 sec. I want mine to be around 30-40 depending on the map.
I Really don't know what to change in this code we have quite a bit of different code structure.
You can try to PM him regarding his code.
Guys please help me get 100 subs in my youtube channel
Once I get or finish finalizing some of the code I will update it here..
Thank You!
Also for those who want to donate check my signature.
Thank you! Your donations will motivate in updating and improving the code
you can also check my videos in YT channel so you will know what things
I will add in the Future.
ALREADY SUB...CAN U PLZ HELP ME IM USING THIS CONFIG RIGHT NOW IN BEM..AND MY CHAR WAS WALKING AND KILL SOME CREAMY AND STAINER BUT NOT ALL...AND DIDNT GET ANY LOOTS FROM MOBS...CAN U FIX THIS CONFIG >< AND I DIDNT CHANGE ANYTHING.LIKE GRFOR WHAT JUST USE BEM AT RAGNA CLIENT...ALWAYZ WALKING FROM BOTTOMRIGHT TO UP ><
Begin
Window.Set location("Ragnarok", "yes", "0", "0")
Function.Execute("Profile")
Function.Execute("Attack1")
Function.Execute("Attack2")
Function.Execute("Rwalk")
Function.Execute("Creamy")
end
function("Profile")
begin
if Color.At coordinate is within (RGB range)("49", "74", "123", "0", "113", "84")
begin
Macro.Wait for current global loop execution time to exceed("1617")
Keyboard.Hold keys("{<lmenu>}")
Macro.Wait for current global loop execution time to exceed("2062")
Keyboard.Hold keys("v")
Macro.Wait for current global loop execution time to exceed("2355")
Keyboard.Release keys("v")
Keyboard.Release keys("{<lmenu>}")
end
end
function
function("Heal")
begin
if Color.At coordinate is not within (RGB range)("156", "181", "239", "10", "144", "83")
begin
Function.Execute("Profile")
Keyboard.Press key("{<f2>}")
Humanly.Pause("334", "334")
end
end
function
function("Attack1")
if Color.Can be located on screen (RGB)("78", "111", "101", "0")
begin
Mouse.Click at color closest to coordinate (RGB)("78", "111", "101", "0", "640", "375", "left")
Mouse.Move to coordinate("997", "43")
if Color.Pixel pattern can be located on screen("255,198,198,0,-1,255,198,198,0,2,255,198,198", "4")
begin loop()
Humanly.Pause("250", "500")
Function.Execute("Heal")
if Color.Pixel pattern can not be located on screen("255,198,198,0,-1,255,198,198,0,2,255,198,198", "4")
begin
Humanly.Pause("400", "500")
Function.Execute("Loot")
Macro.Break from loop("yes")
end
end
end
function
function("Attack2")
if Color.Can be located on screen (RGB)("184", "70", "84", "0")
begin
Mouse.Click at color closest to coordinate (RGB)("184", "70", "84", "0", "640", "375", "left")
Mouse.Move to coordinate("997", "43")
if Color.Pixel pattern can be located on screen("255,198,198,0,-1,255,198,198,0,2,255,198,198", "4")
begin loop()
Humanly.Pause("250", "500")
Function.Execute("Heal")
if Color.Pixel pattern can not be located on screen("255,198,198,0,-1,255,198,198,0,2,255,198,198", "4")
begin
Humanly.Pause("400", "500")
Function.Execute("Loot")
Macro.Break from loop("yes")
end
end
end
function
function("Loot")
begin
Keyboard.Hold keys("{<ctrl>}")
Mouse.Move to coordinate("673", "375")
Mouse.Click("left")
Mouse.Move to coordinate("673", "407")
Mouse.Click("left")
Mouse.Move to coordinate("605", "405")
Mouse.Click("left")
Mouse.Move to coordinate("605", "334")
Mouse.Click("left")
Mouse.Move to coordinate("674", "334")
Mouse.Click("left")
Keyboard.Release keys("{<ctrl>}")
end
function
function("Rwalk")
begin
if Color.Can not be located on screen (RGB)("78", "111", "101", "0")
begin
// set variables from random X coordinates on your screen example 100 to 1100
Variable.Set random number("X", "100", "1100")
// set variables from random Y coordinates on your screen example 100 to 620
Variable.Set random number("Y", "100", "620")
Mouse.Click at coordinate("{X}", "{Y}", "left")
Humanly.Pause("1500", "2000")
end
end
function
Begin
Window.Set location("Ragnarok", "yes", "0", "0")
Function.Execute("Creamy")
end
function("Creamy")
if Color.Can be located on screen (RGB)("16", "41", "66", "0")
begin
Mouse.Click at color closest to coordinate (RGB)("16", "41", "66", "0", "640", "375", "left")
Mouse.Move to coordinate("997", "43")
end
function