Hello,
New member here. I wanted to sign up and get started with red guides. I'm hoping for an update to lvl 2 to checkout the Lua raid plugin!
I am unable to post this in the Lua forumn, so I do have it here.
This script will DROP all of a character's gear, and then automatically #summonitem all 21 pieces of equipment and equip (assuming you have the autoinventory MQ2 plugin).
It parses a .json file as an input that is populated with your own DB.
The .json file is created by running a python script on a copy/paste from eqitems.com - it does require a mysqldb pip package without ssl, and you do have to populate the variables with your database un/pw/ip.
There's some comments that explain this, and some example files.
Thank you!
New member here. I wanted to sign up and get started with red guides. I'm hoping for an update to lvl 2 to checkout the Lua raid plugin!
I am unable to post this in the Lua forumn, so I do have it here.
This script will DROP all of a character's gear, and then automatically #summonitem all 21 pieces of equipment and equip (assuming you have the autoinventory MQ2 plugin).
It parses a .json file as an input that is populated with your own DB.
The .json file is created by running a python script on a copy/paste from eqitems.com - it does require a mysqldb pip package without ssl, and you do have to populate the variables with your database un/pw/ip.
There's some comments that explain this, and some example files.
Thank you!