List Tables from multiple lines #222
Replies: 5 comments 2 replies
-
Hello. Your script had a bunch of errors, but the following should work.
|
Beta Was this translation helpful? Give feedback.
-
Next question. How would I (or a resource to learn) check the Name from the table we created previously, then match the name on the two actions below and update the table? The "Name" field would be used to match an corresponding updates. As an example, the first Action below I would want Quests, Total QP and Campains added to the table and in the second Action I would only want the level added to the table. Aardwolf monthly rankings by Quest Points Earned. Num Name Clan Level Quests Total Qp Gquests Campaigns
Aardwolf monthly rankings by Total Levels. Num Name Clan Level Total Qp Mob Kills Deaths Gquests
Thank yoU! |
Beta Was this translation helpful? Give feedback.
-
You'd want to do something like this:
Then create some actions to update $name_table for the other commands, and an alias to display $name_table to your liking. For example:
|
Beta Was this translation helpful? Give feedback.
-
Okay, How would I go about updating the data_table to hold the final output? I'm working my way through learning tt++ scripting so apologies if lists are taking me a bit to understand. We capture the clan roster here:
Then I want to fire another action to get quest point data: Num Name Clan Level Quests Total Qp Gquests Campaigns
How would I append this new data to the data_table and update it with the new information? Thank you! |
Beta Was this translation helpful? Give feedback.
-
Yes, you could use:
to add the clan which should be in %3, and the player name should be in %2. Then you need to update the show_table alias to display clans and any other field you want listed. |
Beta Was this translation helpful? Give feedback.
-
Long time lurker first time poster.
I have the following output I would like to capture and out in a list table (small data set example):
**Clan roster for The Emerald Knights - sorted by Player Rank.
No. Name Current Rank Lvl Class Race Last On
1 Aciath Squire 26 Psionicist Dwarf 01 Feb 2022
10 Papabear Squire 108 Warrior Troll 07 Sep 2007
117 Thindal Hero 147 Thief Human 04 Nov 2021
3 members counted.**
I would like to fire an Action from "Clan roster for The Emerald Knights - sorted by Player Rank." then have each 3 lines with the player information added to a table that I can then manipulate. Here is what I have worked with so far with no luck. Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions