Jump to content

[Build Guide] Salvacion's Newbie AFK MACRO GR FARMING (High Wizard)


Salvacion
 Share

Recommended Posts

This build does not need potions (Unlimited SP due to Footgear card) nor fly wings (Teleport Skill due to Accessory card).

No description available.

HEADGEAR=====
[Top Headgear] Angelic Valkyrie Helm [1] (Pharaoh Card)
Pharaoh Card can be farmed at: @warp pvp_n_5-5 or (6-5, 7-5, 8-5)
[Middle Headgear] Any [1] (Kiel Card)
Kiel D-01 Card can be farmed at: @warp kh_dun02
[Lower Headgear] Orbs of Survival

EQUIPMENT=====
[Armour] Angelic Valkyrie Armor [1] (Any card)
[Weapon] Kiel's Staff [4] (Doppelganger Card, Any, Any, Any)
Doppelganger Card can be farmed at: @warp pvp_n_4-4 or (5-4, 6-4, 7-4, 8-4)
[Shield] Angelic Valkyrie Shield [1] (Any card)
[Manteau] Angelic Valkyrie Manteau [1] (Any card)
[Footgear] Angelic Valkyrie Shoes [1] (General Egnigem Cenia Card)
General Egnigem Cenia Card can be farmed at: @warp lhz_dun02
[Accessory] Charm of Magic [1] (Creamy Card)
Creamy Card can be farmed at: @warp gef_fild13

STATS=====
[Str] 213 (Weight Limit)
[Agi] 1
[Vit]
[Int] 255 (Magic Damage)
[Dex] 150 (Instant Cast)
[Luk] 1

USEFUL @COMMANDS=====
!ping (Checks your ping, the lower it is, the less lag you have)
@packetfilter attack (Hides damages resulting to less lag)

WITHOUT @PACKETFILTER ATTACK

WITH @PACKETFILTER ATTACK

Spoiler

@packetfilter drops (Hides dropped items on the ground resulting to less lag)
@packetfilter useitems (Hides the effect when someone uses a consumable item)
@battlestats (To see what's your current reduce skill delay rate is and other stats)

AUTOHOTKEY=====
Step 1: Download & Install AutoHotKey.

Step 2: Open Notepad or Notepad++

Copy and paste this code & save it as "AFK Aruna Gold Room 1.ahk"

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

; If the script is not elevated, relaunch as administrator and kill current instance:

full_command_line := DllCall("GetCommandLine", "str")

if not (A_IsAdmin or RegExMatch(full_command_line, " /restart(?!\S)"))
{
    try ; leads to having the script re-launching itself as administrator
    {
        if A_IsCompiled
            Run *RunAs "%A_ScriptFullPath%" /restart
        else
            Run *RunAs "%A_AhkPath%" /restart "%A_ScriptFullPath%"
    }
    ExitApp
}

#MaxThreadsperHotkey, 2

`::Pause			;--------------------- PAUSE HOTKEY --------------------

~NumpadMult::			;----------- FOR TOGGLE KEY ------------------

Previouskey:= !PreviousKey

loop
{

if PreviousKey
{
sleep, 20
send, {F2}
sleep, 40
send, {Click, down}
sleep, 20
send, {Click, up}
Sleep, 20
send, {F5}
sleep, 200
}
else

break

}
return

!5::Edit
!4::Reload

Step 3: Run AFK Aruna Gold Room 1.ahk

-- This will automatically prompt to Run as Administrator, simply click yes.
-- The current script is catered to my specs/ping with EU Proxy server (the lower the number, the faster the spamming).
-- Tune it up yourself according to your specs/connection with the server.
image.png.f6b8a30a5a5c7205ee9931270cc2e65f.png

Step 4: Set up your shortcut keys

-- F2 is Lord of Vermillion, and F5 is Teleport.
No description available. No description available.

Step 5: Speak with Gold Room NPC & Choose Gold Room #1 

-- He's located at @warp veil 142 104
No description available.

Step 6: Place your mouse in-between your feet.

-- This way, wherever you spawn after teleporting, you'll be casting your skill.
-- Not moving will also activate the passive effect of our footgear card every 60 seconds.
No description available.

Step 7: Press the [-] or [*] key on your Numpad.

-- It's basically a toggle [ON and OFF] button, and the rest is history. You'll be farming nonstop without hold press/pressing anything else.
209623977_ONandOFFkeyboard.thumb.jpg.5762b60a9d16a744f0b492e57966c407.jpg

-- Enjoy your afk gold room farming.

Credits to Phoenlx#5245 on Discord for the script.

 

Edited by Salvacion
  • Like 1
  • Thanks 1
Link to comment
Share on other sites

  • Salvacion changed the title to [Build Guide] Salvacion's Newbie AFK MACRO GR FARMING (High Wizard)
  • 2 weeks later...

For Slower PC's, try this AHK Code.

 

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

; If the script is not elevated, relaunch as administrator and kill current instance:

full_command_line := DllCall("GetCommandLine", "str")

if not (A_IsAdmin or RegExMatch(full_command_line, " /restart(?!\S)"))
{
    try ; leads to having the script re-launching itself as administrator
    {
        if A_IsCompiled
            Run *RunAs "%A_ScriptFullPath%" /restart
        else
            Run *RunAs "%A_AhkPath%" /restart "%A_ScriptFullPath%"
    }
    ExitApp
}

#MaxThreadsperHotkey, 2

`::Pause			;--------------------- PAUSE HOTKEY --------------------

~NumpadMult::			;----------- FOR TOGGLE KEY ------------------

Previouskey:= !PreviousKey

loop
{

if PreviousKey
{
sleep, 50
send, {F2}
sleep, 80
send, {Click, down}
sleep, 50
send, {Click, up}
Sleep, 50
send, {F5}
sleep, 400
}
else

break

}
return

!5::Edit
!4::Reload

 

Link to comment
Share on other sites

Did some minor tweaks:

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

; If the script is not elevated, relaunch as administrator and kill current instance:

full_command_line := DllCall("GetCommandLine", "str")

if not (A_IsAdmin or RegExMatch(full_command_line, " /restart(?!\S)"))
{
    try ; leads to having the script re-launching itself as administrator
    {
        if A_IsCompiled
            Run *RunAs "%A_ScriptFullPath%" /restart
        else
            Run *RunAs "%A_AhkPath%" /restart "%A_ScriptFullPath%"
    }
    ExitApp
}

#MaxThreadsperHotkey, 2
CoordMode, Mouse, Screen
global lov:= 0,
global berry:= 0,
`::Pause			;--------------------- PAUSE HOTKEY --------------------

~NumpadMult::			;----------- FOR TOGGLE KEY ------------------

Previouskey:= !PreviousKey

loop
{

if PreviousKey
{
;insert auto berry here:

sleep, 10
send, {F2}
sleep, 10
send, {Click 459 528, down} 	; use window spy to get mouse coord
sleep, 10
send, {Click, up}
Sleep, 10 			; adjust 10-40
send, {F5}
sleep, 130 			; adjust 100-240
}
else

break

}
return

!5::Edit
!4::Reload

Works best if you have -100% after cast delay. Thus I added auto berry code if you swap upper Pharaoh C. for Aegir Helm.

 

 

Auto Berry + box Code here:

lov:= lov + 1
if (lov = 70)			; lov = 40-100 depends on build
{
sleep, 100
send, {F1}
lov:= 0,
berry:= berry + 1
if (berry = 100)
{
sleep, 100
send, {F4}
berry:= 0
}
}

When using auto berry code. Bring no less than a 100 berry on hand and any amount of Berry box. ( Don't overweight )

Hotkeys:

  • F1 = Ygg Berry // Hidden Dun 03
  • F4 = Ygg Berry Box

Build:

  • Aegir Helm -40% cast delay // @request Gpack please
  • Any Mid[1] - Kiel -40% cd // 80-100 AC or beg ( i got mine from begging XD )
  • Kiel Staff - 50% cd+ Dopel // Freebie
  • Like 1
  • Thanks 1
Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...