Skip to content

Instantly share code, notes, and snippets.

@allanon
Last active December 30, 2018 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allanon/0d545b47c782c59410b4aa23a8f75d34 to your computer and use it in GitHub Desktop.
Save allanon/0d545b47c782c59410b4aa23a8f75d34 to your computer and use it in GitHub Desktop.
autoRefine example
# Using an NPC to refine armor.
autoRefine Round Buckler [1], Stone Buckler [1], Ribbon [1], Cap [1], Silk Robe [1] {
label refine_safe_a
disabled 1
refineStone Elunium
npc 63 60 prt_in
npcSequence r0 r0
zeny 2000
minRefine 0
maxRefine 4
}
# Using the Refine Weapon skill to refine forged weapons.
autoRefine VVVS Damascus,VVS Damascus [Earth],VVS Damascus [Fire],VVS Damascus [Ice],VVS Damascus [Wind] {
label refine_forged_damascus
disabled 1
depthFirst 1
refineStone Oridecon
useSkill Upgrade Weapon
minRefine 0
maxRefine 5
keep 0
}
@nizdi
Copy link

nizdi commented Dec 30, 2018

Hi, allanon. Would mind sharing your refine plugin? The standart one doesn't upgrade with mastersmith skill.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment