InMemory Loot is a comprehensive Suicide Roll (SR) and loot management system for World of Warcraft Vanilla/Turtle WoW. Designed specifically for the InMemory Guild, it provides seamless integration between the guild website (inmemory.cloud) and in-game loot distribution.
- Import SR Data: Import raid SR selections directly from the guild website
- Priority System: Automatic SR point calculation with weekly bonuses (+5/week, max +20)
- Previous Week Carryover: Automatically reuse SR from previous raid if item wasn't won
- Visual Priority: Color-coded SR points (Red: High, Yellow: Medium, Blue: Low)
- Automatic Detection: Tracks all loot drops automatically during raids
- Multiple Attribution Methods:
- SR Only: Pure suicide roll priority
- Loot Council Only: Manual LC decisions
- SR + LC: SR priority with council validation (recommended)
- History Log: Complete loot history with timestamps and methods
- Modern Interface: Clean, colorful, and user-friendly design
- Tabbed Navigation: Import, Current SR, History, and Settings tabs
- Class Colors: Player names displayed with appropriate class colors
- Item Links: Full WoW item link support with tooltips
- Auto-Announce: Automatic raid warnings when loot is assigned
- Custom Messages: Configurable announcement formats
- Role-Based: Works for raid leaders and assistants
- Export to Site: Export loot results back to the guild website
- Lua Format: Easy copy-paste format for website import
- Bidirectional Sync: Complete workflow from site โ game โ site
- Download the latest release from Releases
- Extract the
InMemoryLootfolder - Copy it to your
World of Warcraft/Interface/AddOns/directory - Restart WoW or reload UI (
/reload)
cd "World of Warcraft/Interface/AddOns/"
git clone https://github.com/InMemoryGuild/InMemoryLoot.git- Visit inmemory.cloud โ Events
- Select your raid event (e.g., "Naxx Raid - Week 12")
- Click Export for WoW Addon
- Copy the Lua code
- In-game, type
/iml import - Paste the code into the import box
- Click Import Data
- The addon automatically tracks SR for all raid members
- View current SR list:
/iml sror open UI โ Current SR tab - When loot drops, assign it using the Assign button next to the player's name
- Type
/iml export - Copy the generated Lua code
- Go to the event page on the website
- Click Import Loot Results
- Paste the code and submit
| Command | Description |
|---|---|
/iml or /inmemory |
Toggle main window |
/iml import |
Open import tab |
/iml export |
Export loot results to clipboard |
/iml sr |
Show SR list in chat |
/iml cleanup |
Clean old event data (keeps last 5) |
/iml debug |
Toggle debug mode |
/iml help |
Show command list |
- Paste Lua data from website
- Clear and import buttons
- Status feedback
- Live SR list with points
- Class-colored player names
- Quick assign buttons
- Previous week indicators
- Complete loot history
- Filterable by date/player/item
- Export options
- Attribution method selection
- Auto-announce toggle
- Debug mode
- Minimap button
Settings are accessible via /iml โ Settings tab:
- Attribution Method: Choose SR Only, LC Only, or SR + LC
- Auto Announce: Automatically announce loot in raid chat
- Track All Loots: Record all loot drops (not just SR items)
- Minimap Button: Show/hide minimap button
- Debug Mode: Enable verbose logging
The addon supports the following point calculation:
- Base Points: Starting SR points for an item
- Weekly Bonus: +5 points per week waiting (max +20)
- Carryover: SR choices carry over if item not won
Example:
Week 1: Player wants "Dreadnaught Helmet" (5 base points) = 5 pts
Week 2: Item didn't drop, SR carries over = 10 pts (+5)
Week 3: Item didn't drop, SR carries over = 15 pts (+5)
Week 4: Item drops, player wins at 20 pts (+5)
- NAXX - Naxxramas
- KZ - Karazhan (TBC content on Turtle WoW)
- MC - Molten Core
- BWL - Blackwing Lair
- AQ40 - Temple of Ahn'Qiraj
- ZG - Zul'Gurub
Raid type is auto-detected from event name or can be manually specified.
The addon is designed to work seamlessly with the guild management system:
- Event Creation: Guild Master creates raid event on website
- SR Selection: Raiders select their 2 SR items (or reuse previous)
- Export: Website generates Lua export for the event
- Import: Raid Leader imports into addon before raid
- Raid: Addon tracks loot distribution during raid
- Results: Raid Leader exports results after raid
- Update: Website imports results, updates SR history
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Developed for InMemory Guild
- Guild Website: inmemory.cloud
- Server: Turtle WoW
- Inspired by: RollFor addon
- In-Game: Contact Natolie (Guild Master)
- Discord: Join InMemory Discord server
- Issues: GitHub Issues
Made with โค๏ธ by the InMemory Guild




