Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate

HELP : kindly edit my script, "Asura Strike" Ragna


  • Please log in to reply
3 replies to this topic
Guest of Dishonor
  • Guests
  • Last active:
  • Joined: --
F3 - Summon Sphere
F2 - Critical Explosion
F3 - Summon Sphere
F1 - Asura Strike (i want my F1 to be pressed like im pressing F1 in the keyboard. (holding down)
F4 - Ygg Berries

1::
Send, {F2}{F3}
sleep 300
send {F1}
return

2::
send, {F4}
sleep 100
send, {F3}
sleep 100
send, {F1}
return


my script is kinda ok for my Ragnarok Client, but "i want to send some condition at 2nd preparation "Summon Sphere or F3". can anyone help me to edit this script?

anyway, in Ragnarok to cast this particular skill.. u need to, press 3 prep. skill and then the the Strike... between those skills there are delays that sometimes cancel or break the script/command .. for example, pressing F3 is going to "summon sphere" and then pressing F2 or the Critical Explosion, inbetween those 2 skills there is a delay.. can AUTOHOTKEY ignore or cancel that delay?

also, i would like to ask "how to hold a key" ... like its being held down or pressed in the keyboard.... then clicking my Leftmouse button will activate the skill in (F1).


thanks and more power.

None
  • Members
  • 3199 posts
  • Last active: Nov 05 2015 09:55 PM
  • Joined: 28 Nov 2009

To hold down or release a key: Enclose in braces the name of the key followed by the word Down or Up. For example:
Send {b down}{b up}

Also Sleep is the easiest way to have a short delay

Sleep, DelayInMilliseconds


can AUTOHOTKEY ignore or cancel that delay

Probably not it is part of the game and would be difficult to bypass

Guest of Dishonor
  • Guests
  • Last active:
  • Joined: --
thanks a lot. :D

ipuzza
  • Members
  • 1 posts
  • Last active: Jan 19 2010 05:34 AM
  • Joined: 19 Jan 2010
Summon Sphere+Critical Explosion =F1
Asura Strike+yggberry =F2
can???
some help me pls

thz all!~