We’re trying to add another class full of characters in our guild to an existing list, but it’s not working. Is there any way to add a class out of the Main list?
It’s saying that this list already exists. We previously created the list using warriors. We eventually want to create three lists that have the T5 classes in each list.
08/09 Fresh update. Split out some of the helper classes into separate files, improved some of the /w functions.
Next up.. undo functions.
I’ve moved the current build onto files.frogpit.com; the version number in the title on this post should not be trusted.
v0.18:
Initial GUI added:
– /swag pulls it up.
– View lists as ‘full’ or ‘active only’
– Move list members about
– Assign/Bid on selected loot links
Its looking great!
I love the rolling system.
Where to start. Tons of updates. Current source code moved to ’swag.frogpit.com’. First stab at a CGI to parse/distribute the saved variables.
We’re trying to add another class full of characters in our guild to an existing list, but it’s not working. Is there any way to add a class out of the Main list?
I’m using the command line text:
/swag Vanquished_Defender class_filter=Priest level_filter=70 add_method=random copy_from=Main
It’s saying that this list already exists. We previously created the list using warriors. We eventually want to create three lists that have the T5 classes in each list.
Any help will be appreciated!
Thanks,
Matt
Matt: sorry for the delay in reply, the comment-spam level is getting kind of crazy.
I’m afraid the only direct way to do this is to modify the values in the saved variables file directly.
Making sure you’re out of the game, open up your swag.lua saved variables file, and look for the definition of the booty list your looking to edit:
….
["t_booty_lists"] = {
["Fallen Hero"] = {
["class_filter"] = {
“Hunter”, — [1]
“Mage”, — [2]
“Warlock”, — [3]
},
….
…and enter the classes you desire in the array list.
(I’m closing comments on this topic, and re-opening them on on the new SWAG page)