sclee Posted May 13, 2019 Report Posted May 13, 2019 (edited) What should I change and edit in a script that a level up bot would accept foil sets?Thanks for responded and help. Edited May 13, 2019 by sclee Quote
PonyExpress Posted May 13, 2019 Report Posted May 13, 2019 It depends on which bot you use. Most likely you need to find:.filter((ITEM) => ITEM.getTag("cardborder").internal_name == "cardborder_0");"cardborder_0" (base cards) and try "cardborder_1" (foil).But you also need to check out many other parts of the code, including getting user profile badges. Quote
sclee Posted May 13, 2019 Author Report Posted May 13, 2019 (edited) . Edited May 15, 2019 by sclee Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.