Runewords #166
Answered
by
isid0re
spitfire2112
asked this question in
Q&A
Runewords
#166
-
I'd like to have the bot make and keep the runeword enigma. I think I've written this correctly but I wanted someone to verify for me. Will adding the following two lines make this work correctly? Config.Runewords.push([Runeword.Enigma, "Wyrmhide", Roll.NonEth]); Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
isid0re
Mar 13, 2021
Replies: 1 comment 2 replies
-
What class are you using? Most of the classes already make and equip enigma. And if you need a working example you can take it from one of the class.sololeveling.js config files. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
spitfire2112
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What class are you using? Most of the classes already make and equip enigma. And if you need a working example you can take it from one of the class.sololeveling.js config files.