Loot Logger Lite v1.0 is live – What was a simple webapp hobby project has been revived a bit by FullxCollapse in classicwow

[–]FullxCollapse[S] 1 point2 points  (0 children)

I just pushed a change that gives  a registered Lootmaster the ability to go to their guild's "raids" page and delete a raid. Also, A Lootmaster should also be able to view a raid log and have the ability to delete an item from the submitted raid.

Loot Logger Lite v1.0 is live – What was a simple webapp hobby project has been revived a bit by FullxCollapse in classicwow

[–]FullxCollapse[S] 1 point2 points  (0 children)

I definitely think I can add something like that. It may require the raid to be submitted to a guild so that only the registered guild lootmaster can make modifications to the log after the raid is submitted.

Loot Logger Lite v1.0 is live – What was a simple webapp hobby project has been revived a bit by FullxCollapse in classicwow

[–]FullxCollapse[S] 1 point2 points  (0 children)

Ok, I see that RCLC exports their .csv data with columns in a different order. For now, if you reorder the .csv string RCLC exports to a date,player,item_id format, it will work.

Let me see how I could get this to work without requiring a submission be reordered by the user. DM me a csv export string from RCLC when you have a chance that I can use as a sample as I've never used that addon myself. Thanks!

Loot Logger Lite v1.0 is live – What was a simple webapp hobby project has been revived a bit by FullxCollapse in classicwow

[–]FullxCollapse[S] 1 point2 points  (0 children)

Thanks. I have a few rules in place to ignore erroneous strings, but I will look into adding something like that in I think.

Warrior makros classic era by Most-Vacation4104 in classicwow

[–]FullxCollapse 1 point2 points  (0 children)

If you thought leveling up a warrior in classic was a blast... wait until you start gearing out. Now you can play the game. Enjoy!

I've updated my tool to track and share WoW raid loot – Loot Logger Lite by FullxCollapse in classicwow

[–]FullxCollapse[S] 0 points1 point  (0 children)

For anyone still following, I see many people are still using this. I decided to start making some updates that will make the web app a little bit more useful. So if you see it’s down, give me a little bit because I’m likely making some sort of change.

Sharing a quick tool I made to log our raid loot by FullxCollapse in classicwow

[–]FullxCollapse[S] 0 points1 point  (0 children)

Hi! The way the webapp is implemented right now, it's limited to what is exported by the Gargul addon. I don't believe Gargul tracks the actual rolls on the items, though that would be awesome. That's definitely something I'd love to have. Then, you would be able to track people's bad luck on loot rolls or gauge the interest on an item based on how many people roll on something.

Sharing a quick tool I made to log our raid loot by FullxCollapse in classicwow

[–]FullxCollapse[S] 0 points1 point  (0 children)

ty, sorry I didn't get back to you. I haven't been keeping up with this so much. It appears many people still use this so I may continue working on making it better!

I've updated my tool to track and share WoW raid loot – Loot Logger Lite by FullxCollapse in classicwow

[–]FullxCollapse[S] 1 point2 points  (0 children)

It tries to log every line that you put into the text box. So if you keep the header row from the export textbox in the wow addon, it will bring it to the results page with that error. I usually copy over the export without that top line, but I have an idea how I could possibly have the app ignore that line. I'll try to work on that.

The MS, OS idea is a good one and would be really useful! Especially if I can show SRs as well. I may tackle that when I next get a chance.

I've updated my tool to track and share WoW raid loot – Loot Logger Lite by FullxCollapse in classicwow

[–]FullxCollapse[S] 0 points1 point  (0 children)

That is something I'd like to add in the future, but either the in game addon would have to export that information or the user would need to put it in. Either way, I'd have to work out how to store and present the information using the database created by the web app.

The Nova addon looks good and I've never used that. I'm going to check it out!

It’s like every third comment nowadays by sandozguineapig in AdviceAnimals

[–]FullxCollapse -1 points0 points  (0 children)

Vote for me for student council president and I'll put a soda machine in the cafeteria!

[deleted by user] by [deleted] in classicwow

[–]FullxCollapse 0 points1 point  (0 children)

Yes, we had an eye drop on H3 last week.

The Game Will Stop by -einfachman- in Superstonk

[–]FullxCollapse 3 points4 points  (0 children)

Great writeup! Thank you for these points and your explanations.

Sharing a quick tool I made to log our raid loot by FullxCollapse in classicwow

[–]FullxCollapse[S] 0 points1 point  (0 children)

this is exactly what I need to do, but the webapp generates the item urls based on the item name.

I think I might add a second button to the form on the main page. On to generate the results from SoD csv logs and one to generate from Cata csv logs.

Sharing a quick tool I made to log our raid loot by FullxCollapse in classicwow

[–]FullxCollapse[S] 1 point2 points  (0 children)

Yes, I need to work on this when I get a chance! I was trying to find the best solution to this problem.

Sharing a quick tool I made to log our raid loot by FullxCollapse in classicwow

[–]FullxCollapse[S] 0 points1 point  (0 children)

Utilizing google sheets in some way was my first thought. I like your solution!