Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Anygame/Ragnarok Smart Macro 2016 - ALL KEY

recca062

Recruit
Basic Member
Messages
8
Reaction score
0
Points
16
Original article - http://ragindex.blogspot.com/2016/03/ro-easy-macro-for-dummies-2016.html
Wassup folks, this is a long overdue program, since Ragnarok is super old already...
- It is 2016 already, wouldn't it be nice if Ragnarok have smart-cast option like League of Legends ?
Making macro is now made easy.
WHY ?
Because this is an UPGRADED VERSION of this
View attachment 260961
http://www.mediafire.com/?nqumy2jjymz <- yes that is my link
- This is a program written in Autohotkey
NO SCRIPTING OR AUTOHOTKEY NEED FOR THIS
How does it works?
- This is a simple script that read the keys inside the 'config' file and make it a hotkey for spamming.

Download Here Mediafire

Source Here Pastebin
How to use ?
- To make F1 a spam key -> write "F1" inside config file. You're done. Some ragnarok server need Run as Admin.
Single Macro : http://cdn.makeagif.com/media/3-10-2016/tcBv7Y.gif
Chain Macro : http://cdn.makeagif.com/media/3-10-2016/x6XV7s.gif

Features:
  • Single Macro - Loop SEND -> CLICK with adjustable SLEEP rate, until hotkey is release
  • (NEW)Chain Macro - Loop a series of keys with adjustable SLEEP rate, until hotkey is release

Important:

The FIRST FOUR LINES of the 'ROSC.ini' file MUST be :
  • Macro Skill Delay
  • Macro Usable Delay
  • Pause Hotkey - for chatting ( to change hotkey, see Hotkey)
  • Exit Hotkey - Just in case the script get stuck
After the 4th line, ANY key will become a macro. ( see Autohotkey Key List )

+There are 2 send modes :
  • Normal --- SEND Hotkey -> CLICK -> SLEEP
    Example : F1
  • Usable --- SEND Hotkey -> SLEEP
    Example : F1,u - Just put a ",u" after the hotkey, like this.

- How to make SINGLE SKILL MACRO:

GIF INSTRUCTION http://cdn.makeagif.com/media/3-10-2016/tcBv7Y.gif

  • Assume that "Double Strafe" is in hotkey F3
  • Open 'ROSC.ini', start a new line, enter "F3]"
  • Save and run ROSC.exe as administrator
  • Adjust the speed to your liking by edit the FIRST LINE (see Sleep Command)
ROSC.ini example of F1-F9 Macro: Yes, it's that easy.
120 // SPEED : Skill Delay (in millisecond)
100 // SPEED : Usable Delay (in millisecond)
!p // Alt + P ; Pause Script Hotkey
!Esc // Alt + Esc ; Exit Hotkey
F1
F2
F3,u // Use "Usable" send mode for F3 because Cloaking require no click
F4
F5
F6
F7
F8
F9

- How to make CHAIN SKILL MACRO:

GIF INSTRUCTIONhttp://cdn.makeagif.com/media/3-10-2016/x6XV7s.gif


  • For example, this is a working Asura Strike Macro
  • Assume that F1 = Collect Spirits, F2 = Critical Explosion, F3 = Asura Strike
  • Open 'ROSC.ini', start a new line
  • Enter "F1=F1,170,u|F2,170,u|F1,170,u|F3,250"
  • Save and run ROSC.exe as administrator
-The syntax is <Hotkey>=<Hotkey1>,<Sleep>|<Hotkey2>,<Sleep>|<Hotkey3>,<Sleep>|.....
"F1=F1,170,u|F2,170,u|F1,170,u|F3,250" means:
- When F1 is press
-> Send F1 with "usable send mode", since Collect Spirit require no click
-> Send F2 with "usable send mode", then sleep 170 ms before moving to next hotkey
-> Send F1 with "usable send mode", then sleep 170 ms
-> Send F3 with normal mode, which is SEND -> CLICK


More ROSC.ini example/Read me - ROSC.ini
120 // SPEED : Skill Delay (in millisecond)
100 // SPEED : Usable Delay (in millisecond)
!p // Alt + P ; Pause Script Hotkey
!Esc // Alt + Esc ; Exit Hotkey
// "//" = comment start
// Empty lines will be ignore
//s // Put '//' infront to disable a hotkey
z // Hotkey Z, Use Z and CLick
a,u // Hotkey A, ",u" for usable, for Spamming pots without click
//x,u // Anything behind '//' will be ignore
// NEED TO RESTART SCRIPT FOR CHANGE TO TAKE EFFECT
Happy spamming ! :D
and LEAVE A COMMENT IF THIS HELP YOU.
Salamat. - Recca
 

Attachments

  • F1_F9_Macro.png
    F1_F9_Macro.png
    6.3 KB · Views: 116
  • ROSC.rar
    296.9 KB · Views: 1,904
Last edited:
not working paps

Do your server have protection, or some kind of Game Shield for Autohotkey? if so, that's the case. Or try "Run As Admin"
Works fine for me. Edit your ROSC.ini to this for F1-F9 Macro
120 // SPEED : Skill Delay (in millisecond)
100 // SPEED : Usable Delay (in millisecond)
!p // Alt + P ; Pause Script Hotkey
!Esc // Alt + Esc ; Exit Hotkey
F1
F2
F3
F4
F5
F6
F7
F8
F9
 
Last edited:
Wassup folks, this is a long overdue program, since Ragnarok is super old already...
- It is 2016 already, wouldn't it be nice if Ragnarok have smart-cast option like League of Legends ?
Making macro is now made easy.
WHY ?
Because this is an UPGRADED VERSION of this
View attachment 1109095
http://www.mediafire.com/?nqumy2jjymz <- yes that is my link
- This is a program written in Autohotkey
NO SCRIPTING OR AUTOHOTKEY NEED FOR THIS
How does it works?
- This is a simple script that read the keys inside the 'config' file and make it a hotkey for spamming.

Download Here Mediafire

Source Here Pastebin
How to use ?
- To make F1 a spam key -> write "F1" inside config file. You're done. Some ragnarok server need Run as Admin.

Features:
  • Single Macro - Loop SEND -> CLICK with adjustable SLEEP rate, until hotkey is release
  • (NEW)Chain Macro - Loop a series of keys with adjustable SLEEP rate, until hotkey is release

Important:

The FIRST FOUR LINES of the 'ROSC.ini' file MUST be :
  • Macro Skill Delay
  • Macro Usable Delay
  • Pause Hotkey - for chatting ( to change hotkey, see Hotkey)
  • Exit Hotkey - Just in case the script get stuck
After the 4th line, ANY key will become a macro. ( see Autohotkey Key List )

+There are 2 send modes :
  • Normal --- SEND Hotkey -> CLICK -> SLEEP
    Example : F1
  • Usable --- SEND Hotkey -> SLEEP
    Example : F1,u - Just put a ",u" after the hotkey, like this.

- How to make SINGLE SKILL MACRO:
  • Assume that "Double Strafe" is in hotkey F3
  • Open 'ROSC.ini', start a new line, enter "F3]"
  • Save and run ROSC.exe as administrator
  • Adjust the speed to your liking by edit the FIRST LINE (see Sleep Command)
ROSC.ini example of F1-F9 Macro: Yes, it's that easy.


- How to make CHAIN SKILL MACRO:

  • For example, this is a working Asura Strike Macro
  • Assume that F1 = Collect Spirits, F2 = Critical Explosion, F3 = Asura Strike
  • Open 'ROSC.ini', start a new line
  • Enter "F1=F1,170,u|F2,170,u|F1,170,u|F3,250"
  • Save and run ROSC.exe as administrator
-The syntax is <Hotkey>=<Hotkey1>,<Sleep>|<Hotkey2>,<Sleep>|<Hotkey3>,<Sleep>|.....
"F1=F1,170,u|F2,170,u|F1,170,u|F3,250" means:
- When F1 is press
-> Send F1 with "usable send mode", since Collect Spirit require no click
-> Send F2 with "usable send mode", then sleep 170 ms before moving to next hotkey
-> Send F1 with "usable send mode", then sleep 170 ms
-> Send F3 with normal mode, which is SEND -> CLICK


More ROSC.ini example/Read me - ROSC.ini

Happy spamming ! :D
and LEAVE A COMMENT IF THIS HELP YOU.
Salamat. - Recca

Good Morning, Paki gwa nman po config sa Sniper Thanks nalilito kc aq pno mgadd sa skill sa config. sample lng pio
 
Good Morning, Paki gwa nman po config sa Sniper Thanks nalilito kc aq pno mgadd sa skill sa config. sample lng pio

Hi, what's the button name ?
 
F1 F2 any po will do, Bsta sniper config po.

======= ROSC.ini ========
10 // Skill delay
50 // Usable delay
!p // Pause =Alt + p
!Esc // Exit = Alt + Esc
F1 // Double Strife
F2,u // Royal Jelly
======================
Remember to "Run as Admin"
 
Last edited:
======= ROSC.ini ========
10 // Skill delay
50 // Usable delay
!p // Pause =Alt + p
!Esc // Exit = Alt + Esc
F1 // Double Strife
F2,u // Royal Jelly
======================
Remember to "Run as Admin"


Thank you po
 
Hi

Not working po, run as admin ko na still not working..

sa server na nilalaro ko, gumagana macro.. any advise?
 
Boss eh bout sa A.I bot using linux my alam ka? un daw bgo eh na pde gmitin sa gepard shield na ragnarok.. kng my idea ka boss paturo nman
 
Last edited:
pagawan naman po ako,

F1: ASURA
F2: FURY
F3: ZEN/DANGEROUS
F5: BERRY


TY IN ADVANCE PO!
 
ser, ask lng ser, kahit nka run as admin na sya not working pdn po, satingin ko po dahil sa geparh shield, pano ko po sya ma bbypass?? ty sa mggng answer po ser..
 
Paps panu po ito d ko magets. pwd pagawa na lang po ng config para sa minstrel tarot user at paladin. TY po aeRO gaming server po
 
pwde pagawa star gladiator

f3 //counterkick
f4//helldrop
f5//roundhouse
f6//tornadokick
 
Back
Top Bottom