Mercurial > wow > ouroloot
comparison verbage.lua @ 25:cb9635999171
- Reassigning loot, and marking loot as disenchanted/vault, will update the
history entries also.
- Tooltip help on dropdown menus appears at mouse now, instead of depending
on Blizzard's "Beginner Tooltips" setting.
- Forum BBcode output includes an option for MMO-Champion/Wowstead formatting.
- Smarter cleanup functions for expiring caches.
- Properly prefer locally-generated loot events, even when other users can
see and rebroadcast the events back to you faster than you see them.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Wed, 05 Oct 2011 02:14:07 +0000 |
parents | d89aeb6b9f9e |
children | 7d2742727869 |
comparison
equal
deleted
inserted
replaced
24:61d932f0e8f2 | 25:cb9635999171 |
---|---|
353 | 353 |
354 T.history = [[ | 354 T.history = [[ |
355 The <History> tab maintains a list of all loot. It is intended to help answer | 355 The <History> tab maintains a list of all loot. It is intended to help answer |
356 questions such as "When was the last time PlayerX won something?" and "How much stuff | 356 questions such as "When was the last time PlayerX won something?" and "How much stuff |
357 has PlayerY gotten lately?" The history tab is, by design, not as configurable | 357 has PlayerY gotten lately?" The history tab is, by design, not as configurable |
358 as the main <Loot> tab; entries cannot be edited and so forth. | 358 as the main <Loot> tab; entries cannot be manually edited and so forth. |
359 | 359 |
360 Loot history is the only "live" data tab which persists across the +Clear Loot> command. | 360 This loot history is the only "live" data tab which persists across the +Clear Loot> command. |
361 For this reason, very little information is stored: only the recipient, the item, | 361 For this reason, very little information is stored: only the recipient, the item, |
362 and a textual timestamp. Boss names, offspecs, and other notes are not preserved. | 362 and a textual timestamp. Boss names, offspecs, and other notes are not preserved. |
363 | 363 |
364 The default history window shows the most recent item received by each person. It | 364 The default history window shows the most recent item received by each person. It |
365 is sorted with the most recent loot at the top, towards older loot at the bottom. | 365 is sorted with the most recent loot at the top, towards older loot at the bottom. |
366 You can click the column headers to rearrange the rows, but doing so repeatedly can | 366 You can click the column headers to rearrange the rows, but doing so repeatedly can |
367 lead to odd display issues. | 367 lead to odd display issues. |
368 | 368 |
369 Left-clicking a row will change the window to display all recorded loot for that | 369 Left-clicking a row will change the window to display all recorded loot for that |
370 player. On that display, right-clicking any row will return to showing the most | 370 player. While on that display, right-clicking any row will return to showing the |
371 recent single item for all players. | 371 most recent single item for all players. |
372 | 372 |
373 Histories are maintained per-realm. This refers to the realm you are on when the | 373 Histories are maintained per-realm. This refers to the realm you are on when the |
374 loot drops, not the realm of the player receiving it (in the case of cross-realm | 374 loot drops, not the realm of the player receiving it (in the case of cross-realm |
375 groups). If you play multiple characters on the same realm, history will accumulate | 375 groups). If you play multiple characters on the same realm, history will accumulate |
376 across all your raids. To change the displayed realm, use the dropdown menu in | 376 across all your raids. To change the displayed realm, use the dropdown menu in |
386 slate clean. They do not generate any new entries from existing loot. | 386 slate clean. They do not generate any new entries from existing loot. |
387 | 387 |
388 +Clear Older> deletes history information for all items not shown in the "most recent | 388 +Clear Older> deletes history information for all items not shown in the "most recent |
389 loot" display. It is another good periodic maintenance step, but does not discard | 389 loot" display. It is another good periodic maintenance step, but does not discard |
390 as much data as the other actions. | 390 as much data as the other actions. |
391 | |
392 Using +Reassign to...> will also move the item between player histories. The timestamp | |
393 will not be changed; it will "always have been" received by the new recipient. | |
394 | |
395 Using +Mark as disenchanted> or +Mark as guild vault> will remove the item from | |
396 history altogether. Remarking such an item as +normal> or +offspec> will replace | |
397 the item back into the player's history. | |
391 | 398 |
392 Note: the first time you display the histories during a game session, you will | 399 Note: the first time you display the histories during a game session, you will |
393 likely see several items listed as +UNKNOWN>. This is not a bug; these items are | 400 likely see several items listed as +UNKNOWN>. This is not a bug; these items are |
394 simply not in your local game cache. WoW will automatically retrieve the missing | 401 simply not in your local game cache. WoW will automatically retrieve the missing |
395 data after several seconds, but the display will not update until the next time | 402 data after several seconds, but the display will not update until the next time |