Last active
December 30, 2018 01:53
-
-
Save allanon/0d545b47c782c59410b4aa23a8f75d34 to your computer and use it in GitHub Desktop.
autoRefine example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, allanon. Would mind sharing your refine plugin? The standart one doesn't upgrade with mastersmith skill.
Thanks!