Mercurial > wow > ouroloot
comparison verbage.lua @ 7:9a37bd40eb5e
Some help docs on history
| author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
|---|---|
| date | Wed, 15 Jun 2011 23:35:07 +0000 |
| parents | 822b6ca3ef89 |
| children | 30ba1f35e164 |
comparison
equal
deleted
inserted
replaced
| 6:df3e27edbd60 | 7:9a37bd40eb5e |
|---|---|
| 67 { | 67 { |
| 68 value = "saved", | 68 value = "saved", |
| 69 text = "Saved Texts", | 69 text = "Saved Texts", |
| 70 }, | 70 }, |
| 71 }, | 71 }, |
| 72 }, | |
| 73 { | |
| 74 value = "history", | |
| 75 text = "History Tab", | |
| 72 }, | 76 }, |
| 73 { | 77 { |
| 74 value = "tips", | 78 value = "tips", |
| 75 text = "Handy Tips", | 79 text = "Handy Tips", |
| 76 children = { | 80 children = { |
| 343 about half a dozen saved sets. (And I don't care.) | 347 about half a dozen saved sets. (And I don't care.) |
| 344 | 348 |
| 345 Clicking a saved text name lets you +Load> or +Delete> that saved set. The primary | 349 Clicking a saved text name lets you +Load> or +Delete> that saved set. The primary |
| 346 <Loot> tab is not saved and restored by this process, only the generated texts. | 350 <Loot> tab is not saved and restored by this process, only the generated texts. |
| 347 This also means you cannot +Regenerate> the texts. | 351 This also means you cannot +Regenerate> the texts. |
| 352 ]] | |
| 353 | |
| 354 T.history = [[ | |
| 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 | |
| 357 has PlayerY gotten lately?" The history tab is, by design, not as configurable | |
| 358 as the main <Loot> tab; entries cannot be edited, individually deleted, and so forth. | |
| 359 | |
| 360 Loot history is the only "live" data tab which persists across a +Clear> command. | |
| 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. | |
| 363 | |
| 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. | |
| 366 You can click the column headers to rearrange the rows, but doing so repeatedly can | |
| 367 lead to odd display issues. | |
| 368 | |
| 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 | |
| 371 recent single item for all players. | |
| 372 | |
| 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 | |
| 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 | |
| 377 the lower right corner. | |
| 378 | |
| 379 The +Regenerate> button permanently erases the history of the displayed realm, and | |
| 380 creates fresh entries using whatever loot information is currently on the <Loot> tab. | |
| 381 Be aware that the <Loot> tab does not track realms, so if you have gathered data | |
| 382 for players on realm A, but are displaying realm B when you click the Regenerate button, | |
| 383 then your history for realm B will be... very odd. | |
| 384 | |
| 385 +Clear Realm History> and +Clear ALL History> are used to periodically wipe the | |
| 386 slate clean. They do not generate any new entries from existing loot. | |
| 387 | |
| 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 | |
| 390 as much data as the other actions. | |
| 391 | |
| 392 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 | |
| 394 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 | |
| 396 the History tab is shown. Starting in WoW 4.0, the local game cache is not preserved | |
| 397 across play sessions, so the +UNKNOWN> entries will pop up from time to time. | |
| 348 ]] | 398 ]] |
| 349 | 399 |
| 350 T.tips = [[ | 400 T.tips = [[ |
| 351 Shift-clicking an item in the <Loot> display will paste it into an open chat editbox. | 401 Shift-clicking an item in the <Loot> display will paste it into an open chat editbox. |
| 352 | 402 |
