iRO-Thor: Cardinal / Arch bishiop / High Priest Effortless Buff Chain using AutoHotKey (AHK)

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024
  • here is the numpad version script that is used in this video:
    #If WinActive("ahk_class Ragnarok")
    $a::
    While ( GetKeyState( "a","P" ) ) {
    ControlSend, ahk_parent, {a down}, ahk_class Ragnarok
    Sleep, 10
    ControlSend, ahk_parent, {a Up}, ahk_class Ragnarok
    Sleep, 10
    MouseClick, Left
    }
    Return
    $z::
    While ( GetKeyState( "z","P" ) ) {
    ControlSend, ahk_parent, {z down}, ahk_class Ragnarok
    Sleep, 10
    ControlSend, ahk_parent, {z Up}, ahk_class Ragnarok
    Sleep, 10
    MouseClick, Left, 650, 390
    }
    Return
    $Numpad1::
    While ( GetKeyState( "Numpad1","P" ) ) {
    ControlSend, ahk_parent, {s}, ahk_class Ragnarok
    Sleep, 400
    ControlSend, ahk_parent, {d}, ahk_class Ragnarok
    Sleep, 400
    ControlSend, ahk_parent, {f}, ahk_class Ragnarok
    Sleep, 400
    ControlSend, ahk_parent, {g}, ahk_class Ragnarok
    Sleep, 400
    ControlSend, ahk_parent, {h}, ahk_class Ragnarok
    Sleep, 1000
    ControlSend, ahk_parent, {j}, ahk_class Ragnarok
    Sleep, 1000
    ControlSend, ahk_parent, {k}, ahk_class Ragnarok
    Sleep, 500
    ControlSend, ahk_parent, {f1}, ahk_class Ragnarok
    Sleep, 600
    MouseClick, Left, 650, 390
    Sleep, 200
    ControlSend, ahk_parent, {f2}, ahk_class Ragnarok
    Sleep, 600
    MouseClick, Left, 650, 390
    Sleep, 200
    ControlSend, ahk_parent, {f3}, ahk_class Ragnarok
    Sleep, 600
    MouseClick, Left, 650, 390
    Sleep, 700
    ControlSend, ahk_parent, {f4}, ahk_class Ragnarok
    Sleep, 800
    MouseClick, Left, 650, 390
    Sleep, 600
    ControlSend, ahk_parent, {f5}, ahk_class Ragnarok
    Sleep, 400
    MouseClick, Left, 650, 390
    Sleep, 400
    ControlSend, ahk_parent, {w}, ahk_class Ragnarok
    Sleep, 200
    MouseClick, Left, 650, 390
    Sleep, 800
    ControlSend, ahk_parent, {c}, ahk_class Ragnarok
    Sleep, 400
    MouseClick, Left, 650, 390
    Sleep, 800
    ControlSend, ahk_parent, {q}, ahk_class Ragnarok
    Sleep, 100
    }
    Return
    Pause::Suspend
    Numpad2::Reload

ความคิดเห็น • 14

  • @danielsegura9127
    @danielsegura9127 27 วันที่ผ่านมา

    will this work if my Ragnarok client is named differently? or should i modify the Ragnarok ahk class?

    • @timefirst1
      @timefirst1  24 วันที่ผ่านมา

      sorry for the late reply. you will need to modify the ahk class in order for it to work on your target window.

  • @joelvijesus
    @joelvijesus 2 หลายเดือนก่อน

    nice ! great

    • @timefirst1
      @timefirst1  2 หลายเดือนก่อน

      Thanks!

  • @JB_FL
    @JB_FL 3 หลายเดือนก่อน +1

    When running the AHK script, it will be disconnected from the game. Can this be fixed?

    • @timefirst1
      @timefirst1  3 หลายเดือนก่อน

      havent experienced this error yet. are you playing iRO?

  • @rahzuanrahim6910
    @rahzuanrahim6910 2 หลายเดือนก่อน

    Is this script usable for genetic cart cannon for auto target monster?

    • @timefirst1
      @timefirst1  2 หลายเดือนก่อน

      haven't really explored auto targeting using ahk yet. but if you want cart cannon script, why not just stick with the spam scripts :)

  • @Akro__
    @Akro__ 2 หลายเดือนก่อน

    Hi! Can you please share the link website of this server? I want to play here! :)

    • @timefirst1
      @timefirst1  2 หลายเดือนก่อน

      renewal.playragnarok.com/downloads/clientdownload.aspx
      ^ you can download the game in that link

  • @dominicsanpedro
    @dominicsanpedro 3 หลายเดือนก่อน

    Hi can you make script for champion. Asura-dangeroul soul-explosion-dangerous-sp pots

    • @timefirst1
      @timefirst1  3 หลายเดือนก่อน

      Hello. Sorry i cant make that because there is a debuff after using asura where you cannot recover sp for 10 secs

    • @dominicsanpedro
      @dominicsanpedro 3 หลายเดือนก่อน

      @@timefirst1 can you make a script? Im playing other server it works to others

    • @Typex96
      @Typex96 3 หลายเดือนก่อน

      You could make your own, just try to understand how to write ahk scripts, not that hard tbh. ChatGPT/Gemini could give you a base for it.