Tired of spamming rc using /q2 - Thief Class - WarpPortal Community Forums

Jump to content


Photo
- - - - -

Tired of spamming rc using /q2


  • Please log in to reply
68 replies to this topic

#1 WhyUs

WhyUs

    Awarded #1 Troll

  • Members
  • 749 posts
  • Playing:Nothing

Posted 19 April 2017 - 07:08 AM

How do you guys spam rc with /q2. When fight celine kimi,my finger cant take it anymore.continue the rest by pressing the keyboard.is there any tips for spamming rc without your fingers getting tired?
  • 0

#2 Ashuckel

Ashuckel

    '-' intensifies

  • Members
  • 18996 posts
  • LocationJohto, Hoenn, Unova, Kalos, Alola
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 19 April 2017 - 07:41 AM

i use F3
  • 0

#3 RomeroMelo

RomeroMelo

    Awarded #1 Troll

  • Members
  • 654 posts
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 19 April 2017 - 07:44 AM

Macro keyboard is an option, just save like 50 rc's in one macro... Be awere that it might kill you when she use reflect


  • 0

#4 Latsabb

Latsabb

    Awarded #1 Troll

  • Members
  • 558 posts
  • LocationAustin, Texas
  • Playing:Nothing

Posted 19 April 2017 - 09:30 PM

I made a hotkey with autohotkey:

$F7::

    While ( GetKeyState( "F7","P" ) ) {

        Send, {F7 down}

        Sleep, 10

        Send, {F7 Up}

        Sleep, 50
    }

Return

 

Now I just hold F7, and it goes. Let go, and it stops.


  • 0

#5 WhyUs

WhyUs

    Awarded #1 Troll

  • Members
  • 749 posts
  • Playing:Nothing

Posted 19 April 2017 - 10:06 PM

I made a hotkey with autohotkey:

$F7::

While ( GetKeyState( "F7","P" ) ) {

Send, {F7 down}

Sleep, 10

Send, {F7 Up}

Sleep, 50
}

Return

Now I just hold F7, and it goes. Let go, and it stops.



What is this?macro?where to download?
  • 0

#6 Latsabb

Latsabb

    Awarded #1 Troll

  • Members
  • 558 posts
  • LocationAustin, Texas
  • Playing:Nothing

Posted 19 April 2017 - 10:07 PM

There is a program, Auto Hotkey. Download it, make a script, use that code, and run the script as admin.


  • 0

#7 nheil02

nheil02

    Amateur Blogger

  • Members
  • 238 posts

Posted 19 April 2017 - 10:15 PM

kRO implement auto Rolling Cutter by just holding the hotkey skill.

 

hope it will implement soon...


  • 0

#8 Rapralph

Rapralph

    Amateur Blogger

  • Members
  • 359 posts
  • LocationGotham City
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 19 April 2017 - 10:59 PM

i use F3

 

+1 hahahaha


  • 0

#9 lowsilencebe

lowsilencebe

    Amateur Blogger

  • Members
  • 220 posts
  • Locationcolorado
  • Playing:Ragnarok Online
  • Server:chaos

Posted 20 April 2017 - 06:14 AM

I made a hotkey with autohotkey:

$F7::

    While ( GetKeyState( "F7","P" ) ) {

        Send, {F7 down}

        Sleep, 10

        Send, {F7 Up}

        Sleep, 50
    }

Return

 

Now I just hold F7, and it goes. Let go, and it stops.

 

i can't get this to work with autohotkey running in administrator

 

i assume p is what u hotkeyed rolling cutter too?

 

idk


  • 0

#10 RomeroMelo

RomeroMelo

    Awarded #1 Troll

  • Members
  • 654 posts
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 20 April 2017 - 06:20 AM

Is autohotkey allowed in iRO?


  • 0

#11 NGNLsora

NGNLsora

    Amateur Blogger

  • Members
  • 428 posts

Posted 20 April 2017 - 06:35 AM

i use F3

 

is this fate? O lord ash


  • 0

#12 Ashuckel

Ashuckel

    '-' intensifies

  • Members
  • 18996 posts
  • LocationJohto, Hoenn, Unova, Kalos, Alola
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 20 April 2017 - 06:56 AM

F1 = Main single target skill
F2 = Slim/Aloe/pumpkin etc
F3 = Main AoE skill
F4 = secondary skill / support skill
F5 and onwards = buffs

1~5 gear switch

6 and onwards, consumables/buffs

Q~> Movement and supportive skills, last slots for swaps/consumables

 

A = Fwing
S = Green Pot
D= Ygg/Greed
rest = fill as needed

That's more or less how every char of mine has it's hotkeys assigned. Ofc some will differ a lot depending on the class kit.


  • 1

#13 Joatmon

Joatmon

    Too Legit To Quit

  • Members
  • 1303 posts
  • Playing:Ragnarok Online

Posted 20 April 2017 - 07:08 AM

I have a customized gaming mouse so I just gotta hold a button and I never actually have to touch my keyboard
  • 0

#14 lorenz1375

lorenz1375

    Too Legit To Quit

  • Members
  • 3554 posts
  • Playing:Nothing
  • Server:Fate/Grand Order NA

Posted 20 April 2017 - 07:21 AM

You can always use your foot, tongue, ear and anything else other than your finger

My goal is to develop 6 pack on my index finger so i dont mind scrolling down
  • 1

#15 WhyUs

WhyUs

    Awarded #1 Troll

  • Members
  • 749 posts
  • Playing:Nothing

Posted 20 April 2017 - 08:22 AM

I made a hotkey with autohotkey:

$F7::

While ( GetKeyState( "F7","P" ) ) {

Send, {F7 down}

Sleep, 10

Send, {F7 Up}

Sleep, 50
}

Return

Now I just hold F7, and it goes. Let go, and it stops.



It works.now i can just hold the f7 keys while masturbating watching how celine kimi die.
  • 2

#16 lowsilencebe

lowsilencebe

    Amateur Blogger

  • Members
  • 220 posts
  • Locationcolorado
  • Playing:Ragnarok Online
  • Server:chaos

Posted 20 April 2017 - 08:55 AM

how did u get it to work exactly if u don't mind explaining it to me.

here's what I do
I start script then ro both in administration with script first

then I try to rolling cutter and hold f7 no dice

I want this bad
  • 0

#17 mildcontempt

mildcontempt

    Too Legit To Quit

  • Members
  • 3483 posts
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 20 April 2017 - 09:20 AM

i have rigged a bike pedal to work for my rolling cutter key


  • 0

#18 Latsabb

Latsabb

    Awarded #1 Troll

  • Members
  • 558 posts
  • LocationAustin, Texas
  • Playing:Nothing

Posted 20 April 2017 - 09:29 AM

P is checking for pushed state. You need RC on F7, and it will spam F7. You can change all instances of F7 out with whatever button you want.


  • 0

#19 lowsilencebe

lowsilencebe

    Amateur Blogger

  • Members
  • 220 posts
  • Locationcolorado
  • Playing:Ragnarok Online
  • Server:chaos

Posted 20 April 2017 - 10:09 AM

thx
  • 0

#20 Nirvanna21

Nirvanna21

    They pay me to post.

  • Members
  • 9553 posts
  • LocationNew Zealand
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 20 April 2017 - 01:12 PM

AHK is fine for Rolling Cutter.

 

kRO implemented a patch that means you can just hold down the button for it, it's not our fault that we are missing these updates and I am sure WP doesn't want people getting RSI from spamming a button.

 

As for AHK, those scripts are crap, use this one I made.

 

Spoiler

 

Simply change F6 to whatever key you are binding to, this lets you use it exactly as kRO does.


  • 0

#21 Latsabb

Latsabb

    Awarded #1 Troll

  • Members
  • 558 posts
  • LocationAustin, Texas
  • Playing:Nothing

Posted 20 April 2017 - 01:35 PM

I tried with just a send, and it wouldnt do anything. It needed some sort of delay in the press to release to properly register it. I tried several different skills, all with the same result.


  • 0

#22 Nirvanna21

Nirvanna21

    They pay me to post.

  • Members
  • 9553 posts
  • LocationNew Zealand
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 20 April 2017 - 01:38 PM

I tried with just a send, and it wouldnt do anything. It needed some sort of delay in the press to release to properly register it. I tried several different skills, all with the same result.

 

Just run as administrator and hold the button down. It works.


  • 0

#23 Latsabb

Latsabb

    Awarded #1 Troll

  • Members
  • 558 posts
  • LocationAustin, Texas
  • Playing:Nothing

Posted 20 April 2017 - 01:42 PM

I always run as admin, and at least on my machine, it doesnt work. ;)


  • 0

#24 Nirvanna21

Nirvanna21

    They pay me to post.

  • Members
  • 9553 posts
  • LocationNew Zealand
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 20 April 2017 - 01:45 PM

I always run as admin, and at least on my machine, it doesnt work. ;)

 

Link your version of the script here, it will be something simple.


  • 0

#25 Latsabb

Latsabb

    Awarded #1 Troll

  • Members
  • 558 posts
  • LocationAustin, Texas
  • Playing:Nothing

Posted 20 April 2017 - 01:48 PM

My (old) version is literally exactly the same as what you had, but with F7 and 50ms sleep. Send works for my equipment swaps. It doesnt work for skills or pots.

 

Edit: When I say send, I mean direct send. (no press delay from down and up)


Edited by Latsabb, 20 April 2017 - 01:51 PM.

  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users